Skip to content

Instantly share code, notes, and snippets.

@silageman
Created September 25, 2017 12:57
Show Gist options
  • Save silageman/c479d101b3541a13ebe059ed95f762eb to your computer and use it in GitHub Desktop.
Save silageman/c479d101b3541a13ebe059ed95f762eb to your computer and use it in GitHub Desktop.
!
interface FastEthernet0/0
ip address 1.1.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.10.10 255.255.255.0
duplex auto
speed auto
!
router eigrp 1
network 0.0.0.0
no auto-summary
!
!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment