Task 1:
For reference information on configuring hostnames, please refer to:
Lab 35 Configuration and Verification Task 1
Task 2:
Sw1#config t
Enter configuration commands, one per line. End with CNTL/Z.
Sw1(config)#interface fastethernet0/2
Sw1(config-if)#no shutdown
Sw1(config-if)#exit
Sw1(config)#interface fastethernet0/3
Sw1(config-if)#no shutdown
Sw1(config-if)#^Z
Sw1#
Task 3:
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#logging trap debugging
R3(config)#logging host 192.168.254.254
R3(config)#end
R3#
| NOTE: When configuring logging levels, you can use the number or the keyword for the specific level for which you want to enable logging. You can view the correlation between numbers and keywords by using a question mask after the logging trap command as illustrated below:
R3(config)#logging trap ?
|
Task 4:
R3#show logging
Syslog logging: enabled (0 messages dropped, 1 messages rate-limited, 0 flushes, 0 overruns, xml disabled)
Console logging: disabled
Monitor logging: level debugging, 0 messages logged, xml disabled
Buffer logging: disabled, xml disabled
Logging Exception size (4096 bytes)
Count and timestamp logging messages: disabled
Trap logging: level debugging, 33 message lines logged
Logging to 192.168.254.254, 1 message lines logged, xml disabled
| NOTE: Logging using a level of 7 indicates that the device will send logs for all other levels. If we has a SYSLOG server and performed a configuration task on this router, we would see the log messages on the SYSLOG server. |