Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VLAN Trunking J9782A

Status
Not open for further replies.
May 28, 2010
2
GB
Hi,

I have inherited a site with I HP network (I've always been Cisco) and have a J9782A with the following config:

running configuration:

; J9782A Configuration Editor; Created on release #YB.15.12.0006
; Ver #04:01.ff.37.27:ea
hostname "CABxxSW1"
timesync sntp
sntp unicast
sntp server priority 2 A.B.C.D
no telnet-server
ip default-gateway A.B.1.1
snmp-server community "public" unrestricted
vlan 1
name "DEFAULT_VLAN"
no untagged 1-24
tagged 25-28
ip address dhcp-bootp
exit
vlan 5
name "DATA"
untagged 5-28
ip address A.B.C.D 255.255.0.0
exit
vlan 50
name "VOICE"
tagged 25-28
no ip address
exit
vlan 51
name "FACTSYS"
untagged 1-4
tagged 25-28
no ip address
exit
vlan 250
name "GUEST"
tagged 25-28
no ip address
exit
spanning-tree
no tftp server
no dhcp config-file-update
password manager


The problem is, I cant get any VL51 traffic off the switch and cant see the vl51 devices anywhere else.

VLAN5 works fine, it's just as if 51 isnt being trunked. Am I right in thinking that UNTAGGING VLAN 5 on the uplinks (25 - 28) is the same as 'switchport trunk native vlan 5' on 25 - 28 as all the other vlans are tagged?
And that untagging 1 - 4 on VL51 is the same as 'switchport access vlan 51'?

My assumption is, for some reason the vlans arent being trunked properly. Is this down to an error in this config or should I look further up the chain for a misconfigured uplink?

Any help greatly appreciated

TIA
 
What is doing the routing for the VLAN51 subnet?
You won't get any inter-VLAN traffic in or out of VLAN51 unless VLAN51 has a router somewhere.
 
I just re-read your question. Can you tell me what is connected to ports 25 thru 28? Is it set to tag 51 traffic?
 
Am I right in thinking that UNTAGGING VLAN 5 on the uplinks (25 - 28) is the same as 'switchport trunk native vlan 5' on 25 - 28 as all the other vlans are tagged?"

Yes.

"And that untagging 1 - 4 on VL51 is the same as 'switchport access vlan 51'"

Yes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top