Link to home
Start Free TrialLog in
Avatar of amitabhg
amitabhgFlag for India

asked on

Private Vlan in Cisco 6500 switch

Hi,
We created Private VLAN in our Core swith but we are not able to communicate between same community vlan nodes. is there any specific settings we have to do to enable communication...??

We need only L2 PVLAN

same community vlan between Core1 and Core 2 also not able to communicate.

our config as fallows

In CORE 1:

vtp mode transparent

vlan 803
  private-vlan primary
  private-vlan association 804
!
vlan 804
  private-vlan community


inter Gi1/5

 switchport
 switchport private-vlan host-association 803 804
 switchport mode private-vlan host
 no ip address

 inter Gi1/8

 switchport
 switchport private-vlan host-association 803 804
 switchport mode private-vlan host
 no ip address


In Core2:

vtp mode transparent

vlan 803
  private-vlan primary
  private-vlan association 804
!
vlan 804
  private-vlan community


inter Gi1/5

 switchport
 switchport private-vlan host-association 803 804
 switchport mode private-vlan host
 no ip address

 inter Gi1/8

 switchport
 switchport private-vlan host-association 803 804
 switchport mode private-vlan host
 no ip address

 
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Is there a trunk carrying vlan 804 or a VLAN 804 access port between Core 1 and Core 2?
that's my first question too. how is the trunk between the switches configured? post both port configs
Avatar of amitabhg

ASKER

Hi

TanQ for your update . This problem got resolved with TAC help

This is Switch hardware limitation in one ASIC we can configure either private vlan or trunk ports.We already have a trunk port in that ASIC so private vlan port went to inactive mode.

We configured this community in separate module and everything working fine.

thanks
Durga
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial