BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

Port Mirrors

Jump to solution

Hello guys,


I have a Switch NV 1234 PoE, and I have a question: Is it possible to have 2 different monitor sessions(port mirrors)? I need to perform some wireshark captures one in my WAN port and other in my LAN port.


Regards

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: Port Mirrors

Jump to solution

I believe it is possible.  You can only have one session, but you can monitor multiple ports.  For example:

You can monitor switch ports 0/1 and 0/2 using switch 0/24 to actually see the traffic.

monitor session 1 source interface switchport 0/1 both

monitor session 1 source interface switchport 0/2 both

monitor session 1 destination interface switchport 0/24

#show monitor session all

Monitor Session 1

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

Source Ports:

    RX Only:   None

    TX Only:   None

    Both:      swx 0/1, swx 0/2

Destination Port: swx 0/24

You can read more on port mirroring for both CLI and GUI in the following document: Configuring Port Mirroring in AOS

I hope this helps.

View solution in original post

0 Kudos
2 Replies
Anonymous
Not applicable

Re: Port Mirrors

Jump to solution

I believe it is possible.  You can only have one session, but you can monitor multiple ports.  For example:

You can monitor switch ports 0/1 and 0/2 using switch 0/24 to actually see the traffic.

monitor session 1 source interface switchport 0/1 both

monitor session 1 source interface switchport 0/2 both

monitor session 1 destination interface switchport 0/24

#show monitor session all

Monitor Session 1

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

Source Ports:

    RX Only:   None

    TX Only:   None

    Both:      swx 0/1, swx 0/2

Destination Port: swx 0/24

You can read more on port mirroring for both CLI and GUI in the following document: Configuring Port Mirroring in AOS

I hope this helps.

0 Kudos
Anonymous
Not applicable

Re: Port Mirrors

Jump to solution

Dear vmaxdawg05,

Thank you very much it works perfectly.

Cheers!,