본문 바로가기
네트워크

[네트워크] 시스코(Cisco) - 주니퍼(Juniper) 타 장비 간 이더채널 LACP 설정 컨피그 참조 자료

by 시스코킹 2022. 6. 2.
반응형

[네트워크] 시스코(Cisco) - 주니퍼(Juniper) 장비 간 LACP 설정 컨피그 참조 자료입니다.

설정 참고 부탁드립니다.

<Cisco-Juniper> LACP 정상 상태

 

 

* Cisco 이더채널 LACP 상태 확인
Switch#show etherchannel summary 
Flags:  D - down        P - bundled in port-channel
        I - stand-alone s - suspended
        H - Hot-standby (LACP only)
        R - Layer3      S - Layer2
        U - in use      f - failed to allocate aggregator

        M - not in use, minimum links not met
        u - unsuitable for bundling
        w - waiting to be aggregated
        d - default port


Number of channel-groups in use: 1
Number of aggregators:           1

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)         LACP      Gi0/1(P)    Gi0/2(P)

 

 

* Cisco 설정 명령어
Switch#                                               show run
Building configuration...

Current configuration : 2485 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Switch
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
system mtu routing 1500
ip subnet-zero
ip routing
!
!
!
!
!         
!
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
interface Port-channel1
!
interface FastEthernet0
 no ip address
 no ip route-cache cef
 no ip route-cache
!
interface GigabitEthernet0/1
 channel-protocol lacp
 channel-group 1 mode active
!
interface GigabitEthernet0/2
 channel-protocol lacp
 channel-group 1 mode active
!

!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan9
 no ip address
!
ip classless
ip http server
!
!
control-plane
!
!
line con 0
line vty 5 15
!
end 


----------------------------------------------------------------------------------

 

* Juniper 이더채널 LACP 상태 확인
root> show lacp interfaces 
Aggregated interface: ae0
    LACP state:       Role   Exp   Def  Dist  Col  Syn  Aggr  Timeout  Activity
      ge-0/0/0       Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active
      ge-0/0/0     Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active
      ge-0/0/1       Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active
      ge-0/0/1     Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active
    LACP protocol:        Receive State  Transmit State          Mux State 
      ge-0/0/0                  Current   Slow periodic Collecting distributing
      ge-0/0/1                  Current   Slow periodic Collecting distributing


* Juniper 설정 명령어
root# show |display set 
set version 15.1R6.7
set system root-authentication encrypted-password "$5$E6AN4wAl$ig.Z4j8OnpNmUQbMCgknh2yrhyFJAMTfP4bKwrJJLf/"
set system login user jun uid 2001
set system login user jun class super-user
set system login user jun authentication encrypted-password "$5$Oz9bez.h$1kh0JQIMUl5g0Pudm2fCo3KOK9zkoHU/q/Sh57MxoZB"
set system services ssh root-login allow
set system services telnet
set system syslog user * any emergency
set system syslog file messages any notice
set system syslog file messages authorization info
set system syslog file interactive-commands interactive-commands any
set chassis aggregated-devices ethernet device-count 8
set interfaces ge-0/0/0 ether-options 802.3ad ae0
set interfaces ge-0/0/1 ether-options 802.3ad ae0
set interfaces ge-0/0/2 unit 0 family ethernet-switching
set interfaces ge-0/1/0 unit 0 family ethernet-switching
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 unit 0 family ethernet-switching
set interfaces me0 unit 0 family inet
set interfaces vlan unit 999 family inet
set protocols lldp-med

반응형

댓글