Browse Community
Help
Log In
Responses(1)
Solutions(0)
GoKiwi64
1 Rookie
•
19 Posts
0
January 22nd, 2020 01:00
Additional information
On my edge switches I have a my management vlan configured and my access vlans via a port channel
interface Vlan60description TestUplinkManagementip address 172.31.31.11 255.255.255.0
interface Port-channel1switchport trunk allowed vlan 60,70-73switchport trunk native vlan 666switchport mode trunkend
an ip route
ip route 0.0.0.0 0.0.0.0 Vlan60 (have also used 172.31.31.1)
with this configuration I can ping not only vlans 70-73 but all my other vlans.
however !
If I delete the ip route and change to a default gateway I can only ping 172.31.31.1 and nothing else !!
Dell Support Resources
View All
Top
GoKiwi64
1 Rookie
•
19 Posts
0
January 22nd, 2020 01:00
Additional information
On my edge switches I have a my management vlan configured and my access vlans via a port channel
interface Vlan60
description TestUplinkManagement
ip address 172.31.31.11 255.255.255.0
interface Port-channel1
switchport trunk allowed vlan 60,70-73
switchport trunk native vlan 666
switchport mode trunk
end
an ip route
ip route 0.0.0.0 0.0.0.0 Vlan60 (have also used 172.31.31.1)
with this configuration I can ping not only vlans 70-73 but all my other vlans.
however !
If I delete the ip route and change to a default gateway I can only ping 172.31.31.1 and nothing else !!