Changes between Version 2 and Version 3 of Nortel 5520 V-Lan Programming


Ignore:
Timestamp:
05/31/25 10:11:08 (4 weeks ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nortel 5520 V-Lan Programming

    v2 v3  
    11= Nortel 5520 V-Lan Programming =
     2
     3{{{
     45520-48T-PWR> enable
     55520-48T-PWR# boot default
     6The switch should reboot with a default configuration. Let’s proceed with the configuration;
     7
     85520-48T-PWR> enable
     95520-48T-PWR# configure terminal
     10Let’s set the local read-only and read-write passwords;
     11
     125520-48T-PWR (config)#cli password read-only readpass
     135520-48T-PWR (config)#cli password read-write writepass
     145520-48T-PWR (config)#cli password serial local
     155520-48T-PWR (config)#cli password telnet local
     16Let’s disable the user interface button (UI button);
     17
     185520-48T-PWR (config)# no ui-button enable
     19Enable AUTOPVID;
     20
     215520-48T-PWR (config)# vlan configcontrol autopvid
     22We’ll be up linking this switch using a MultiLink trunk on ports 47 and 48 so we’ll enable tagging on the fiber uplinks;
     23
     245520-48T-PWR (config)# vlan ports 47,48 tagging enable
     25Let’s create the data VLAN (VID 100) and management VLAN (VID 200) on the switch;
     26
     275520-48T-PWR (config)# vlan members remove 1 ALL
     285520-48T-PWR (config)# vlan create 200 name "10-1-200-0/24" type port
     295520-48T-PWR (config)# vlan members add 200 47,48
     305520-48T-PWR (config)# vlan create 100 name "10-1-100-0/24" type port
     315520-48T-PWR (config)# vlan members add 100 1-48
     325520-48T-PWR (config)# vlan port 1-46 pvid 100
     335520-48T-PWR (config)# vlan port 47,48 pvid 200
     34Let’s make VLAN 200 the management VLAN and assign the IP address;
     35
     365520-48T-PWR (config)# vlan mgmt 200
     375520-48T-PWR (config)# ip address switch 10.1.200.10 netmask 255.255.255.0 default-gateway 10.1.200.1
     38Let’s setup Simple Network Management Protocol (SNMP);
     39
     405520-48T-PWR (config)# snmp-server authentication-trap disable
     415520-48T-PWR (config)# snmp-server community  ro
     425520-48T-PWR (config)# snmp-server community  rw
     435520-48T-PWR (config)# snmp-server host
     44Let’s configure the logging so it will overwrite the oldest events;
     45
     465520-48T-PWR (config)# logging volatile overwrite
     475520-48T-PWR (config)# logging enable
     48Let’s setup Simple Network Time Protocol (SNTP);
     49
     505520-48T-PWR (config)# sntp server primary address
     515520-48T-PWR (config)# sntp server secondary address
     525520-48T-PWR (config)# sntp enable
     53Depending on the version of switch software your running you may be able to configure Daylight Saving Time;
     54
     555520-48T-PWR (config)#clock time-zone EST -5
     565520-48T-PWR (config)#clock summer-time EDT date 9 Mar 2009 2:00 2 Nov 2009 2:00 +60
     57Let’s setup the MultiLink trunk that will connect the switch back to the backbone;
     58
     595520-48T-PWR (config)# mlt 1 disable
     605520-48T-PWR (config)# mlt 1 name "MLT-8600"
     615520-48T-PWR (config)# mlt 1 learning disable
     625520-48T-PWR (config)# mlt 1 member 47,48
     635520-48T-PWR (config)# mlt 1 enable
     64Let’s setup ADAC (Automatic Detection and Automatic Configuration) for our i2002/i2004 phones. We’ll using VLAN 50 as our voice VLAN and we’ll use port 48 as our uplink (the switch will add 47 automatically because of the MLT configuration). There is a new command to clear the ADAC MAC address table that may be missing from earlier versions, “no adac mac-range-table”. I’ve also updated the list of entries that I use.
     65
     665520-48T-PWR (config)# adac voice-vlan 50
     675520-48T-PWR (config)# adac op-mode tagged-frames
     685520-48T-PWR (config)# adac uplink-port 48
     695520-48T-PWR (config)# no adac mac-range-table
     705520-48T-PWR (config)# adac mac-range-table low-end 00:0a:e4:75:00:00 high-end 00:0a:e4:75:ff:ff
     715520-48T-PWR (config)# adac mac-range-table low-end 00:13:65:00:00:00 high-end 00:13:65:ff:ff:ff
     725520-48T-PWR (config)# adac mac-range-table low-end 00:14:c2:00:00:00 high-end 00:14:c2:ff:ff:ff
     735520-48T-PWR (config)# adac mac-range-table low-end 00:16:ca:00:00:00 high-end 00:16:ca:ff:ff:ff
     745520-48T-PWR (config)# adac mac-range-table low-end 00:17:65:00:00:00 high-end 00:17:65:ff:ff:ff
     755520-48T-PWR (config)# adac mac-range-table low-end 00:18:b0:00:00:00 high-end 00:18:b0:ff:ff:ff
     765520-48T-PWR (config)# adac mac-range-table low-end 00:19:69:00:00:00 high-end 00:19:69:ff:ff:ff
     775520-48T-PWR (config)# adac mac-range-table low-end 00:19:e1:00:00:00 high-end 00:19:e1:ff:ff:ff
     785520-48T-PWR (config)# adac mac-range-table low-end 00:1b:ba:00:00:00 high-end 00:1b:ba:ff:ff:ff
     795520-48T-PWR (config)# adac mac-range-table low-end 00:1e:ca:00:00:00 high-end 00:1e:ca:ff:ff:ff
     805520-48T-PWR (config)# adac mac-range-table low-end 00:22:67:00:00:00 high-end 00:22:67:ff:ff:ff
     815520-48T-PWR (config)# adac enable
     82We need to strip the 802.1q tag from any packets in the PVID VLAN from going to the phone. In this design we’re expecting to connect IP phones to ports 1 – 46.
     83
     845520-48T-PWR (config)# vlan port 1-46 tagging untagpvidOnly
     85Let’s configure LLDP for the ports we expect to connect IP phones (1 – 46);
     86
     875520-48T-PWR (config)# interface fastEthernet 1-46
     885520-48T-PWR (config-if)# vlan ports 1-46 filter-unregistered-frames disable
     895520-48T-PWR (config-if)# lldp tx-tlv port-desc sys-cap sys-desc sys-name
     905520-48T-PWR (config-if)# lldp status txAndRx config-notification
     915520-48T-PWR (config-if)# lldp tx-tlv med extendedPSE med-capabilities network-policy
     925520-48T-PWR (config-if)# poe poe-priority high
     935520-48T-PWR (config-if)# spanning-tree learning fast
     945520-48T-PWR (config-if)# adac enable
     955520-48T-PWR (config-if)# exit
     96The option in RED above was added after an issue was discovered when trying to upgrade the firmware on the IP phones. The filter-unregistered-frames is enabled by default and should be disabled to avoid and issues with upgrading the firmware on the IP phones. We are attempting to investigate further with Nortel and our voice vendor Shared Technologies.
     97
     98Let’s disable the two remaining ports that share the GBIC interfaces incase we need those in the future;
     99
     1005520-48T-PWR (config)# interface fastEthernet 45-46
     1015520-48T-PWR (config-if)# shutdown
     1025520-48T-PWR (config-if)# exit
     103Let’s setup a QoS interface group to trust all traffic that will ingress on the fiber uplinks. By default the ERS 5520 switch will strip all QoS tags on all ports. Thankfully ADAC will take care of the QoS settings for all VoIP traffic.
     104
     1055520-48T-PWR (config)# qos if-group name allUpLinks class trusted
     1065520-48T-PWR (config)# interface fastEthernet 47,48
     1075520-48T-PWR (config)# qos if-assign port 47,48 name allUpLinks
     1085520-48T-PWR (config)# exit
     109Let’s set the SNMP information;
     110
     1115520-48T-PWR (config)# snmp-server name "sw-icr1-1east.sub.domain.org"
     1125520-48T-PWR (config)# snmp-server location "Acme Internet Phone Company (ICR1)"
     1135520-48T-PWR (config)# snmp-server contact "Network Infrastructure Team"
     114Let’s enable rate limiting for all broadcast and multicast traffic to 10% of the link;
     115
     1165520-48T-PWR (config)# interface fastEthernet ALL
     1175520-48T-PWR (config-if)# rate-limit both 5
     1185520-48T-PWR (config-if)# exit
     119Let’s setup VLACP (Virtual Link Aggregation Protocol) on the uplinks to the core;
     120
     1215520-48T-PWR (config)# interface fastEthernet 47,48
     1225520-48T-PWR (config-if)# vlacp port 47,48 timeout short
     1235520-48T-PWR (config-if)# vlacp port 47,48 timeout-scale 5
     1245520-48T-PWR (config-if)# vlacp port 47,48 enable
     1255520-48T-PWR (config-if)# exit
     1265520-48T-PWR (config)# vlacp enable
     127That’s it your done! Well hopefully your done.
     128}}}
     129
    2130
    3131{{{