You are on page 1of 3

Nortel Ethernet Routing Switch 2500

Contents
[hide]

1 Virtual Local Area Network (VLAN)

o o o

1.1 Create VLAN 1.2 Configure VLAN Management 1.3 Configure Tagged Ports (Trunk) and Untagged Ports (Access)

2 Spanning Tree Protocol (STP)

o o o o o o o o o o o

2.1 Changing RSTP mode 2.2 Setup Switch Priority 2.3 Uplink port Priority 2.4 Uplink Port Cost 2.5 Hello Timer, Max-Age, Forward-delay, & tx-holdcount 2.6 Uplink p2p 2.7 Access Port bpdu-filtering 2.8 Access port Edge-port 2.9 DHCP Snooping 2.10 Multicast Protection 2.11 Broadcast Protection

Virtual Local Area Network (VLAN)


Create VLAN
Create VLAN 111 name VLAN-MGMT (management VLAN) and VLAN 200 name IDC (access VLAN). Then add all switch ports to VLAN 111 and VLAN 200. Finally, save your job. ERS-2526T# conf t ERS-2526T(config)# ERS-2526T(config)# ERS-2526T(config)# ERS-2526T(config)# ERS-2526T(config)# ERS-2526T(config)#

vlan vlan vlan vlan vlan save

create 111 name VLAN-MGMT type port create 200 name VLAN-IDC type port configcontrol flexible member add 111 all member add 200 all config

Configure VLAN Management

ERS-2526T(config)# vlan mgmt 111

Configure Tagged Ports (Trunk) and Untagged Ports (Access)


Choose port 25,26 as the trunk ports, then add this two ports to Management VLAN. Port 1 to 24 configure as the access port, and add to VLAN 200 ERS-2526T# conf t ERS-2526T(config)# vlan port 26,26 tagging tagAll Pvid 111 ERS-2526T(config)# vlan port 1-24 tagging untagPvidOnly Pvid 200

Spanning Tree Protocol (STP)


Spanning Tree Protocol (STP) is a standard protocol used to prevent layer 2 loop issue on the switched network.

Changing RSTP mode


ERS-2526T# conf t ERS-2526T(config)# spanning-tree op-mode rstp

Setup Switch Priority


ERS-2526T# conf t ERS-2526T(config)# spanning-tree rstp priority F000

Uplink port Priority


ERS-2526T# conf t ERS-2526T(config)# interface fastEthernet 25,26 ERS-2526T(config-if)# spanning-tree rstp priority 80

Uplink Port Cost


ERS-2526T# conf t ERS-2526T(config)# interface fastEthernet 25,26 ERS-2526T(config-if)# spanning-tree rstp cost 100000

Hello Timer, Max-Age, Forward-delay, & tx-holdcount


ERS-2526T# conf t ERS-2526T(config)# ERS-2526T(config)# ERS-2526T(config)# ERS-2526T(config)# spanning-tree spanning-tree spanning-tree spanning-tree rstp rstp rstp rstp hello-time 1 max-age 6 forward-time 4 tx-holdcount 2

ERS-2526T(config)# spanning-tree rstp verstion rstp

Uplink p2p
ERS-2526T# conf t ERS-2526T(config)# interface fastEthernet 25,26 ERS-2526T(config-if)# spanning-tree rstp p2p force-true

Access Port bpdu-filtering


ERS-2526T# conf t ERS-2526T(config)# interface fastEthernet 1-24 ERS-2526T(config-if)# spanning-tree bpdu-filtering enable

Access port Edge-port


ERS-2526T# conf t ERS-2526T(config)# interface fastEthernet 1-24 ERS-2526T(config-if)# spanning-tree rstp edge-port true

DHCP Snooping
ERS-2526T# conf t ERS-2526T(config)# ip dhcp-snooping enable ERS-2526T(config)# interface fastEthernet 1-24 ERS-2526T(config-if)# ip dhcp-snooping untrusted ERS-2526T(config)# interface fastEthernet 25-28 ERS-2526T(config-if)# ip dhcp-snooping trusted

Multicast Protection
ERS-2526T# conf t ERS-2526T(config)# vlan igmp unknown-mcast-no-flood enable

Broadcast Protection
Broadcast Protection is used to protect broadcast and multicast traffice. In this lab configuration, I configured broadcast=20 and multicast=100. ERS-2526T# conf t ERS-2526T(config)# rate-limit broadcast 20 ERS-2526T(config)# rate-limit multicast 100

You might also like