ip routing Flashcards

1
Q

Router on a stick

A

vlans connected through a trunk interface
subinterfaces are created on the physical interface which represent different vlans
both sides must be switch mode trunk

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

command to create a sub int

A

interface Gig0/0.10
encapsulation dot1q 10 - for vlan 10, attaches to vlan
ip address 192.x.x.x 255.x.x.x

subint no. doesnt have to match vlan no

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

what command attaches subint to vlan

A

encapsulation dot1q 10

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

2 ways to route the native vlan

A

createa subint for it and attach it with encapsulation dot1q 10 native
or use physical interface

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

commands to verify roas

A

show vlans

show ip route connected

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

troubleshooting roas

A

check both sides
check encapsulation command
check subints
check for native command
check native vlans are same on both sides
check for ints shutdown
investigate from LAN switch side because router cannot tell

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

L3 switches use these for larger lan routing

A

Switched virtual interfaces

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

how to enable svis

A
sdm prefer lanbase routing
reload
ip routing
vlan 10   -create vlan
in vlan conf mode- set ip
no shutdown to enable the vlan interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

command to verify routing

A

show ip route

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

troubleshooting svis

A

check ip routing enabled with sdm prefer etc..
check vlans known and active
make sure one physical int up/up using the vlan
vlan must not be down
vlan int must be shutdown

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

routed port

A

port that has l3 functionality
strip headers
make decisions based on IP
encap and forward

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

When to use a routed port or svi

A

svi used when many interfaces use a vlan/subnet

routed ports best for one physical interfaces connects to a subnet

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

verify routed ports commands

A

show interfaces
show interfaces status
show ip route

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

WHy use Layer 3 etherchannel

A

better balancing

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

how to configure etherchannel on an interface

A

in int conf mode
channel-group 3 mode on
no switchport -makes routed port

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

how to make a port routed

A

no switchport

configure ip on port

17
Q

create the portchannel interface

A

interface port-channel 3
no switchport
ip address 192.x.x.x

18
Q

configure physical interface for portchannel

A

no switchport
no ip address
channel group 3 mode on

19
Q

when susing etherchannel/portchannel, should you configure the ip on the physical int or the portchannel

A

portchannel only

20
Q

veryify portchannel

A

show etherchannel 3 summary
show interfaces status
show interfaces port-channel 3
show ip route

21
Q

troubleshooting l3 etherchannel

A

chekc channel-group
check lacp or pagp
channel-group 1 mode active/passive
or auto/desirable for pagp
check no switchport on portchannel and interface
check interfaces on both side use same duplex and speed