Hey guys,
so I'm doing my home lab now with dynamic routing and I got the star routers to communicate between all three of them with router eigrp 1 on all of them with the networks and all, but I just removed the router on a stick from the 2600's to the 3550's. Well I got the router eigrp 1 to work on the 2600's fine but I'm having a hard time figuring out why this L3 3550 can't do eigrp; I mean i can do static routes on some of them and I can get it to route but I want it all to be dynamic, with the exception of the gateway with last resort....See the 2600 can't see the L2 switches past the 3550 without setting up a static route directly to the 3550 and I'm not really wanting that. I'm wanting the 2600 to building the routing table dynamically....sort of perplexed atm.
....anyone?
I mean the only thing I can think of is eigrp is only supported under EMI... just a thought...
here is my logs:
3550 L3 "Bravo"
Switch#
Switch#
Switch#show config
Using 5140 out of 393216 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
!
ip subnet-zero
ip routing
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
switchport access vlan 300
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 300
switchport mode trunk
!
interface FastEthernet0/2
switchport access vlan 400
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 400
switchport mode trunk
!
interface FastEthernet0/3
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/4
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/5
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/6
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/7
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/8
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/9
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/10
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/11
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/12
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/13
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/14
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/15
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/16
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/17
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/18
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/19
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/20
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/21
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/22
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/23
switchport access vlan 800
switchport mode access
!
interface FastEthernet0/24
no switchport
ip address 172.16.8.10 255.255.255.0
!
interface FastEthernet0/25
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/26
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/27
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/28
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/29
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/30
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/31
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/32
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/33
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/34
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/35
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/36
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/37
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/38
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/39
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/40
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/41
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/42
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/43
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/44
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/45
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/46
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/47
switchport access vlan 800
switchport mode dynamic desirable
!
interface FastEthernet0/48
switchport access vlan 800
switchport mode dynamic desirable
!
interface GigabitEthernet0/1
switchport mode dynamic desirable
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
!
interface Vlan1
no ip address
shutdown
!
interface Vlan100
ip address 192.168.121.1 255.255.255.0
!
interface Vlan300
ip address 192.168.106.11 255.255.255.0
!
interface Vlan400
ip address 192.168.108.11 255.255.255.0
!
interface Vlan800
description "disabled ports"
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.8.9 10
ip route 192.225.225.0 255.255.255.0 172.16.8.9 5
ip http server
!
!
line con 0
line vty 0 4
login
line vty 5 15
login
!
!
end
Switch#
Switch#ping 192.225.225.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Switch#ping 192.225.225.15
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.15, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Switch#pping 192.225.225.6
^
% Invalid input detected at '^' marker.
Switch#ping 192.225.225.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Switch#ping 192.225.225.15
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.15, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Switch#ping 172.16.8.9
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.8.9, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Switch#ping 172.16.8.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.8.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
Switch#ping 192.168.130.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Switch#ping 192.168.130.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Switch#ping 192.168.120.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Switch#ping 192.168.120.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 120/122/124 ms
Switch#ping 172.16.4.7
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.4.7, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 92/92/96 ms
Switch#ping 172.16.4.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.4.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Switch#
Why won't the 3550 do Eigrp, like wha da frig!, it's a L3! - EMI needed?
Switch con0 is now available
Press RETURN to get started.
Switch>
Switch>
Switch>config t
^
% Invalid input detected at '^' marker.
Switch>enable
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#router eigrp?
eigrp
Switch(config)#router ?
bgp Border Gateway Protocol (BGP)
egp Exterior Gateway Protocol (EGP)
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
igrp Interior Gateway Routing Protocol (IGRP)
isis ISO IS-IS
iso-igrp IGRP for OSI networks
mobile Mobile routes
odr On Demand stub Routes
ospf Open Shortest Path First (OSPF)
rip Routing Information Protocol (RIP)
static Static routes
Switch(config)#router ei
Switch(config)#router eigrp ?
<1-65535> Autonomous system number
Switch(config)#router eigrp 1
Unknown routing protocol
Switch(config)#exit
Switch#sho
03:26:34: %SYS-5-CONFIG_I: Configured from console by consolew ver
Cisco Internetwork Operating System Software
IOS (tm) C3550 Software (C3550-I9Q3L2-M), Version 12.1(22)EA4, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 23-Mar-05 17:04 by yenanh
Image text-base: 0x00003000, data-base: 0x006CB95C
ROM: Bootstrap program is C3550 boot loader
Switch uptime is 3 hours, 26 minutes
System returned to ROM by power-on
System image file is "flash:c3550-i9q3l2-mz.121-22.EA4/c3550-i9q3l2-mz.121-22.EA4.bin"
cisco WS-C3550-48 (PowerPC) processor (revision S0) with 65526K/8192K bytes of memory.
Processor board ID CAT0923X02K
Last reset from warm-reset
Running Layer2/3 Switching Image
Ethernet-controller 1 has 12 Fast Ethernet/IEEE 802.3 interfaces
Ethernet-controller 2 has 12 Fast Ethernet/IEEE 802.3 interfaces
Ethernet-controller 3 has 12 Fast Ethernet/IEEE 802.3 interfaces
Ethernet-controller 4 has 12 Fast Ethernet/IEEE 802.3 interfaces
Ethernet-controller 5 has 1 Gigabit Ethernet/IEEE 802.3 interface
Ethernet-controller 6 has 1 Gigabit Ethernet/IEEE 802.3 interface
48 FastEthernet/IEEE 802.3 interface(s)
2 Gigabit Ethernet/IEEE 802.3 interface(s)
The password-recovery mechanism is enabled.
384K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:14:69:F7:3F:80
Motherboard assembly number: 73-5701-10
Power supply part number: 34-0967-03
Motherboard serial number: CAT0921121V
Power supply serial number: DTH09137EUK
Model revision number: S0
Motherboard revision number: A0
Model number: WS-C3550-48-SMI <---ERG!!!!!!
System serial number: CAT0923X02K
Configuration register is 0x10F
Switch#
Switch#
Switch#
Switch#
Switch#
Switch#
Cisco-2600-R4
Sending 5, 100-byte ICMP Echos to 192.225.225.15, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Cisco-2600-R4#ping 192.225.225.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 61/63/64 ms
Cisco-2600-R4#ping 192.168.106.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.106.11, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Cisco-2600-R4#show config
Using 1203 out of 29688 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco-2600-R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description "To 3550 L3 'Bravo'"
ip address 172.16.8.9 255.255.255.0
speed auto
full-duplex
!
interface Serial0/0
description To_Cisco-CORE-1721
ip address 192.168.130.6 255.255.255.0
no fair-queue
clock rate 28800
!
interface Serial0/1
description OSPF to Cisco-2600-R3
ip address 172.16.4.8 255.255.255.224
no fair-queue
!
router eigrp 1
network 172.16.0.0
network 192.168.102.0
network 192.168.104.0
network 192.168.106.0
network 192.168.108.0
network 192.168.109.0
network 192.168.120.0
network 192.168.130.0
network 192.225.225.0
auto-summary
!
ip route 0.0.0.0 0.0.0.0 192.225.225.15
ip route 192.225.225.0 255.255.255.224 192.168.130.5
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
Cisco-2600-R4#
Cisco-2600-R4#
Cisco-2600-R4#ping 172.16.8.9
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.8.9, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Cisco-2600-R4#ping 172.16.8.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.8.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
Cisco-2600-R4#ping 192.168.106.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.106.11, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Cisco-2600-R4#config t
Enter configuration commands, one per line. End with CNTL/Z.
Cisco-2600-R4(config)#ip route 192.168.106.0 255.255.255.0 172.16.8.10
Cisco-2600-R4(config)#ip route 192.168.108.0 255.255.255.0 172.16.8.10
Cisco-2600-R4(config)#exit
Cisco-2600-R4#wr
Building configuration...
*Mar 1 05:57:11.430: %SYS-5-CONFIG_I: Configured from console by console[OK]
Cisco-2600-R4#ping 192.168.106.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.106.11, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 msCisco-2600-R4#ping 192.168.108.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.108.11, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Cisco-2600-R4#ping 192.225.225.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/65 ms
Cisco-2600-R4#ping 192.225.225.15
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.15, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/64 ms
Cisco-2600-R4#
Cisco-2600-R4 con0 is now available
Press RETURN to get started.
Cisco-2600-R4>
Cisco-2600-R4>
Cisco-2600-R4>enable
Cisco-2600-R4#ping 192.168.108.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.108.11, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Cisco-2600-R4#ping 192.168.106.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.106.11, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
Cisco-2600-R4#ping 192.225.225.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/65 ms
Cisco-2600-R4#ping 192.225.225.15
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.225.225.15, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/64 ms
Cisco-2600-R4#