Chapter 5 - Using Cisco Configuration Professional Flashcards

1
Q

What is a Gratuitous ARP?

A

A Gratuitous Address Resolution Protocol is an ARP broadcast in which the source and destination IP addresses are the same. Typically this is used by a host to inform the network about its IP address.

  • Gratuitous means that an ARP reply is sent without an initial request from another station. A spoofed Gratuitous ARP message can cause network mapping information to be stored incorrectly, or with the wrong device causing network malfunctions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why should you disable IP Source Route?

A

It is generally bad practice to allow the sender of a packet to control the path through your network. IP packets should rely on routers to properly get them from source to destination on a network.

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

True or False? Restrictions through Cisco Configuration Professional (CCP) restrict access at the command line.

A

FALSE

Restrictions implemented through CCP user profiles restrict access only via CCP. If the same user opens a SSH session directly on a router, the restrictions are not in affect because CCP was not used to establish the connection.

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

What does the command ip http authentication local do?

A

It tells the router that when people connect via HTTP or HTTPS it should request a username and password, and when it gets one to check the local database (aka the running config) to see if they shoud be allowed access.

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

When using CCP, what is meant by a “community”?

A

A community is a group of routers or devices that share something in common. It could be geographical location, or similar function.

  • Remember, in CCP each community can only have 10 membes maximum.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is “parameterizing” in CCP?

A

When you are creating a template to configure multiple routers there are some options that must be unique on each device (hostname, management IP address, etc). In the configuration template you can make these entries variables, so that when they are applied, CCP will request unique values for these options.

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