ngutri000
Newbie
Reputation Power: 5

Posts: 23
|
 |
« Reply #15 on: January 26, 2010, 06:26:32 PM » |
|
Be nice to your PCMCIA card, umount before you eject it or it may not work for you at the time you need it most… ERS-8610:6# pcmcia-stop It is now safe to eject pcmcia card. ERS-8610:6#
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #16 on: January 28, 2010, 01:47:13 PM » |
|
For rebooting an 8600, have you tried the BOOT command?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #17 on: January 29, 2010, 01:19:38 AM » |
|
Avaya/Nortel (going to take time to start calling Nortel Avaya) has a Nortel Discovery Protocol (also known as Synoptic Topology Protocol). The command for the ERS 8600 was already in this thread;
ERS-8610:5#show sys topology
Here's the command for the Ethernet Switch 460/470 and the Ethernet Routing Switch 4500/5500/5600 series switches;
5520-48T-PWR#show autotopology nmm-table Cheers!
|
|
|
|
|
Logged
|
Why not leave some rep if someone provided a helpful post? Click on the  icon under the user's avatar. blog.michaelfmcnamara.com
|
|
|
|
ngutri000
Newbie
Reputation Power: 5

Posts: 23
|
 |
« Reply #18 on: January 29, 2010, 01:37:48 PM » |
|
The downturn of economy and Nortel bankrupt make refurbished ERS8600 a bargain. Many small companies want to upgrade their network infrastructure by replacing their core/distribution with ERS8600. Your current network is Baystack and you have never used the ERS8600 before. Your boss gave you an ERS8600 and told you to install it at core or distribution layer. Salesman gave you a link to Nortel documents, but it is so complex that you need a document just to find the document. Your boss spent all the money in the switch, so he could not afford Michael McNamara  for consultant. If you are in this situation, these NNCLIs are for you: ERS-8610:5# config vlan 1 ip create 172.18.254.254/16 ERS-8610:5# config snmp-v3 community commname first new-commname public ERS-8610:5# config snmp-v3 community commname second new-commname private ERS-8610:5# save config Save config to file /flash/config.cfg successful. CPU5 [01/29/10 15:10:37] SNMP INFO Save config successful. ERS-8610:5# Now you can go back to your comfy desk, fire up the “sexy Nortel DM” and manage your ERS8600. Good Luck!
|
|
|
|
|
Logged
|
|
|
|
|
ngutri000
Newbie
Reputation Power: 5

Posts: 23
|
 |
« Reply #19 on: February 02, 2010, 03:19:02 PM » |
|
Here are two that I use almost daily to locate devices in the network via the ARP and MAC/FDB tables.
show ip arp info [IP ADDRESS] show vlan info fdb-entry mac [MAC ADDRESS (00:12:34:56:78:9a:bc)]
These are very useful CLIs. Do you know any cli for flush the arp and mac-address table for ERS8600 4.1. Nortel document include "action fluship", "flush arp", and "flush MacFDB" None work in ERS8600 4.1
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #20 on: February 02, 2010, 09:51:30 PM » |
|
Do you know any cli for flush the arp and mac-address table for ERS8600 4.1. Nortel document include "action fluship", "flush arp", and "flush MacFDB" None work in ERS8600 4.1
Here's the syntax for the command on a switch running 4.1.3.x software (I just choose VLAN 11 arbitrarily) ERS-8600:6# config vlan 11 action ? Not enough required parameters entered vlan action Required parameters: <action choice> = choose one action {none|flushMacFdb|flushArp|flushIp|flushDynMemb|triggerRipUpdate|all} Command syntax: action <action choice> How would I flush the ARP table for VLAN 11; ERS-8600:6# config vlan 11 action flushArpHow would I flush the MAC FDB table for VLAN 11; ERS-8600:6# config vlan 11 action flushMacFdbHopefully that answers your question, but if not please let me know. Cheers!
|
|
|
|
|
Logged
|
Why not leave some rep if someone provided a helpful post? Click on the  icon under the user's avatar. blog.michaelfmcnamara.com
|
|
|
|
ngutri000
Newbie
Reputation Power: 5

