I would like to setup port E1 with an address 192.168.1.0 and E0 as 192.168.2.0 so I can practice ACL's is this possible? I tried a couple of time and when I ping the E0 192.168.2.0 network no problem but, E1 192.168.1.0 doesn't ping.
TestRouter>en
TestRouter#show run
Building configuration...
Current configuration : 654 bytes
!
version 12.2
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname TestRouter
!
logging rate-limit console 10 except errors
!
ip subnet-zero
!
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0
no keepalive
hold-queue 32 in
!
interface Ethernet1
ip address 192.168.1.1 255.255.255.0
!
router rip
network 192.168.1.0
network 192.168.2.0
!
ip classless
ip http server
!
!
line con 0
transport input none
stopbits 1
line vty 0 4
login
!
scheduler max-task-time 5000
end
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.