nortal BNT Layer 2/3 switch - enable ports , spanning tree

telnet to switch as admin

telnet <switch address>

password (default) is 'admin'.

======
Disable EXT1 port first:
/oper/port EXT1 dis

The command to turn off spanning tree is :
/c/l2/stg 1 /off

Enable EXT1 port now:
/oper/port EXT1 ena

See the spanning tree turned off in the listing below.  The network port from Gigabit ethernet Linksys connects to Cisco network.  I will test other configurations tomorrow.


>> Main# /c/l2/stg 1
------------------------------------------------------------
[Spanning Tree Group 1 Menu]
     brg      - Bridge parameter menu
     port     - Port parameter menu
     add      - Add VLAN(s) to Spanning Tree Group
Š..
     cur      - Display current bridge parameters

>> Spanning Tree Group 1# cur
------------------------------------------------------------------
Current Spanning Tree Group 1 settings: OFF (STP/PVST+)

Bridge params:  Priority  Hello  MaxAge  FwdDel  Aging
                 65534      2      20      15     300
VLANs:  1
STP Ports:
Port INT1A:  Priority 128, Path Cost 0, Spanning Tree turned OFF

Port INT1B:  Priority 128, Path Cost 0

>> Operations Port EXT1# /oper/port
Enter port (INT1A-6B, SMGT1-SMGT2, MGT1, EXT1-6):EXT1
------------------------------------------------------------
[Operations Port EXT1 Menu]
     8021x    - 8021.x Menu
     rmon     - Enable/disable RMON for port
     ena      - Enable port
     dis      - Disable port
     cur      - Current port state


>> Operations Port EXT1# cur

Current Port EXT1 operational state: disabled

Popular Posts