Unsolved
2 Posts
0
698
March 14th, 2021 06:00
Routing Inter-VLan
Hi all,
I have a big problem, i use 3 switch 2 Dell 2024 and 1 2048, But no one want ping other, or himself. Can you help me pls ?
Rennes1#show run
!Current Configuration:
!System Description "Dell Networking N2024, 6.1.0.6, Linux 3.6.5-320b2282"
!System Software Version 6.1.0.6
!
configure
vlan 10
name "DIR1"
exit
vlan 20
name "RH1"
exit
vlan 30
name "COMPTA1"
exit
vlan 100
name "RENNES1-2"
exit
vlan 101
name "RENNES1-3"
exit
vlan 999
name "NATIVE"
exit
vlan 10,20,30,100-101,200,999
exit
ip telnet server disable
hostname "Rennes1"
slot 1/0 4 ! Dell Networking N2024
stack
member 1 6 ! N2024
exit
ip routing
ip route 10.0.8.0 255.255.252.0 192.168.200.254
ip route 192.168.12.0 255.255.255.0 10.0.0.6
ip route 192.168.41.0 255.255.255.0 10.0.0.6
ip route 192.168.11.0 255.255.255.0 10.0.0.2
ip route 192.168.40.0 255.255.255.0 10.0.0.2
ip route 192.168.50.0 255.255.255.0 10.0.0.2
ip route 192.168.50.0 255.255.255.0 10.0.0.6 100
ip route 192.168.40.0 255.255.255.0 10.0.0.6 100
ip route 192.168.11.0 255.255.255.0 10.0.0.6 100
ip route 192.168.12.0 255.255.255.0 10.0.0.2 100
ip route 192.168.41.0 255.255.255.0 10.0.0.2 100
service dhcp
ip dhcp excluded-address 192.168.10.254 192.168.10.254
ip dhcp excluded-address 192.168.20.254 192.168.20.254
ip dhcp excluded-address 192.168.30.254 192.168.30.254
ip dhcp pool "Vlan10"
default-router 192.168.10.254
network 192.168.10.0 255.255.255.0
exit
ip dhcp pool "Vlan20"
default-router 192.168.20.254
network 192.168.20.0 255.255.255.0
exit
ip dhcp pool "Vlan30"
default-router 192.168.30.254
network 192.168.30.0 255.255.255.0
exit
interface vlan 10
ip address 192.168.10.254 255.255.255.0
exit
interface vlan 20
ip address 192.168.20.254 255.255.255.0
exit
interface vlan 30
ip address 192.168.30.254 255.255.255.0
exit
interface vlan 100
ip address 10.0.0.1 255.255.255.252
exit
interface vlan 101
ip address 10.0.0.5 255.255.255.252
exit
interface vlan 200
ip address 192.168.200.221 255.255.255.0
exit
username "User1" password b5b73fae0d87d8b4e2573105f8fbe7bc privilege 15 encrypted
ip ssh server
!
interface Gi1/0/1
switchport access vlan 200
exit
!
interface Gi1/0/2
switchport access vlan 101
exit
!
interface Gi1/0/3
switchport access vlan 10
exit
!
interface Gi1/0/4
switchport access vlan 10
exit
!
interface Gi1/0/5
switchport access vlan 10
exit
!
interface Gi1/0/6
switchport access vlan 10
exit
!
interface Gi1/0/7
switchport access vlan 20
exit
!
interface Gi1/0/8
switchport access vlan 20
exit
!
interface Gi1/0/9
switchport access vlan 20
exit
!
interface Gi1/0/10
switchport access vlan 20
exit
!
interface Gi1/0/11
switchport access vlan 20
exit
!
interface Gi1/0/12
switchport access vlan 20
exit
!
interface Gi1/0/13
switchport access vlan 30
exit
!
interface Gi1/0/14
switchport access vlan 30
exit
!
interface Gi1/0/15
switchport access vlan 30
exit
!
interface Gi1/0/16
switchport access vlan 30
exit
!
interface Gi1/0/17
switchport access vlan 30
exit
!
interface Gi1/0/18
switchport access vlan 30
exit
!
interface Gi1/0/19
switchport access vlan 30
exit
!
interface Gi1/0/20
switchport access vlan 30
exit
!
interface Gi1/0/21
switchport mode trunk
exit
!
interface Gi1/0/22
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 101
exit
!
interface Gi1/0/23
channel-group 1 mode active
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 100
exit
!
interface Gi1/0/24
channel-group 1 mode active
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 100
exit
!
interface port-channel 1
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 100
exit
snmp-server engineid local 800002a203f8b1566ab7f9
enable password 51c3a18b584a6589a8880d63aed5b29e encrypted
exit
RENNES2#show run
!Current Configuration:
!System Description "Dell Networking N2048, 6.1.0.6, Linux 3.6.5-320b2282"
!System Software Version 6.1.0.6
!
configure
vlan 11
name "DIR2"
exit
vlan 40
name "TECH1"
exit
vlan 100
name "RENNES1-2"
exit
vlan 102
name "RENNES2-3"
exit
vlan 999
name "NATIVE"
exit
vlan 11,40,100,102,200,999
exit
ip telnet server disable
hostname "RENNES2"
slot 1/0 5 ! Dell Networking N2048
stack
member 1 8 ! N2048
exit
ip routing
ip route 10.0.8.0 255.255.252.0 192.168.200.254
ip route 192.168.12.0 255.255.255.0 10.0.0.9
ip route 192.168.41.0 255.255.255.0 10.0.0.9
ip route 192.168.10.0 255.255.255.0 10.0.0.1
ip route 192.168.20.0 255.255.255.0 10.0.0.1
ip route 192.168.30.0 255.255.255.0 10.0.0.1
ip route 192.168.12.0 255.255.255.0 10.0.0.1 100
ip route 192.168.41.0 255.255.255.0 10.0.0.1 100
ip route 192.168.10.0 255.255.255.0 10.0.0.9 100
ip route 192.168.20.0 255.255.255.0 10.0.0.9 100
ip route 192.168.30.0 255.255.255.0 10.0.0.9 100
service dhcp
ip dhcp excluded-address 192.168.11.254 192.168.11.254
ip dhcp excluded-address 192.168.40.254 192.168.40.254
ip dhcp pool "Vlan11"
default-router 192.168.11.254
network 192.168.11.0 255.255.255.0
exit
ip dhcp pool "Vlan40"
default-router 192.168.40.254
network 192.168.40.0 255.255.255.0
exit
interface vlan 11
ip address 192.168.11.254 255.255.255.0
exit
interface vlan 40
ip address 192.168.40.254 255.255.255.0
exit
interface vlan 100
ip address 10.0.0.2 255.255.255.252
exit
interface vlan 102
ip address 10.0.0.10 255.255.255.252
exit
interface vlan 200
ip address 192.168.200.222 255.255.255.0
exit
username "User1" password b5b73fae0d87d8b4e2573105f8fbe7bc privilege 15 encrypted
ip ssh server
!
interface Gi1/0/1
switchport access vlan 200
exit
!
interface Gi1/0/2
switchport access vlan 102
exit
!
interface Gi1/0/3
switchport access vlan 11
exit
!
interface Gi1/0/4
switchport access vlan 11
exit
!
interface Gi1/0/5
switchport access vlan 11
exit
!
interface Gi1/0/6
switchport access vlan 11
exit
!
interface Gi1/0/7
switchport access vlan 11
exit
!
interface Gi1/0/8
switchport access vlan 40
exit
!
interface Gi1/0/9
switchport access vlan 40
exit
!
interface Gi1/0/10
switchport access vlan 40
exit
!
interface Gi1/0/11
switchport access vlan 40
exit
!
interface Gi1/0/12
switchport access vlan 40
exit
!
interface Gi1/0/13
switchport access vlan 40
exit
!
interface Gi1/0/14
switchport access vlan 40
exit
!
interface Gi1/0/15
switchport access vlan 40
exit
!
interface Gi1/0/16
switchport access vlan 40
exit
!
interface Gi1/0/17
switchport access vlan 40
exit
!
interface Gi1/0/18
switchport access vlan 40
exit
!
interface Gi1/0/19
switchport access vlan 40
exit
!
interface Gi1/0/20
switchport access vlan 40
exit
!
interface Gi1/0/21
switchport mode general
switchport general pvid 102
switchport general allowed vlan add 102
exit
!
interface Gi1/0/23
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 100
exit
!
interface Gi1/0/24
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 100
exit
!
interface port-channel 1
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 100
exit
snmp-server engineid local 800002a203f8b1566ab7f9
enable password 51c3a18b584a6589a8880d63aed5b29e encrypted
exit
RENNES3#show run
!Current Configuration:
!System Description "Dell Networking N2024, 6.3.3.10, Linux 3.6.5-f0fa1e90"
!System Software Version 6.3.3.10
!
configure
vlan 12,41,101-102,200,999
exit
vlan 12
name "DIR3"
exit
vlan 41
name "TECH2"
exit
vlan 101
name "RENNES1-3"
exit
vlan 102
name "RENNES2-3"
exit
vlan 999
name "NATIVE"
exit
ip telnet server disable
hostname "RENNES3"
slot 1/0 4 ! Dell Networking N2024
stack
member 1 6 ! N2024
exit
ip routing
service dhcp
ip dhcp excluded-address 192.168.12.254 192.168.12.254
ip dhcp excluded-address 192.168.41.254 192.168.41.254
ip dhcp pool "Vlan12"
default-router 192.168.12.254
network 192.168.12.0 255.255.255.0
exit
ip dhcp pool "Vlan41"
default-router 192.168.41.254
network 192.168.41.0 255.255.255.0
exit
interface vlan 1
ip address dhcp
exit
interface vlan 12
ip address 192.168.12.254 255.255.255.0
exit
interface vlan 41
ip address 192.168.41.254 255.255.255.0
exit
interface vlan 101
ip address 10.0.0.6 255.255.255.252
exit
interface vlan 102
ip address 10.0.0.9 255.255.255.252
exit
interface vlan 200
ip address 192.168.200.220 255.255.255.0
exit
ip route 10.0.8.0 255.255.252.0 192.168.200.254
ip route 192.168.10.0 255.255.255.0 10.0.0.5
ip route 192.168.20.0 255.255.255.0 10.0.0.5
ip route 192.168.30.0 255.255.255.0 10.0.0.5
ip route 192.168.30.0 255.255.255.0 10.0.0.10 100
ip route 192.168.20.0 255.255.255.0 10.0.0.10 100
ip route 192.168.10.0 255.255.255.0 10.0.0.10 100
ip route 192.168.11.0 255.255.255.0 10.0.0.5 100
ip route 192.168.40.0 255.255.255.0 10.0.0.5 100
ip route 192.168.40.0 255.255.255.0 10.0.0.10
ip route 192.168.11.0 255.255.255.0 10.0.0.10
username "User1" password b5b73fae0d87d8b4e2573105f8fbe7bc privilege 15 encrypted
ip ssh server
application install SupportAssist auto-restart start-on-boot
application install hiveagent start-on-boot
!
interface Gi1/0/1
switchport access vlan 200
exit
!
interface Gi1/0/21
switchport mode general
switchport general pvid 102
switchport general allowed vlan add 102
exit
!
interface Gi1/0/22
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 101
exit
snmp-server engineid local 800002a203f48e381f9cb4
enable password 51c3a18b584a6589a8880d63aed5b29e encrypted
exit
thanks for help.


DELL-Marco B
Moderator
•
4K Posts
0
March 15th, 2021 02:00
Hello,
we cannot support configuration issue as the configuration is a chargeable service.
I can give you an address that helps you in configuring VLANs https://dell.to/2Q5juXR or you can ask to our sales representative to buy a network configuration ticket.
Thanks
Marco
Narec
2 Posts
0
March 15th, 2021 07:00
Hi
i don't want to buy a ticket, i just need little help, beacause i think my config is good, i dont see any errors, but your switch does not ping.
A switch is already very expensive, wich compagny also charges for its support....
DELL-Marco B
Moderator
•
4K Posts
0
March 15th, 2021 08:00
In order to check the switch configuration we need to escalate to our networking specialists, are the switches in warranty?
Let also see if other people in the community can advise on that configuration.
Thanks
Marco