19 - IPv4 Routing in the LAN Flashcards
What commands are used to configure ROAS using the physical interface for the native VLAN 1?
- int fa0/0
- ip address 10.1.1.1 255.255.255.0
- int fa0/0.20
- ip address 10.1.20.1 255.255.255.0
- encap dot1q 20
What commands are used to configure ROAS using a subinterface for the native VLAN 1?
- int fa0/0
- int fa0/0.1
- ip address 10.1.1.1 255.255.255.0
- encap dot1q 1 native
- int fa0/0.20
- ip address 10.1.20.1 255.255.255.0
- encap dot1q 20
- int fa0/0.1
What ‘show’ cmds on a router can be used to verify ROAS configuration?
- show running-config
- show ip route
- show vlans
In a ROAS configuration can you tell from the router whether or not the switch has been configured correctly?
No
What commands are needed on a switch to prepare it to do L3 routing?
- sdm prefer lanbase-routing
- <then></then>
- ip routing (global cmd)
What does the command ‘sdm prefer lanbase-routing’ do?
Changes switch forwarding ASIC to make room for IP Routes
What does the global command ‘ip routing’ do?
- enables IPv4 routing functions
- enables commands like ‘show ip route’
What 3 commands are used to configure an SVI?
- int vlan20
- ip address 10.1.20.1 255.255.255.0
- no shut
What ‘show’ cmd allows you to verify correct configuration of an SVI?
‘show ip route connected’
If an SVI doesn’t come up what 4 things should you check?
- the local switch has the VLAN configured
- At least one interface or trunk assigned to the VLAN must be up/up
- Make sure VLAN is ‘no shut’
- Make sure SVI is ‘no shut’
What command changes a switch port to a router interface?
no switchport
When a switchport is changed to a router interface what 4 commands will show this?
- show interfaces (will now show an IP address)
- show interface status (under VLAN will show ‘routed’)
- show ip route (interface now shows up as an outgoing interface in routes)
- show int gig2/1 switchport (short output)
When configuring a L3 port channel what commands go on the physical interfaces?
- channel-group 1 mode on
- no switchport
When configuring a L3 port channel what commands go on the port-channel interface?
- int po1
- no switchport
- ip address 10.1.1.1 255.255.255.0
What ‘show’ cmd verifies the port-channel configuration?
‘show etherchannel summary’