Security Solutions

fc mode np
port trunk vsan 100
bind interface FortyGigE 1/0/49
#
To create an aggregation group follow these steps:
1. Create the link-aggregation interface.
a. interface Bridge-Aggregation X (where X is a number)
b. port link-type trunk
c. port trunk permit vlan 1 102 1001
d. link-aggregation mode dynamic
2. Associate each of the member ports.
a. interface Ten-GigabitEthernet 1/0/1
b. port link-aggregation group X
c. interface Ten-GigabitEthernet 1/0/2
d. port link-aggregation group X
3. Make final settings on the link-aggregation interface.
a. interface Bridge-Aggregation X
b. port link-type trunk
c. port trunk permit vlan 1 1001 4001 - use the vlans that were defined
interface Bridge-Aggregation1 description
port link-type trunk
port trunk permit vlan 1 4001
port trunk pvid vlan 1001
link-aggregation mode dynamic
#
interface Ten-GigabitEthernet 1/0/1
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 1001 4001
port trunk pvid vlan 1001
priority-flow-control auto
priority-flow-control no-drop dot1p 3
lldp tlv-enable dot1-tlv dcbx
qos trust dot1p
qos wrr be group 1 byte-count 15
qos wrr af1 group 1 byte-count 15
qos wrr af2 group sp
qos wrr af3 group sp
qos wrr af4 group sp
qos wrr ef group sp
qos wrr cs6 group sp
qos wrr cs7 group sp
qos apply policy DCBX outbound
port link-aggregation group 1
#
41