Posts: 23
|
 |
« Reply #21 on: February 03, 2010, 12:56:17 PM » |
|
Thanks Michael, it works! You are the live dictionary of NNCLI! I could not find these commands in "Nortel Command Reference NNCLI 5.1"
|
|
|
|
|
Logged
|
|
|
|
|
stauftm
Newbie
Reputation Power: 4

Posts: 39
|
 |
« Reply #22 on: February 17, 2010, 11:51:55 AM » |
|
I've been troubleshooting an ongoing issue with Nortel on our 5530 switches. A command I've been using a lot to see if any SW Exceptions have been happening is..
show system last-exception unit all
It's been very helpful.
Todd
Moderator Edit: this command is only available in 6.x or later software
|
|
|
|
« Last Edit: February 17, 2010, 01:28:15 PM by Michael McNamara »
|
Logged
|
|
|
|
|
ngutri000
Newbie
Reputation Power: 5

Posts: 23
|
 |
« Reply #23 on: April 08, 2010, 06:59:11 PM » |
|
To shutdown POE for a ERS5520 switchport use: 5520(config)#int fastEthernet 1/13 5520(config-if)#poe poe-shutdown
To turn it back on use: 5520(config-if)#no poe (go figure!)
|
|
|
|
|
Logged
|
|
|
|
|
kmanuel
Newbie
Reputation Power: 4

Posts: 20
|
 |
« Reply #24 on: April 08, 2010, 10:59:29 PM » |
|
Hi ngutri000,
I think the full syntax to turn it back on is actually:
no poe-shutdown [port <portlist>]
Probably a typo on your part(?)
|
|
|
|
« Last Edit: April 12, 2010, 12:53:45 PM by kmanuel »
|
Logged
|
|
|
|
|
ngutri000
Newbie
Reputation Power: 5

Posts: 23
|
 |
« Reply #25 on: April 15, 2010, 07:08:08 PM » |
|
Hi Kmanuel,
Thanks for the correction. But if you are in the interface mode, “no poe” works too (I was confusing everytime I use this cli.) “No poe-shutdown” makes more sense.
Peter.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #26 on: April 23, 2010, 08:32:54 AM » |
|
>Working with spyReport< The spyReport, accessed using privilege mode can be used to get information about the process load of the device. It lists all current running processes of ERS 8600 with their corresponding total and delta (since the last spyReport) CPU cycles (ticks)................
Following on from the post about spyreport; When exiting shell or priv mode you need to type logout. If you type exit you'll cause the ERS8600 to reboot.
|
|
|
|
« Last Edit: April 23, 2010, 10:40:11 AM by Michael McNamara »
|
Logged
|
|
|
|
|
ngutri000
Newbie
Reputation Power: 5

Posts: 23
|
 |
« Reply #27 on: May 19, 2010, 05:20:59 PM » |
|
ERS 8600 V 4.1.0 When you configure MLT-IST, even IST did not work, switch is so kind, it won’t complain. So how do you know if your IST is configured correctly and working? 8600:5# sh mlt ist info ================================================================================ Mlt IST Info ================================================================================ MLT IP VLAN ENABLE IST ID ADDRESS ID IST STATUS -------------------------------------------------------------------------------- 20 172.22.0.42 3999 true up
|
|
|
|
« Last Edit: May 19, 2010, 05:22:30 PM by ngutri000 »
|
Logged
|
|
|
|
|
ngutri000
Newbie
Reputation Power: 5

Posts: 23
|
 |
« Reply #28 on: June 08, 2010, 06:21:24 PM » |
|
In ERS-5500 V6; if you set cli password, you must enter default username “RW” or “RO” You can change the the default username with “username <name> rw <password>”
|
|
|
|
« Last Edit: June 08, 2010, 06:26:03 PM by ngutri000 »
|
Logged
|
|
|
|
|
|
|
 |
« Reply #29 on: July 09, 2010, 01:20:49 AM » |
|
to add to your tip....
if you want to move one file off one SF to another SF. 127.0.0.5 is the IP of CPU-5, 127.0.0.6 is CPU-6.
|
|
|
|
|
Logged
|
|
|
|
|
|