Hello,
I'm new to Adtran switching and need some quick help.
I have a NV1531P with OS version R11.10.4 and a port config of:
interface gigabit-switchport 0/10
description Connect to Data Switch
no shutdown
switchport mode trunk
Very simple and very basic. But when I try to change the port to an access port using "no switchport mode trunk" I get "% Unrecognized command"
Just trying to get it to match the other switch:
interface gigabit-switchport 0/10
description Connect to Data Switch
spanning-tree edgeport
no shutdown
switchport access vlan 10
What am I doing wrong??