Contents

?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
세부 설정 생략.. 미러링 부분만..

다음은.. Fa0/1 - 24를 Gi0/1 에서 미러링 하는 설정..
Switch# configure terminal
Switch(config)# monitor session 1 source interface Fa0/1 - 24
Switch(config)# monitor session 1 destination interface Gi0/1 ingress vlan 1


만약 Fa0/2 - 24를 Fa0/1 에서 미러링 하려면.. 다음과 같이 설정
Switch# configure terminal
Switch(config)# monitor session 1 source interface Fa0/2 - 24
Switch(config)# monitor session 1 destination interface Fa0/1 ingress vlan 1


?