Basic CLI commands for Nortel/Tasman router

  • To see running config

Tasman_Router> show configuration running
 

  • To see utilization of interface

Tasman_Router> show interface  bundle MFR1

  • To see alarms on module

Tasman_Router> show module alarms t1 1

  • To see module setting

Tasman_Router>show module config all

  • Extended ping testing

ping dipaddress [ sipaddress < ipaddress > ] [ pingcnt < n > ] [ pktsize < n > ] [
timeout < n > ] [ fillpattern < n > ] [ sweepmin < n > ] [ sweepmax < n > ] [ tos < n > ] [ dfbit
< on | off > ] [ options < none | verbose | validate > ]

example:
Tasman_Router> ping dipaddress 10.10.10.1 pingcnt 1000 c1400


  • To configure static route

Tasman_Router>conf t
Tasman_Router/configure>ip
Tasman_Router/configure/ip> route 10.10.1.1 255.255.255.0 192.168.1.1


  • Save configuration

Tasman_Router> save local system.cfg
 

Leave a Reply