router on a stick
setup:
2501 - ios 12.3 (connected to switchport config'd as trunk) 2950 - ios 12.1 host 1 = 192.168.10.3 (connected to switchport config'd as vlan10) host 2 = 192.168.20.3 (connected to switchport config'd as vlan20)switch: sh int trunk (verifies vlans 1, 10, 20 on port to router)
router: int e0 ip add 192.168.1.1 255.255.255.0 exit int e0.1 ip add 192.168.10.10 255.255.255.0 exit int e0.2 ip add 192.168.20.20 255.255.255.0 exit
problem: router can't ping its subint's (e0.1 & e0.2) of course, host 1 can't ping x.x.10.10 & host 2 can't ping x.x.20.20
router: sh ip int (says both subint's are up/up, but ip processing is disabled on both subint's) router can ping e0
what am i doing wrong? thanks!
read more and respond »Posted 5 years ago by HEY! in Cisco Certification