VLANs Flashcards
1
Q
CLI commands to enable layer 3 Switch to route VLAN traffic
A
ip routing - enables layer 3 routing, switches can now build routing tables
no switchport - turns layer 2 switchport to layer 3 routed port
ip address [ip] [subnet] - assign IP address to port
2
Q
CLI command to see what ports are access, trunk or routed ports
A
show interfaces status
3
Q
CLI command to see what ports belong to what VLAN
A
show vlan brief
4
Q
CLI command to create SVI (Switch Virtual Interface) for a VLAN
A
interface [vlan]
ip address [ip] [subnet]