Hi Everyone,
I am new to Dell networking and need to hand holding to transfer a simple L3 switch config from an Avaya ERS to a Dell N4032.
The config is as follows:
Does anyone have any useful guidence as I have tried configuring via the GUI and the CLI and can't seem to emulate the config.
snmp-server name "Wharfside_Edge"
spanning-tree port-mode auto
vlan create 10-13,172 type port 1
vlan name 10 "VLAN_CORP"
vlan name 11 "VLAN_PUBLIC"
vlan name 12 "VLAN_VOICE"
vlan name 13 "VLAN_YAMAHA"
vlan name 172 "VLAN_TRANSPORT"
vlan ports 1-20 tagging unTagPvidOnly
vlan ports 22,24-26 tagging tagAll
vlan configcontrol flexible
vlan members 1 NONE
vlan members 10,12 1-11,22,24,26
vlan members 11 13-20,25-26
vlan members 13 12,25
vlan members 172 25
vlan ports 1-11 pvid 10
vlan ports 12 pvid 13
vlan ports 13-20 pvid 11
vlan configcontrol flexible
no auto-pvid
interface FastEthernet ALL
spanning-tree port 1-20,22,24-26 learning disable
exit
ip routing
interface vlan 10
ip address 192.168.1.6 255.255.255.0 2
exit
interface vlan 12
ip address 192.168.12.254 255.255.255.0 4
exit
interface vlan 172
ip address 192.168.172.253 255.255.255.0 5
exit
ip route 0.0.0.0 0.0.0.0 192.168.1.1 1
ip route 192.168.20.0 255.255.255.0 192.168.172.254 1
ip route 192.168.22.0 255.255.255.0 192.168.172.254 1
Thanks in advance,
Matt