Chapter 7 other Flashcards

1
Q

Once a file is copied to NVRAM, you can make a second back up by using what command?

A

‘copy running-config tftp’ or ‘copy run tftp’

You make the second backup to a TFTP server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you restore a configuration that was copied to a TFTP server? What happens to the interfaces ?

A

‘copy tftp running-config’ or ‘copy tftp startup-config’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you configure DHCP on a Cisco router/switch?

A

Switch(config)#service dhcp

Switch(config)#ip dhcp excluded-address ‘ip addresses you want to exclude such as router itself or file server’

Switch(config)#ip dhcp pool ‘name of pool’

Switch(dhcp-config)#network ‘ip address mask’

Switch(dhcp-config)#default-router ‘ip address of default router’

Switch(dhcp-config)#dns-server ‘any ip address’

Switch(dhcp-config)#domain-name ‘something.com’

Switch(dhcp-config)#lease ‘days hours minutes’
Switch(dhcp-config)#option 66 ascii tftp.lammle.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you enable DHCP Relay, why is it needed?

A

config t
interface ‘interface connected to the DHCP client’
ip helper-address ‘DHCP server address’

Without DHCP Relay, DHCP requests from hosts never leave the local LAN subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you verify DHCP on Cisco IOS?

A

show ip dhcp binding

Lists state info about each IP address currently leased to a client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to view connection to a remote device?

A

show sessions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to reveal active consoles and VTY ports in use on router?

A

show users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly