Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

MX480 analyzer or portmirroring

$
0
0

Good day.

I'm using version 14.1R7.4 and am trying to solve the following problem.

 

 

 

show interfaces ge-1/1/4
vlan-tagging;
native-vlan-id 300;
unit 0 {    family bridge {        interface-mode trunk;        vlan-id-list [300 2121];    }
}
show interfaces xe-2/0/0
unit 0 {    family bridge;
}

show forwarding-options analyzer
test {
    input {        egress {            interface ge-1/1/4.0;        }    }    output {        interface xe-2/0/0.0;    }
}

 

port 1-1-4 mirror source, port 2-0-0 - destination, I'm trying to use the analyzer.

 

I take as a basis this documentation - https://www.juniper.net/documentation/en_US/junos/topics/concept/port-mirroring-ex-series-l2.html

But there nothing is said about how the port of destination should be set up, except as a bridge family.

 

 

 

 

commit check
re0:
[edit interfaces xe-2/0/0 unit 0]
'family'
To configure family bridge on an interface , interface mode (access or trunk) should be specified
error: configuration check-out failed

commit check
re0:
[edit interfaces xe-2/0/0 unit 0 family]
'bridge'
Configuration error. For access interface, please ensure that vlan-id is configured
error: configuration check-out failed

But I do not need there VLANS, this is the usual local mirror. Here's how it works on the EX 3200

 

 

 

show ethernet-switching-options
analyzer span {     input {         ingress {             interface ae3.0;             interface ae4.0;             interface ae5.0;         }     }     output {         interface {             xe-0/1/1.0;         }     }
}
show interfaces xe-0/1/1
unit 0 {     family ethernet-switching;
}

I ask to help how to do the same thing on the MX router or the same thing, but using port mirroring. Please help.

 


Viewing all articles
Browse latest Browse all 8688

Trending Articles