click below
click below
Normal Size Small Size show me how
SRC - NRS1 Commands
Alcatel-Lucent Service Router Certification: Scalable IP Networks - Commands
| Question | Answer |
|---|---|
| Display primary-image location: | show bof |
| Display primary-config location: | show bof |
| Display ethernet console information: | show bof |
| Display persist mode (on/off): | show bof |
| Go back to the login menu: | logout |
| Change the system name: | configure system name <name> |
| Save router configuration: | admin save [cf3:/<name>.cfg] |
| Set a config to be the startup config: | bof primary-config cf3:/<name>.cfg ; save |
| Reboot the router: | admin reboot now |
| Display IOM cards installed: | show card |
| Configure a card: | configure card <slot> card-type <type> ; no shutdown |
| Display MDA installed on cards: | show mda |
| Configure an mda | configure card <slot> mda <slot> mda-type <type> ; no shutdown |
| Display port information: | show port [#] [detail] |
| Display OS version and current config: | admin display-config |
| Display information about the current context level: | info [detail] |
| Display logging information: | show low log-id <#> |
| Display interface information: | show router interface |
| Configure system interface: | config router interface system address <ip>/<mask> |
| Configure ethernet interface: | config router interface <name> address <ip>/<mask> ; port <#> |
| Display the routing table: | show router route-table |
| Turn on debug for icmp packets: | debug router ip icmp |
| Configure static route: | configure router static-route <ip>/<mask> next-hop <ip> |
| Show status of ospf protocol: | show router ospf status |
| Show general protocol information on router: | show router status |