Quantcast
Viewing all articles
Browse latest Browse all 2954

Dell S4810 switch as a default gateway

Hello,

I have two Dell S4810 switches bonded with 40G for redundancy and i have 3 clients directly plugged into the switches also bonded. All of the clients are on the same 192.168.1 network. I have a server on 10.1.1 network and a both switches have interface configured on that network. I'm trying to setup the switches as default gateways for clients so they can reach the server by creating a VLAN with 192.168.1.1 address, assigning client into the VLAN and use it as default gateway but i'm not getting any luck. I cant even ping  192.168.1.1 from the clients. 

Any ideas what i'm missing? Here is a sample of the config:

protocol spanning-tree rstp
no disable
bridge-priority 36864
!
vlt domain 999
peer-link port-channel 100
primary-priority 36864
unit-id 1
!
stack-unit 0 provision S4810
!
interface TenGigabitEthernet 0/1
description CLIENT 1
no ip address
mtu 9200
flowcontrol rx on tx off
no shutdown
!
interface TenGigabitEthernet 0/2
description CLIENT 2
no ip address
mtu 9200
flowcontrol rx on tx off
no shutdown
!
interface TenGigabitEthernet 0/3
description CLIENT 3
no ip address
mtu 9200
flowcontrol rx on tx off
no shutdown
!
interface TenGigabitEthernet 0/10
ip address 10.1.1.10/24
no shutdown
!
interface fortyGigE 0/56
no ip address
mtu 9200
flowcontrol rx on tx off
no shutdown
!
interface fortyGigE 0/60
no ip address
mtu 9200
flowcontrol rx on tx off
no shutdown
!
interface ManagementEthernet 0/0
ip address 10.1.2.10/24
no shutdown
!
interface Port-channel 1
description lag for CLIENT 1
no ip address
mtu 9200
switchport
channel-member TenGigabitEthernet 0/1
vlt-peer-lag port-channel 1
no shutdown
!
interface Port-channel 2
description lag for CLIENT 2
no ip address
mtu 9200
switchport
channel-member TenGigabitEthernet 0/2
vlt-peer-lag port-channel 2
no shutdown
!
interface Port-channel 3
description lag for CLIENT 3
no ip address
mtu 9200
switchport
channel-member TenGigabitEthernet 0/3
vlt-peer-lag port-channel 3
no shutdown
!
interface Port-channel 100
no ip address
mtu 9216
channel-member fortyGigE 0/56,60
no shutdown
!
interface VLAN 10
ip address 192.168.1.1/24
untagged port-channel 1
untagged port-channel 2
untagged port-channel 3
no shutdown
!
route-map route-map permit 10
!
management route 0.0.0.0/0 10.1.2.1
!
ip route 0.0.0.0/0 10.1.1.1


Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>