Unsolved
This post is more than 5 years old
5 Posts
0
19092
February 9th, 2007 20:00
Help with VLAN routing
Hi,
I am having some issue with VLAN routing. I have a Dell 6024. For some reason, I cant hit the VLAN interface 1/g23 from my other switched network. Host ip of 172.16.0.20/24 cannot ping VLAN 172 port 1/g23. Is there something I might be missing? Here is the config:
vlan database
vlan 10
vlan 20
vlan 172
exit
ip default-gateway 192.168.1.1
ip address 192.168.1.2 255.255.255.0
!
ip routing
!
ip dhcp filtering
!
interface vlan 172
ip address 172.16.0.253 255.255.255.0
exit
!
interface ethernet 1/g1
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g2
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g3
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g4
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g5
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g6
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g23
switchport mode general
switchport general pvid 172
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 172 untagged
!
interface ethernet 1/g24
description "Trunk to core"
switchport mode trunk
switchport trunk allowed vlan add 10,20,172
exit
!
exit
vlan 10
vlan 20
vlan 172
exit
ip default-gateway 192.168.1.1
ip address 192.168.1.2 255.255.255.0
!
ip routing
!
ip dhcp filtering
!
interface vlan 172
ip address 172.16.0.253 255.255.255.0
exit
!
interface ethernet 1/g1
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g2
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g3
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g4
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g5
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g6
switchport mode access
switchport access vlan 172
exit
!
interface ethernet 1/g23
switchport mode general
switchport general pvid 172
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 172 untagged
!
interface ethernet 1/g24
description "Trunk to core"
switchport mode trunk
switchport trunk allowed vlan add 10,20,172
exit
!
exit
Please help, Im going batty
No Events found!


StarLog
2 Intern
•
203 Posts
0
February 10th, 2007 01:00
switchport mode general
switchport general pvid 172
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 172 untagged
!
interface ethernet 1/g24
description "Trunk to core"
switchport mode trunk
switchport trunk allowed vlan add 10,20,172
exit
00Mason00
5 Posts
0
February 10th, 2007 14:00
00Mason00
5 Posts
0
February 12th, 2007 14:00
Message Edited by 00Mason00 on 02-12-2007 10:18 AM
StarLog
2 Intern
•
203 Posts
0
February 12th, 2007 21:00
00Mason00
5 Posts
0
February 13th, 2007 11:00
description "to switched network with DHCP 172 scope"
ip dhcp filtering trust
switchport general allowed vlan add 172 untagged
StarLog
2 Intern
•
203 Posts
0
February 13th, 2007 22:00
Message Edited by StarLog on 02-13-2007 07:12 PM
00Mason00
5 Posts
0
February 15th, 2007 00:00
A port can be either a VLAN port or
a router port, but not both. However, a VLAN port may be part of a VLAN that is itself a router
port." Maybe since I have a trunk running between the Core and Distribution its messing things up. Because its carrying L2 traffice across the Core switch, when it should just be all routing... ahhhhh HA!!! KAAaaa-CHHOOOWWWWwwwWWW!!!!! we'll see tommrrow. We'll need to talk more Starlog. I appreciate all your help and info
Mason
StarLog
2 Intern
•
203 Posts
0
February 16th, 2007 20:00
Console(config)# interface port-channel 1
Console(config-if)# switchport mode general
Console(config-if)# switchport general PVID # (Typically 1)
Console(config-if)# switchport general allowed vlan add # tagged (repeat for more VLANs)
Console(config-if)# exit
On the 5324:
Console(config)# interface port-channel 1
Console(config-if)# switchport mode trunk
Console(config-if)# switchport trunk allowed VLAN add #
Console(config-if)# exit
Message Edited by StarLog on 02-16-2007 05:59 PM