Eliminando el Port Mirroring
Quedó algo pendiente el otro día cuando hablamos del Port Mirroring y es como “destruir” esa configuración, o mejor dicho, desconfigurar el port mirroring.
Lo primero que debemos hacer es comprobar la configuración actual “show monitor”.
#show monitor
Session 1
———
Type : Local Session
Source Ports :
Both : Gi1/10
Destination Ports : Gi2/10
#
|
A continuación entramos en modo configuración con “configure terminal”.
#conf t
Enter configuration commands, one per line. End with CNTL/Z.
(config)#
|
Eliminamos el origen de datos del Port Mirroring poniendo “no” delante del comando de creación.
(config)#no monitor session 1 source interface gigabitEthernet 1/10
(config)#
|
Comprobamos que se ha ejecutado correctamente el comando.
(config)#do show monitor
Session 1
———
Type : –
Destination Ports : Gi2/10
(config)#
|
Eliminamos el destino de datos del Port Mirroring de la misma manera. Poniendo “no” delante del comando de creación.
(config)#no monitor session 1 destination interface gigabitEthernet 2/10
(config)#
|
Ahora comprobamos que se han eliminado ambas partes.
Si solo hay un Port Mirroring se verá el mensaje “No SPAN configuration is present in the system” y si hay otros configurados se habrá eliminado una sesión quedando otras sesiones en su lugar.
(config)#do show monitor
No SPAN configuration is present in the system.
(config)#
|
Un saludo
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.
Comments
// Begin Comments & Trackbacks ?>No comments yet.
Leave a comment