11.6 Switch interVLAN Routing Flashcards

1
Q

Switch(config)#ip default-gateway [a.b.c.d]

A

Configures the default gateway on a switch. This will enable management of the switch from a remote network.

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

Switch(config)#ip routing

A

Enables IP routing on the multilayer switch for an SVI configuration.

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

Switch(config)#vlan [id]

A

Creates a VLAN in the VLAN database and enters the VLAN configuration mode.

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

Switch(config)#router [routing protocol]

A

Enables a specified routing protocol on the multilayer switch for an SVI configuration

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

Switch(config)#interface vlan [vlan id]

A

Enters VLAN interface configuration mode for the specified VLAN for an SVI configuration.

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

Switch(config-if)#ip address [a.b.c.d] [a.b.c.d]

A

Specifies an IP address and subnet mask on the VLAN interface for an SVI configuration.

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

Switch(config-if)#no shutdown

A

Enables the interface.

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

Switch(config-if)#ip helper-address

A

Enables the DHCP relay agent on the multilayer switch for an SVI configuration.

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

Switch#show running-config

A

Displays the interVLAN configurations, including subinterfaces, IP routing information, and SVI addresses.

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

Switch#ping a.b.c.d

A

Tests connectivity to the hosts, VLAN interfaces, and VLAN subinterfaces.

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

Switch#show ip route

A

Displays the available IP routes on the switch or router.

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

Switch#show ip protocols

A

Displays information about the routing protocols that are enabled on the switch or router.

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

Switch#show ip cef

A

Displays brief information of all Forwarding Information Base (FIB) entries.

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

Switch#show interface vlan [vlan number]

A

Shows the status of the VLAN interface. Two status codes are displayed for the SVI interface:
The first status code is the Line Status. This code should display as up.
The second status code is the Protocol Status. This code should display as up.

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

Switch#show ip adjacency

A

Verifies that an adjacency exists for a connected device, that the adjacency is valid, and that the MAC header rewrite string is correct. The information displayed by the show adjacency commands includes the following:
Protocol
Interface
Type of routed protocol traffic using this adjacency
Next hop address

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