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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configure VLAN routing on 5406zl

Status
Not open for further replies.

Earthwalker

IS-IT--Management
Oct 28, 2005
1
GB
Hello All,
I am trying to route all traffic on our garage vlan "VLAN120" through to our office vlan "VLAN100" but it must route internally on the 5406zl
at present all traffic for the 10.120.15.0/24 network goes out through "Interface A1" around the MPLS to our old head office and then back via "A2 Interface" (100Mb LES (EES100) and then talks to our 10.100.0.0/16 network. The reason for this is historical but this will enable me to change it. I am just not sure how to go about this.

I have copied in the switch config below.

hostname "SW1"

module 1 type J8702A
module 2 type J8702A
module 3 type J8706A

interface C23
lacp Passive
exit
interface C24
lacp Passive
exit
interface A1
name "MPLS Connection"
exit
interface A2
name "100Mb LES"
speed-duplex 100-full
exit

trunk C1-C2 Trk1 Trunk
trunk C3-C4 Trk2 Trunk
trunk C5-C6 Trk3 Trunk
trunk C7-C8 Trk4 Trunk
trunk C11-C12 Trk6 Trunk
trunk C13-C14 Trk7 Trunk
trunk C9-C10 Trk5 Trunk

ip default-gateway 10.100.1.5

sntp server 10.100.1.236
timesync sntp
sntp unicast
sntp 30

vlan 1
name "DEFAULT_VLAN"
untagged C15-C24,Trk1-Trk7
no untagged A1-A24,B1-B24
no ip address
exit

vlan 100
name "Office"
untagged A2-A3,A5-A24,B1-B24
ip helper-address 10.100.1.236
ip address 10.100.1.21 255.255.0.0
tagged Trk1-Trk7
exit

vlan 120
name "Garage"
untagged A1
ip helper-address 10.100.1.236
ip address 10.120.15.21 255.255.255.0
tagged Trk1-Trk7
exit

vlan 101
name "Phone"
untagged A4
ip address 10.101.1.21 255.255.255.0
tagged Trk1-Trk7
voice
exit

fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder broadcast-storm sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-HDx sensitivity high
fault-finder duplex-mismatch-FDx sensitivity high

qos type-of-service diff-services

spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
spanning-tree Trk4 priority 4
spanning-tree Trk5 priority 4
spanning-tree Trk6 priority 4
spanning-tree Trk7 priority 4
spanning-tree config-name "elbg"
spanning-tree config-revision 1
spanning-tree instance 2 vlan 100
spanning-tree instance 3 vlan 120
spanning-tree instance 4 vlan 101
spanning-tree priority 1

Regards,
Shaun
 
To route between VLANs all you need is the statement
"ip routing" in you config which I did not see. This will turn on routing between your internal VLANs you have defined onyour switch.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top