07-31-2024 07:53 AM
I am very new to Extreme Switches and am trying to configure two 5320-48P-8XE switches.
I am able to add the management VLAN and set an IP address -
vlan create 10 name Manage type port-mstprstp 0
interface vlan 10
ip address 10.100.10.21/24
Define a static route -
ip route 0.0.0.0 0.0.0.0 10.100.10.254 weight 1
Configure the uplink trunk -
vlan members add 10 1/48
encapsulation dot1q
Add the DNS server IP addresses -
ip name-server primary 10.1.5.5
ip name-server secondary 10.1.5.4
At this point I can ping the gateway IP, the two DNS servers as well as Internet IP addresses.
The issue is that even tough I can ping the DNS servers, the show ip dns command says the status for both is inactive. What am I missing?
Rick