Nortel Networks 5510 Switch User Manual


 
Filters and QoS Configuration for ERS 5500
Technical Configuration Guide v2.0 NN48500-559
___________________________________________________________________________________________________________________________
Nortel Confidential Information Copyright © 2008 Nortel Networks. All Rights Reserved.
External Distribution
51
5500(config)# interface vlan 110
5500(config-if)#ip address 10.62.32.1 255.255.255.0
5500(config-if)#ip ospf network passive
5500(config-if)#ip ospf enable
5500(config-if)#exit
ERS5500: Step 2– Add IP address to VLAN 220 and enable OSPF with interface type of
passive
5500(config)# interface vlan 220
5500(config-if)#ip address 10.13.196.1 255.255.255.0
5500(config-if)#ip ospf network passive
5500(config-if)#ip ospf enable
5500(config-if)#exit
ERS5500: Step 3– Add IP address to VLAN 700 and enable OSPF
5500(config)# interface vlan 700
5500(config-if)#ip address 10.95.101.3 255.255.255.0
5500(config-if)#ip ospf enable
5500(config-if)#exit
12.3.1.3 Enable IP Routing and OSPF Globally
ERS5500: Step 1 – Enable IP routing and OSPF Globally
5500(config)#ip routing
5500(config)# router ospf enable
12.3.1.4 Enable DHCP Relay
ERS5500: Step 1 – Enable STP Fast Start and BPDU Filtering
5500(config)#ip dhcp-relay fwd-path 10.62.32.1 172.30.30.50 mode dhcp
5500(config)#ip dhcp-relay fwd-path 10.13.196.1 172.30.30.50 mode dhcp
12.3.1.5 Enable STP Fast Start, BPDU Filtering and Broadcast/Multicast Rate Limiting
ERS5500: Step 1 – Enable STP Fast Start and BPDU Filtering
5500(config)#interface fastEthernet 3-6,8-10
5500(config-if)#spanning-tree learning fast
5500(config-if)#spanning-tree bpdu-filtering timeout 0
5500(config-if)#spanning-tree bpdu-filtering enable
5500(config-if)#exit