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
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
thanks for the reply DCD but i'm using gns3 alpha 2 not real switches
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#
Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
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#
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.
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,
i´m using the iou you mentioned.
vlan and switchport works well
but i cannot assign an ip addres to an interface
IOU1(config-if)#ip ?
Interface IP configuration subcommands:
access-group Specify access control for packets
device IP device tracking
dhcp Configure DHCP parameters for this interface
flow NetFlow related commands
header-compression IPHC options
igmp IGMP interface commands
rsvp RSVP Interface Commands
rtp RTP parameters
verify verify
vrf VPN Routing/Forwarding parameters on the interface
you have to use the "no switchport" interface subcommand on every interface you want to use as a layer 3 interface (for setting an ip address). then you will be able to set an ip address on that interface.
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.
Comments
thanks for the reply DCD
exactly,thanks for mentioning
l3-adventerprisek9-15.4.1.T.bin
l2-adventerprise-15.1b.bin
yes those are in the list
SW1 using the L2 image
R1
R2
R3
SW1
Results
awesome,thank you very much
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,
i´m using the iou you mentioned.
vlan and switchport works well
but i cannot assign an ip addres to an interface
IOU1(config-if)#ip ?
Interface IP configuration subcommands:
access-group Specify access control for packets
device IP device tracking
dhcp Configure DHCP parameters for this interface
flow NetFlow related commands
header-compression IPHC options
igmp IGMP interface commands
rsvp RSVP Interface Commands
rtp RTP parameters
verify verify
vrf VPN Routing/Forwarding parameters on the interface