Avaya Inc.
– External Distribution
ERS 5000 Series with Hirschmann
™ IE Switches TCG
24
avaya.com
June 2011
6.3 CLI configuration
The following configuration shows how to configure the ERS 5600 with the CLI:
Note:
This test uses four copper ports and four fiber ports.
The copper MLT ports are 1/45-1/48.
The fiber MLT ports are 2/1-2/4.
MLT 1 is the Copper MLT.
MLT 2 is the Fiber MLT.
Autonegotiation is always on the Fiber ports.
1
Enter
Interface Configuration
mode and disable Autonegotiation on Copper ports:
5600(config)#interface FastEthernet 1/45-48
5600(config-if)#speed 100
5600(config-if)#duplex full
2
Enable Autonegotiation on Copper ports:
5600(config-if)#speed auto
5600(config-if)#duplex auto
3
Disable Spanning Tree on Copper ports:
5600(config-if)#spanning-tree learning disable
4
Enable Spanning Tree on Copper ports:
5600(config-if)#spanning-tree learning normal
5
Disable Spanning Tree on Fiber ports:
5600(config)#interface FastEthernet 2/1-4
5600(config-if)#spanning-tree learning disable
6
Enable Spanning Tree on Fiber ports:
5600(config-if)#spanning-tree learning normal
7
Create MLT 1 with Copper ports:
5600(config)#mlt 1 name "MLT-Copper" enable member 1/45-48 learning disable
8
Create MLT 2 with Fiber ports:
5600(config)#mlt 2 name "MLT-Fiber" enable member 2/1-4 learning disable