Trying to setup VLAN routing to feed all traffic non on the switch to the backbone router. i've configured the router as the default route, the router interfaces is 192.168.80.1 which is connected to te1/0/1 which is on vlan 80 with an routing inteface of 192.168.80.80.
I have a vlan 20 with clients connected on te1/0/20-23. I can ping them, i can also ping 192.168.80.80 with source 192.168.20.1, but i can not ping 192.168.80.1 from source 192.168.20.1. Running config below, any ideas?
!Current Configuration: !System Description "Dell Networking N4032, 6.2.6.6, Linux 3.7.10-8c2e3085" !System Software Version 6.2.6.6 !Cut-through mode is configured as disabled ! configure vlan 20,30,40,60,70,80 exit vlan 20 name "Management" exit vlan 30 name "vm network" exit vlan 40 name "Monitoring" exit vlan 60 name "vMotion" exit vlan 70 name "vSAN" exit vlan 80 name "ToRouter" exit slot 1/0 2 ! Dell Networking N4032 slot 1/1 6 ! Dell QSFP Card stack member 1 1 ! N4032 exit interface out-of-band ip address 192.168.0.100 255.255.255.0 0.0.0.0 exit no ip http server ip routing interface vlan 1 ip address 192.168.1.1 255.255.255.0 exit interface vlan 20 ip address 192.168.20.1 255.255.255.0 exit interface vlan 80 ip address 192.168.80.80 255.255.255.0 exit ip route 0.0.0.0 0.0.0.0 192.168.80.1 253 username "admin" password 99ef33b4be4b6d874ceaa24e595c369e privilege 1 encrypted ip ssh server ! interface Te1/0/1 switchport access vlan 80 exit ! interface Te1/0/20 switchport access vlan 20 exit ! interface Te1/0/21 switchport access vlan 20 exit ! interface Te1/0/22 switchport access vlan 20 exit ! interface Te1/0/23 switchport access vlan 20 exit ! interface Te1/0/24 switchport access vlan 20 exit ! interface Fo1/1/2 speed 40000 exit snmp-server engineid local 800002a203d067e5941401 enable password 5201dcd11c7d3001484fa87e852b91e4 encrypted exit
Mattwww
4 Posts
0
October 16th, 2018 10:00
Hello all,
Trying to setup VLAN routing to feed all traffic non on the switch to the backbone router. i've configured the router as the default route, the router interfaces is 192.168.80.1 which is connected to te1/0/1 which is on vlan 80 with an routing inteface of 192.168.80.80.
I have a vlan 20 with clients connected on te1/0/20-23. I can ping them, i can also ping 192.168.80.80 with source 192.168.20.1, but i can not ping 192.168.80.1 from source 192.168.20.1. Running config below, any ideas?
!Current Configuration:
!System Description "Dell Networking N4032, 6.2.6.6, Linux 3.7.10-8c2e3085"
!System Software Version 6.2.6.6
!Cut-through mode is configured as disabled
!
configure
vlan 20,30,40,60,70,80
exit
vlan 20
name "Management"
exit
vlan 30
name "vm network"
exit
vlan 40
name "Monitoring"
exit
vlan 60
name "vMotion"
exit
vlan 70
name "vSAN"
exit
vlan 80
name "ToRouter"
exit
slot 1/0 2 ! Dell Networking N4032
slot 1/1 6 ! Dell QSFP Card
stack
member 1 1 ! N4032
exit
interface out-of-band
ip address 192.168.0.100 255.255.255.0 0.0.0.0
exit
no ip http server
ip routing
interface vlan 1
ip address 192.168.1.1 255.255.255.0
exit
interface vlan 20
ip address 192.168.20.1 255.255.255.0
exit
interface vlan 80
ip address 192.168.80.80 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.80.1 253
username "admin" password 99ef33b4be4b6d874ceaa24e595c369e privilege 1 encrypted
ip ssh server
!
interface Te1/0/1
switchport access vlan 80
exit
!
interface Te1/0/20
switchport access vlan 20
exit
!
interface Te1/0/21
switchport access vlan 20
exit
!
interface Te1/0/22
switchport access vlan 20
exit
!
interface Te1/0/23
switchport access vlan 20
exit
!
interface Te1/0/24
switchport access vlan 20
exit
!
interface Fo1/1/2
speed 40000
exit
snmp-server engineid local 800002a203d067e5941401
enable password 5201dcd11c7d3001484fa87e852b91e4 encrypted
exit
Mattwww
4 Posts
0
October 16th, 2018 12:00
That was exactly it, configured the static route and it resolved the issue. thanks!