设为首页收藏本站language→→ 语言切换

鸿鹄论坛

 找回密码
 论坛注册

QQ登录

先注册再绑定QQ

查看: 3299|回复: 3
收起左侧

Cisco与Juniper 聚合端口配置

[复制链接]
发表于 2012-5-15 14:46:44 | 显示全部楼层 |阅读模式
转载请注明:WWW.XUEXIZU.COM

Juniper ======Cisco交换机

Juniper端配置                                                
[edit]
root@PE1# show chassis
aggregated-devices {
    ethernet {
        device-count 5;
    }
}
[edit]
root@PE1# show interfaces | find fe
fe-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/47
Building configuration...

Current configuration : 147 bytes
!
interface FastEthernet0/47
switchport trunk encapsulation dot1q
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
end

SW1-CE4#show run int f0/48
Building configuration...

Current configuration : 147 bytes
!
interface FastEthernet0/48
switchport trunk encapsulation dot1q
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
end
SW1-CE4#show run int port-channel 1
Building configuration...

Current configuration : 92 bytes
!
interface Port-channel1
switchport trunk encapsulation dot1q
switchport mode trunk
end

验证:
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                        Admin  Oper   Port    Port
Port      Flags   Priority  Dev ID          Age    key    Key    Number  State
Fa0/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 interfaces
Aggregated interface: ae0
    LACP state:       Role   Exp   Def  Dist  Col  Syn  Aggr  Timeout  Activity
      fe-0/0/6       Actor    No    No   Yes  Yes  Yes   Yes     Fast   Passive
      fe-0/0/6     Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active
      fe-0/0/7       Actor    No    No   Yes  Yes  Yes   Yes     Fast   Passive
      fe-0/0/7     Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active
    LACP protocol:        Receive State  Transmit State          Mux State
      fe-0/0/6                  Current   Slow periodic Collecting distributing
      fe-0/0/7                  Current   Slow periodic Collecting distributing
更多关于JUNIPER技术文档欢迎关注:http://www.xuexizu.com/group/10011/forum/741
JUNIPER技术交流群:77767745欢迎加入

发表于 2012-11-28 13:36:32 | 显示全部楼层
沙发 2012-11-28 13:36:32 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2017-3-3 14:15:45 | 显示全部楼层
device-count 5


这条命令什么意思?
板凳 2017-3-3 14:15:45 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2024-4-27 13:31 , Processed in 0.062961 second(s), 9 queries , Redis On.  

  Powered by Discuz!

  © 2001-2024 HH010.COM

快速回复 返回顶部 返回列表