Cisco TechNotes

  • 0

What is the difference between the two methods to create static routes?

There are two methods to create static routes:

The ip route 10.1.1.1 255.255.255.0 eth 0/0 command generates an ARP broadcast that looks for the next-hop IP address.
The ip route 10.1.1.1 255.255.255.0 172.16.1.1 command does not generate an ARP request. It keeps Layer 2 out of the routing process.

General Debugging Commands:

  • term len 0

terminal length

To set the number of lines of output to display on the terminal screen for the current session before pausing, use the terminal length command. To revert to the default, use the no form of this command.
terminal length lines
terminal no length

Syntax Description

lines
Number of lines to display. The range is from 0 to 511. Use 0 to not pause while displaying output.
https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/nxos/commands/fund/terminal-length.html

  • term exec prompt timestamp
  • show ver
  • show inv
  • show log
  • show platform
  • show platform software process list R0 sort mem

  • show platform software status control-processor brief

  • show platform software memory messaging chassis-manager 0

No comments:

Post a Comment