Switch IPv4 Configuration (8) Flashcards
1
Q
Changes the context to VLAN interface mode. For VLAN 1, allows the configuration of the switch’s IP address.
A
interface vlan number
2
Q
VLAN interface mode. Statically configures the switch’s IP address and mask.
A
ip address ip-address subnet-mask
3
Q
VLAN interface mode. Configures the switch as a DHCP client to discover its IPv4 address, mask, and default gateway.
A
ip address dhcp
4
Q
Global command. Configures the switch’s default gateway IPv4 address. Not required if the switch uses DHCP.
A
ip default-gateway address
5
Q
Global command. Configures the IPv4 addresses of DNS servers, so any commands when logged in to the switch will use the DNS for name resolution.
A
ip name-server server-ip-1 server-ip-2 ···