Posts tagged ERS5500

Changing SNMP Community Strings

13

In this day and age it’s not a very good idea to leave the default SNMP community strings configured in any network electronics. The general default configuration uses public for read-only and private for read-write, these defaults apply to  the Nortel Ethernet Switch and the Nortel Ethernet Routing Switch.

You can certainly do this from Nortel’s Java Device Manager, however, you need to be careful that you don’t saw off the branch you’re standing on when you change the SNMP community string. It’s best to configure the SNMP community strings from the CLI interface to avoid any potential issues.

Here are the CLI commands to configure the SNMP community strings on the ERS 8600 and 1600 switch. In the example below we’ll set the read-only string to open and the read-write string to lock.

ERS-8610:5# config snmp-v3 community commname first new-commname open
ERS-8610:5# config snmp-v3 community commname second new-commname lock

Here are the CLI commands to configure the SNMP community strings on the ERS 4500, ERS 5500 and ES460/470 switches. In the example below we’ll set the read-only string to open and the read-write string to lock.

5520-48T-PWR (config)# snmp-server community open ro
5520-48T-PWR (config)# snmp-server community lock rw

Cheers!

User Interface Button (UI Button)

4

A front panel-mounted button on some switch models that you can use for easy stacking configuration. The UI button is supported on the Ethernet Routing Switch 5000 Series of switches. That was the definition of the term “User Interface button (UI button)” from the Nortel Ethernet Routing Switch 5000 Series Terminology document although I have a better definition. A front panel-mounted button that is completely useless for anything other than providing end-users the ability to crash the network.

You can guess where I’m going with this one right? I’ll spare everyone the story… although here’s what the little devil of a button can do according to the documentation.

Assigning IP parameters using the UI button

  1. Press and hold the UI button for 3 seconds.
    The unit will now be in configuration mode. The Status LED will now change to a blinking green status.
  2. Press the UI button 5 times.
    The Base LED and the Up and Down LEDs will now be steady amber to indicate that the button press was recognized.
  3. Press the UI button and hold in for 3 seconds to confirm the command.
    The In-Use IP address will now be changed to 192.168.192.168. The color and status of the Status LED will turn to steady green once the command has been accepted. If the command is rejected, the Status LED turns amber blinking.
  4. Initial IP configuration using the UI button is now complete.
    To continue with switch configuration, access the switch through the NNCLI, Web-based Management Interface, or Device Manager.

Setting a base unit using the UI button

  1. Press and hold the UI button for three seconds.
    The unit is now in configuration mode. The color and status of the Status LED turns to blinking green.
  2. Press the UI button once.
    The Base LED is illuminated and the Up and Down LEDs are off to indicate that the button press was recognized.
  3. Press and hold the UI button for three seconds to confirm the command.
    The Status LED returns to a steady green state to confirm command acceptance. If the command is rejected, the Status LED moves to a blinking amber state.

Setting non-base units using the UI button

  1. Press and hold the UI button for three seconds.
    The unit is now in configuration mode. The color and status of the Status LED turns to blinking green.
  2. Press the UI button twice.
    The Base LED will turn off and the Up and Down LEDs are turned off.
  3. Press and hold the UI button for three seconds to confirm the commands.

Resetting a stack using the UI button

  1. Press and hold the UI button for three seconds.
    The unit is now in configuration mode. The color and status of the Status LED turns to blinking green.
  2. Press the UI button three times.
    The Base, Up, and Down LEDs will move to a blinking amber state and blink in unison.
  3. Press and hold the UI button for three seconds to confirm the command.

Abandoning a command

  1. Wait approximately twenty seconds after entering the command (without confirming it) and the input is ignored.
  2. Exit configuration mode by pressing the UI button nine or more times.

Note: Wait sixty seconds after the last configuration change before resetting the unit. The system can take up to this long to save configuration changes to the NVRAM. Stacks can be reset immediately after the last configuration change without any loss of information.

I’ve already added the following command into my default configuration template, “no ui-button enable” and I’ll be reconfiguring every ERS 5500/5600 series switch we have installed. I would strongly suggest that folks disable this feature. If you haven’t seen the button there’s a picture of it below, the Nortel logo is the actual button.

ui-button

Cheers!

Nortel ERS 5500 Software 5.1.5 Available

0

Nortel has released software 5.1.5 for the Nortel Ethernet Routing Switch 5500 series switches. There are no new features in the software release but a number of fixes.

  • When unknown multicast no flood filter was enabled the multicast packets used by OSFP were blocked (Q02007873)
  • Uplink fiber port was set to “Custom” instead of “Enabled” after code upgrade to 5.1.3 (Q02023262)
  • Stack did not properly pass MIB values for Auth-Status (Q02011169)
  • HTTP web-server crashed when running specific security test (Q02004709)
  • Under certain conditions, when a new MLT was configured, traffic did not properly flow through both links of the MLT (Q02011420)
  • Link did not come up when specific SFPs were used on (Q01966044)
  • SSH login accepted any username except blank (Q02010762)
  • Exception Error with Data Access Task Name “tIdt” (Q02024889)

You can find the release notes at the Nortel website.

Cheers!

Go to Top