Skip to content

Instantly share code, notes, and snippets.

@sstrato
Created March 19, 2013 09:04
Show Gist options
  • Save sstrato/5194649 to your computer and use it in GitHub Desktop.
Save sstrato/5194649 to your computer and use it in GitHub Desktop.
ospfd logging
telnet localhost ospfs
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Hello, this is Quagga (version 0.99.20.1).
Copyright 1996-2005 Kunihiro Ishiguro, et al.
User Access Verification
Password:
Password:
ospfd>
echo Echo a message back to the vty
enable Turn on privileged mode command
exit Exit current mode and down to previous mode
help Description of the interactive help system
list Print command list
quit Exit current mode and down to previous mode
show Show running system information
terminal Set terminal line parameters
who Display who is on vty
ospfd> enable
Password:
ospfd#
ospfd# configure termaninal
ospfd(config)# router ospfd
ospfd(config-router)# show running-config
ospf router-id 10.0.0.1
redistribute connected
network 10.0.0.0/24 area 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment