Soal tahun 2021 tingkat Nasional
Soal bisa di download di https://itnsa.id
Basic Configuration
- Configure IP Address of all network devices according to the addressing table.
- Create SSH user ‘patah’ with password specified in the appendix.
- Make sure the user are able to enter configuration commands in the router.
- Allow server admins to SSH to all network devices.
- If you need to set additional password on the Routers, use Skills39
- Look at the appendix table and configure accordingly
- Configure IP address:
csr1000v# configure terminal
#change interface name according to the topology
csr1000v(config)# interface GigabitEthernet0
csr1000v(config-if)# ip address x.x.x.x y.y.y.y
csr1000v(config-if)# no shutdown
- Create SSH user:
csr1000v# configure terminal
csr1000v(config)
# username patah password cisco123csr1000v(config)# privilege 15 patah
- Allow server admins to SSH:
csr1000v# configure terminal
csr1000v(config)# ip access-list standard SSH_ACL
csr1000v(config-std-nacl)# permit [server admin IP address]
csr1000v(config-std-nacl)# end
csr1000v(config)# line vty 0 15
csr1000v(config-line)# transport input ssh
csr1000v(config-line)# access-class SSH_ACL in
csr1000v(config-line)# end
- Set additional password:
csr1000v(config)# enable secret Skills39
Thanks
Comments
Post a Comment