Module 6 Flashcards

EtherChannel

1
Q

what is a port channel?

A

when an ethernchannel is configured, the resulting virtual interface is a port channel. The physical interfaces are bundled together into a port channel interface

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

what are benefits of port channelling?

A

-more bandwidth without upgrading
-fault tolerance/redundancy
-if one physical link goes down, port channel stays up

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

What are the guidelines of port channeling?

A

-switch must support it
-ports must be same speed and duplex
-max 8 ports in a port channel
-same vlans/mode

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

etherchannels can be formed through negotiation using one of two protocols, what are those protocols?

A

Port aggregation protocol (PAgP) and Link aggregation control protocol (LACP)

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

commands to configure link aggregation

A

s1(config)#int range fa0/1-3
(config-if-range)#channel-group 1 mode desirable
s1(config)#int Po1
s1(config-port)#switchport mode trunk
s1(config-port)#switchport trunk all vlan (vlan numbers)
s1(config-port)#no shutdown

s2(config)#int range fa0/1-3
s2(config-int-range)#channel-group 1 mode auto
s2(config)#int Po1
s2(config-port)#switchport mode trunk
s2(config-port)#switchport trunk all vlan (vlan numbers)
s2(config-port)#no shutdown

show ether summ (shows config for port channels)

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

What does show ether summ display? what does “s” and “r” under port channel represent?

A

group port-channel protocol ports
S represents layer 2 connection, R represents layer 3 connection

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

what negotiation protocols go with which?

A

desirable goes with auto or desirable, auto only goes with desirable, and active goes with either active or passive, and passive only goes with active

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