Cisco Ex SERIES Instrukcja Użytkownika Strona 29

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 83
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 28
Juniper Networks/Cisco Systems Switch Interoperability Cookbook
! ! !
29
5. (Optional) Assign the link aggregation interface to be a member of a VLAN. The
following example assigns interface ae1.0 to access mode and allows traffic for
VLAN v2001:
admin@EX9208# set interfaces ae1.0 family ethernet-switching interface-mode
trunk
admin@EX9208# set interfaces ae1.0 family ethernet-switching vlan members
v2001
Link aggregation interfaces also can be configured in VLAN trunking mode to carry
tagged traffic from multiple VLANs. The following example assigns interface ae1.0 to
trunk-mode membership to carry traffic from VLANs v2001 and v2002:
admin@EX9208# set interfaces ae1.0 family ethernet-switching interface-mode
trunk
admin@EX9208# set interfaces ae1.0 family ethernet-switching vlan members
v2001
admin@EX9208# set interfaces ae1.0 family ethernet-switching vlan members
v2002
6. To disable or re-enable a member of the LAG, disable that member:
admin@EX9208# set interfaces xe-5/3/1 disable
Delete the disable command to re-enable the LAG member:
admin@EX9208# delete interfaces xe-0/1/1 disable
admin@EX9208# commit
Cisco!commands!
1. Create the link aggregation group (called a port-channel in Cisco IOS
terminology):
Cat3850# configure terminal
Cat3850(config)# interface Port-channel1
Cat3850(config-if)# switchport mode access
2. Add interfaces to the link aggregation group. The command “channel-group 1
adds an interface to the link aggregation group defined in the previous step, while “mode
active” enables LACP (or “mode passive” if the other side of the LAG uses active
mode):
Cat3850(config)# interface TenGigabitEthernet1/1/3
Cat3850(config-if)# switchport mode access
Cat3850(config-if)# channel-group 1 mode passive
Cat3850(config)# interface TenGigabitEthernet1/1/4
Cat3850(config-if)# switchport mode access
Cat3850(config-if)# channel-group 1 mode passive
Cat3850(config-if)# end
Przeglądanie stron 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 82 83

Komentarze do niniejszej Instrukcji

Brak uwag