Configure Cisco Routers For Syslog, NTP, and SSH Operations: Network Configuration
Configure Cisco Routers For Syslog, NTP, and SSH Operations: Network Configuration
//Router1
se0/0/0 10.1.1.1 255.255.255.252
10.1.1.1/30
//Router2
se0/0/0 10.1.1.2 255.255.255.252
se0/0/1 10.2.2.2 255.255.255.252
//Router3
se0/0/0 10.2.2.1 255.255.255.252
gig0/0 192.168.3.1 255.255.255.0
//Server1-PC-A
192.168.1.5 255.255.255.0
Gateway = 192.168.1.1
//Server2-PC-B
192.168.1.6 255.255.255.0
Gateway = 192.168.1.1
//PC
192.168.3.5 255.255.255.0
Gateway = 192.168.3.1
//Routing
//Router1
router ospf 1
network 10.1.1.0 0.0.0.3 area 0
network 192.168.1.0 0.0.0.255 area 0
//Router2
router ospf 1
network 10.1.1.0 0.0.0.3 area 0
network 10.2.2.0 0.0.0.3 area 0
//Router3
router ospf 1
network 10.2.2.0 0.0.0.3 area 0
network 192.168.3.0 0.0.0.255 area 0
//Router2
interface se0/0/0
ip ospf message-digest-key 1 md5 MD5pa55
interface se0/0/1
ip ospf message-digest-key 1 md5 MD5pa55
//Router3
interface se0/0/0
ip ospf message-digest-key 1 md5 MD5pa55
//To verify
1. Use the command show logging to verify logging has been
enabled.
2. From the Services tab of the Syslog Server’s dialogue box, select
the Syslog services button. Observe the
logging messages received from the routers.
//SSH - Secure Shell Configuration
ip domain-name testsecurity.com
hostname testsecurity