Created
September 25, 2017 13:01
-
-
Save silageman/db4b1475a1ad6461ff504eecb384d1eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! | |
! | |
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