Skip to content

Instantly share code, notes, and snippets.

@silageman
Created September 25, 2017 13:01
Show Gist options
  • Save silageman/db4b1475a1ad6461ff504eecb384d1eb to your computer and use it in GitHub Desktop.
Save silageman/db4b1475a1ad6461ff504eecb384d1eb to your computer and use it in GitHub Desktop.
!
!
interface FastEthernet0/0
ip address 1.1.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.20.20 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
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