Start a Conversation

Unsolved

E

1 Rookie

 • 

5 Posts

14

May 23rd, 2024 07:25

Port monitoring yaparken hata

Günaydın 
bir konuda yardıma ihtiyacım var şu hatayı alıyorum % Error: Destination port should not be a L2/L3 port
OS10(conf-mon-local-1)#
Şimdi şöyle ki paketi aynı switch de bulunan başka bir porta kopyalamak için port monitoring yapılandırmaya çalıştım. Bunu nasıl aşabilirim

Moderator

 • 

2.5K Posts

May 23rd, 2024 12:42

Merhaba,

L2/L3 port monitoring ile ilgili rehberdeki şu kısma dikkat ederek inceleyebilirsiniz.  https://dell.to/44Sto1c 

Daha sonra buradaki gibi örnek gibi kontrol edebilirsiniz

Configure local monitoring session

  1. Verify that the intended monitoring port has no configuration other than no shutdown and no switchport.
    show running-configuration
  2. Create a monitoring session in CONFIGURATION mode.
    monitor session session-id [local]
  3. Enter the source and direction of the monitored traffic in MONITOR-SESSION mode.
    source interface interface-type {both | rx | tx}
  4. Enter the destination of traffic in MONITOR-SESSION mode.
    destination interface interface-type

Create monitoring session

OS10(config)# monitor session 1
OS10(conf-mon-local-1)#

Configure source and destination port, and traffic direction

OS10(conf-mon-local-1)# source interface ethernet 1/1/7-1/1/8 rx
OS10(conf-mon-local-1)# destination interface ethernet1/1/1
OS10(conf-mon-local-1)# no shut

View configured monitoring sessions

In the State field, true indicates that the port is enabled. In the Reason field, Is UP indicates that hardware resources are allocated.

OS10# show monitor session all
https://dell.to/3yAeK2M  Source        Destination    Dir SrcIP DstIP DSCP TTL  State Reason
----------------------------------------------------------------------
1    ethernet1/1/7  ethernet1/1/1 rx  N/A   N/A   N/A  N/A  true  Is UP

 

No Events found!

Top