Cisco Cisco ASA 5555-X Adaptive Security Appliance 产品宣传页

下载
页码 904
 
10-8
Cisco ASA Series 
일반적인 작업 CLI 구성 가이드
 
10 
장     EtherChannel 및 이중 인터페이스
  EtherChannel 
구성
멤버 인터페이스를 제거하려면 no member-interface physical_interface 명령을 입력합니다. 이
중 인터페이스에서 두 멤버 인터페이스를 모두 제거할 수는 없습니다. 이중 인터페이스에는 최소 
하나의 멤버 인터페이스가 필요합니다.
다음 예에서는 2개의 이중 인터페이스를 생성합니다.
ciscoasa(config)# interface redundant 1
ciscoasa(config-if)# member-interface gigabitethernet 0/0
ciscoasa(config-if)# member-interface gigabitethernet 0/1
ciscoasa(config-if)# interface redundant 2
ciscoasa(config-if)# member-interface gigabitethernet 0/2
ciscoasa(config-if)# member-interface gigabitethernet 0/3
활성 인터페이스 변경
기본적으로, 활성 인터페이스는 구성에 나열된 사용 가능한 첫 번째 인터페이스입니다.
절차
1
단계
어떤 인터페이스가 활성인지 보려면에 다음 명령을 입력합니다.
ciscoasa# show interface redundantnumber detail | grep Member
예:
ciscoasa# show interface redundant1 detail | grep Member
Members GigabitEthernet0/3(Active), GigabitEthernet0/2
2
단계
활성 인터페이스를 변경합니다.
ciscoasa# redundant-interface redundantnumber active-member physical_interface
redundantnumber 
인수는 이중 인터페이스 ID(예: redundant1)입니다.
physical_interface
는 활성 인터페이스로 변경하려는 멤버 인터페이스 ID입니다.
EtherChannel 
구성
이 섹션에서는 EtherChannel 포트 채널 인터페이스를 생성하고, EtherChannel에 인터페이스를 
할당하며, EtherChannel을 맞춤화하는 방법에 대해 알아봅니다.