DCD wrote: » That a open end question, it depend on the switches you are using. 2960 with the Cisco IOS Release 12.2(46)SE C2960-LANBASEK9-M image and 3560 with the Cisco IOS Release 12.2(46)SE C3560-ADVIPSERVICESK9-M image
Dieg0M wrote: » He said IOU.
EdTheLad wrote: » In that list use: l3-adventerprisek9-15.4.1.T.bin l2-adventerprise-15.1b.bin
EdTheLad wrote: » Its a layer 3 image, use the L2 image for your vlans.
! interface Ethernet0/0.100 encapsulation dot1Q 100 ip address 10.0.100.1 255.255.255.0 ! interface Ethernet0/0.200 encapsulation dot1Q 200 ip address 10.0.200.1 255.255.255.0 !
interface Ethernet0/0 ip address 10.0.100.2 255.255.255.0 ! ip route 10.0.200.0 255.255.255.0 10.0.100.1 !
interface Ethernet0/0 ip address 10.0.200.3 255.255.255.0 ! ip route 10.0.100.0 255.255.255.0 10.0.200.1 !
interface Ethernet0/1 switchport trunk encapsulation dot1q switchport mode trunk duplex auto ! interface Ethernet0/2 switchport access vlan 100 switchport mode access duplex auto ! interface Ethernet0/3 switchport access vlan 200 switchport mode access duplex auto !
R2#sh ip int bri | i \. Ethernet0/0 10.0.100.2 YES manual up up R2#ping 10.0.200.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.200.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms R3#sh ip int bri | i \. Ethernet0/0 10.0.200.3 YES manual up up R3#ping 10.0.100.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.100.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms R3# R2#
EdTheLad wrote: » R1,R2,R3 using the L3 image SW1 using the L2 image R1 ! interface Ethernet0/0.100 encapsulation dot1Q 100 ip address 10.0.100.1 255.255.255.0 ! interface Ethernet0/0.200 encapsulation dot1Q 200 ip address 10.0.200.1 255.255.255.0 ! R2 interface Ethernet0/0 ip address 10.0.100.2 255.255.255.0 ! ip route 10.0.200.0 255.255.255.0 10.0.100.1 ! R3 interface Ethernet0/0 ip address 10.0.200.3 255.255.255.0 ! ip route 10.0.100.0 255.255.255.0 10.0.200.1 ! SW1 interface Ethernet0/1 switchport trunk encapsulation dot1q switchport mode trunk duplex auto ! interface Ethernet0/2 switchport access vlan 100 switchport mode access duplex auto ! interface Ethernet0/3 switchport access vlan 200 switchport mode access duplex auto ! Results R2#sh ip int bri | i \. Ethernet0/0 10.0.100.2 YES manual up up R2#ping 10.0.200.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.200.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms R3#sh ip int bri | i \. Ethernet0/0 10.0.200.3 YES manual up up R3#ping 10.0.100.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.100.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms R3# R2#
r_quintana wrote: » Man, The last post you received is related to a "router on stick" configuration. And what I understood is that you are trying to use an IOU image as a L3 switch. So in this case seeing the images you posted I am sure the "L3" and "L2" is related to "Router" or "Switch" that's why you can't config vlans So in this case for L3 switch use: i86bi-linux-l2-adventerprise-15.1b.bin. The part of the name "adventerprise" tell you this will have L3 functionality. Try it and let us know. Regards,