ITAA实验室 发表于 2012-4-24 12:04:34

Cisco与Juniper 聚合端口配置






转载请注明:WWW.XUEXIZU.COM Juniper ======Cisco交换机 Juniper端配置root@PE1# show chassisaggregated-devices {    ethernet {      device-count 5;    }}root@PE1# show interfaces | find fefe-0/0/6 {    fastether-options {      802.3ad ae0;    }}fe-0/0/7 {    fastether-options {      802.3ad ae0;    }}ae0 {    aggregated-ether-options {      link-speed 100m;      lacp {            passive;            periodic fast;      }    }    unit 0 {      family ethernet-switching {            port-mode trunk;            vlan {                members all;            }                              }    }} Cisco端配置SW1-CE4#show run int f0/47Building configuration... Current configuration : 147 bytes!interface FastEthernet0/47 switchport trunk encapsulation dot1q switchport mode trunk channel-protocol lacp channel-group 1 mode activeend SW1-CE4#show run int f0/48Building configuration... Current configuration : 147 bytes!interface FastEthernet0/48 switchport trunk encapsulation dot1q switchport mode trunk channel-protocol lacp channel-group 1 mode activeendSW1-CE4#show run int port-channel 1Building configuration... Current configuration : 92 bytes!interface Port-channel1 switchport trunk encapsulation dot1q switchport mode trunkend 验证:SW1-CE4#show lacp neighbor      Flags:S - Device is requesting Slow LACPDUs      F - Device is requesting Fast LACPDUs      A - Device is in Active mode       P - Device is in Passive mode    Channel group 1 neighbors Partner's information:                   LACP port                        AdminOper   Port    PortPort      Flags   PriorityDev ID          Age    key    Key    NumberStateFa0/47    FP      127       0026.881f.3840   5s    0x0    0x1    0x1   0x3E Fa0/48    FP      127       0026.881f.3840   5s    0x0    0x1    0x2   0x3E root@PE1# run show lacp interfacesAggregated interface: ae0    LACP state:       Role   Exp   DefDistColSynAggrTimeoutActivity      fe-0/0/6       Actor    No    No   YesYesYes   Yes   Fast   Passive      fe-0/0/6   Partner    No    No   YesYesYes   Yes   Slow    Active      fe-0/0/7       Actor    No    No   YesYesYes   Yes   Fast   Passive      fe-0/0/7   Partner    No    No   YesYesYes   Yes   Slow    Active    LACP protocol:      Receive StateTransmit State          Mux State      fe-0/0/6                  Current   Slow periodic Collecting distributing      fe-0/0/7                  Current   Slow periodic Collecting distributing





珊珊爱雨 发表于 2012-5-16 12:08:11

look
页: [1]
查看完整版本: Cisco与Juniper 聚合端口配置