반응형
Cisco 스위치 미러 설정 명령어
1. 포트별 미러링 설정
monitor session [id] source interface [이름] [rx|tx|both] monitor session [id] destination interface [이름] [rx|tx|both] |
source는 모니터링 대상이 되는 인터페이스 지정
destionation은 Mirror로 복사한 패킷을 보낼 인터페이스 지정
제일 마지막 옵션인 rx|tx|both 는 생략 가능하며, 그 경우에는 both가 기본값
추가로 source 인터페이스는 범위로 지정할 수 있으며
아래와 같이 사용하면 된다.
ex) monitor session 1 source interface Gi1/0/4 - 5 tx
2. vlan별 미러링 설정
monitor session [id] source vlan [이름] [rx|tx|both] monitor session [id] interface vlan [이름] [rx|tx|both] |
vlan의 경우에는 source 인터페이스가 포트에서 vlan으로 변경된 것을 빼고 크게 차이는 없다.
끝
'IT > Network' 카테고리의 다른 글
[L4 스위치] SLB 구성에 관하여 <1. Inline Bridge 구성> (0) | 2020.07.28 |
---|---|
[Cisco 스위치] 로그 타임스탬프 설정, 장비 시간 설정, NTP 설정 (0) | 2020.07.10 |
Wireshark 시간 형식 바꾸기 (0) | 2020.04.09 |
Tcpdump 특정 헤더 조건 모음 (0) | 2020.04.07 |
[용어정리] Bandwidth, Throughput, Backplane, Fabric용량 (4) | 2020.04.03 |