Start a Conversation

Unsolved

This post is more than 5 years old

A

3893

November 10th, 2010 18:00

gvrp and trunking between PC 6224s

Hi all.  New to PC switches, so bare with me.  I have 4 6224P switches I'm playing with right now.  They will be put into production in a few weeks so right now, I'm testing and learing on them.  Tring to set them up with one as a core, and the other 3 are edge.  The 3 edge tie back to the core with 10G over fiber.  Right now, I have the core configed with 3 VLANs.  2, 100, and 4093.  "2" will eventually be used for voice, "100" for data, and "4093" for management of the switches and other network devices.  I have the vlans and routing working on the core.  Testing with a couple laptops, and a R510 running ESXi.  iDrac and ESX management interface on one subnet, vlan 4093, and a laptop on vlan 100 with another subnet.  voice is out of the picture right now.  That all works, so I'm not bringing one of the edge 6224p switchs into play.  I've set 1/xg1 to trunk mode and enabled gvrp on it, same on both switches.  From the edge, I can see counts in the grvp stat's and vlan id shows the vlan there and dynamic, although authorization is required.  Not sure what that means, but from that edge, I can't ping the gateway, which is the IP address of vlan 4093 on the core switch.  Am I missing something.  Below is the config from both so you can see what I did.  Also, on the core, I created a 4th vlan 4090 to stick the management interface IP in so I can route the vlan I wish to use for actual management.  Not sure if that's the right way to do it, but I want the switch IPs on the same subnet and vlan as the other network devices for management.  I also gave it a false IP and gateway as 192.168.2.1 is already in use.

 

!Current Configuration:

!System Description "Powerconnect 6224P, 3.2.0.7, VxWorks 6.5"

!System Software Version 3.2.0.7

!Cut-through mode is configured as disabled

!

configure

vlan database

vlan 2,100,4090,4093

vlan routing 2 1

vlan routing 1 2

vlan routing 4093 3

vlan routing 100 4

exit

snmp-server location "blank right now"

snmp-server contact "blank right now"

hostname "CORE"

stack

member 1 4

exit

ip address 192.168.250.250 255.255.255.0

ip default-gateway 192.168.250.1

ip address vlan 4090

ip routing

interface vlan 1

routing

exit

interface vlan 2

name "Voice"

routing

ip address 192.168.105.1 255.255.255.0

exit

interface vlan 100

name "DATA"

routing

ip address 192.168.10.1 255.255.255.0

exit

interface vlan 4093

name "Management"

routing

ip address 192.168.11.1 255.255.255.0

exit

username "xxxxxx" password f77556bb92d9cbfbe12338b400da3017 level 15 encrypted

aaa authentication enable "enableList" enable

management access-list "admin"

exit

!

interface ethernet 1/g23

description 'ESX Management R510 Gb1'

spanning-tree portfast

switchport mode general

switchport general pvid 4093

switchport general allowed vlan add 4093 tagged

exit

!

interface ethernet 1/g24

description 'iDRAC Port ONLY'

spanning-tree portfast

switchport mode general

switchport general pvid 4093

switchport general allowed vlan add 4093 tagged

exit

!

interface ethernet 1/xg1

switchport mode trunk

switchport trunk allowed vlan add 2,100,4093

exit

!

interface ethernet 1/xg2

switchport mode trunk

switchport trunk allowed vlan add 2,100,4093

exit

!

interface ethernet 1/xg3

switchport mode trunk

switchport trunk allowed vlan add 2,100,4093

exit

exit

 

THIS IS THE EDGE SWITCH

show run

!Current Configuration:

!System Description "PowerConnect 6224P, 2.2.0.3, VxWorks5.5.1"

!System Software Version 2.2.0.3

!

configure

gvrp enable

stack

member 1 4

exit

ip address 192.168.11.2 255.255.255.0

ip default-gateway 192.168.11.1

!

interface ethernet 1/g1

gvrp enable

switchport mode general

no switchport general acceptable-frame-type tagged-only

exit

!

interface ethernet 1/xg1

gvrp enable

switchport mode trunk                  


switchport trunk allowed vlan remove 1

exit

exit

 

console#

No Responses!
No Events found!

Top