BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
oxfordit
New Contributor

NV1531 port config

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??

 

 

 

0 Kudos
1 Reply
jayh
New Contributor III

Re: NV1531 port config

Try "switchport mode access".

Then "switchport access vlan 10"

The issue is that "no switchport" alone is a complete command that you want to use the interface as a routed port. The parser can't handle "no switchport mode trunk" because "mode trunk" doesn't make sense for a routed port.

You want to keep the interface as a switch port, just change the mode.