Trunk and Access modes are just short hand for things you can do with General mode. On another switch I saw issues with Trunk mode not working as I thought it would, so I have just gotten in the habit of using General mode to configure trunks.
Sorry texarcana for borrowing your thread, hope that you dont mind :o)
It´s working fine, but how come that I am still able to ping all the other networks??
I have two 6224 switches connected with a fiber link...
in my test lab, on one switch, I have connected a server with 4 nic´s with different ip adresses to diferent vlans.. when I connect my laptop to one off the vlans on the other switch, and enter the correct ip adress, than I am able to ping all off the others as well...
Message Edited by skandiaweb on 05-16-2007 08:17 AM
What is the default gateway of your laptop? If it is the server, then you probably have routing enabled on the server. If it is the 6248, then you have routing enabled on the 6248.
bh1633
909 Posts
0
April 12th, 2007 18:00
nlspears
52 Posts
0
April 12th, 2007 18:00
bh1633
909 Posts
0
April 12th, 2007 18:00
console(config)# vlan database
console(config-vlan)# vlan 10, 20
console(config-vlan)# exit
console(config)# interface Ethernet 1/g1
console(config-if)# switchport access vlan 10
console(config-if)# exit
console(config)# interface Ethernet 1/g2
console(config-if)# switchport access vlan 20
console(config-if)# exit
console(config)# interface Ethernet 1/g48
console(config-if)# switchport mode general
console(config-if)# switchport general allowed vlan add 10,20 tagged
console(config-if)# switchport general pvid 4095
console(config-if)# exit
texarcana
8 Posts
0
April 13th, 2007 16:00
skandiaweb
1 Message
0
May 16th, 2007 12:00
Message Edited by skandiaweb on 05-16-2007 08:17 AM
bh1633
909 Posts
0
May 16th, 2007 14:00