Test 1 Flashcards
DNS, telnet, ssh, ospf
How do you configure DNS on a router?
ip domain-name jdrost.local
How do you add other host in DNS?
ip host hostname ipaddr
How to you enable telnet in Cysco?
line vty 0 15 password Secret55 login enable secret Secret55 do show run
How to you connect to a router using telnet on CMD?
telnet ipaddr
enable
How do you connect to a router using ssh in CMD?
ssh -l user ipaddr
How do you give a user elevated privileges for ssh?
username jdrost privilege 15
How do you configure ssh on a router?
Assume you have hostname and DNS configured
crycto key generate RSA 1024 (#of bits) line vty 0 15 transport input ssh login local username jdrost password Secret55
How do you set an IP address on a loop back interface?
int loopback 0
ip addr 192.168.255.254 255.255.255.255
How do you save your configurations?
copy r s
How do you enable ospf on a router?
router ospf 1
Then add your connected networks
network 192.168.1.0 0.0.0.255 area 0
network 10.100.1.4 0.0.0.3 area 0
How do you show ospf information and neighbors?
do sh ip protocol or
do sh ip ospf into g0/0
do show ip ospf neighbour
How to show iOS?
do show ip route