Author: Aaron Rombaut
-
Link State Advertisements (LSA) Types
Routers have to agree on certain parameters (such as timers and being on a common subnet) before they can become neighbors. After its neighbor routers are discovered, the router determines whether it should exchange routes with those neighbors. (If they decide to do so, they become adjacent.) If they are adjacent, they begin to exchange…
-
Defining the Message Severity Level
You can set the severity level of messages according to the level of detail you need. You can also control the destinations of the messages. Configure The following command will set the logging to the console, this is the default. Switch#configure terminal Switch(config)#logging console Switch(config)#end If you want to send logs to a syslog server,…