Re: EX 4200 Line card "not present" state
Crashed or corrupted software running on linecard, faulty VC cable, or faulty hardware.
View ArticleRe: EX 4200 Line card "not present" state
HI Amit, Please add the below outputs show version show virtual-chassis If the new member is member 2 please try to login to the member from master VC reqeust session member 2 ELSETry pinging the...
View ArticleRe: qfx5100 VC multicast traffic BW allocation
Hi Ashvin, THis is the config i just applied: + class-of-service {+ interfaces {+ xe-2/0/5 {+ scheduler-map test-mcst-eth-cos-map;+ }+ }+ scheduler-maps {+ test-mcst-eth-cos-map {+ forwarding-class...
View ArticleRe: qfx5100 VC multicast traffic BW allocation
It seems the secheduler-map is still the default one show class-of-service interface xe-2/0/5Physical interface: xe-2/0/5, Index: 692Queues supported: 12, Queues in use: 5 Scheduler map:...
View ArticleRe: qfx5100 VC multicast traffic BW allocation
Hi, It appears the config is sighlty different on QFX and you may need to add forwarding-class-set and...
View ArticleRe: qfx5100 VC multicast traffic BW allocation
Thanks Ashvin it seems the config was commited succesfuly although priority strict-high was not permitted, i had to change it to low. on the show interface xe-2/0/5 extensive printout now i dont see...
View ArticleRe: qfx5100 VC multicast traffic BW allocation
Hi, You could check for:show class-of-service interface xe-2/0/5 comprehensiveshow interfaces queue xe-2/0/5Could you share the ouputs including "show interfaces extensive".Also note since there are...
View ArticleFirewall filter to restrict traffic for one interface
Hello,I have an EX2200 (12.3R6.6), and I'm trying to create a firewall filter that will restrict inbound and outbound traffic for ge-0/0/5 to specific source/destination addresses. This is for an old...
View ArticleRe: Firewall filter to restrict traffic for one interface
I think you miss "then accept" in the term: jh@switch# show firewall family ethernet-switching filter test { term test { from { source-address { 192.168.1.66/32; } } then accept; } }Please update your...
View ArticleRe: Firewall filter to restrict traffic for one interface
Hi, The default action if no action is explicitly stated in a term of the filter is accept."If the packet matches all the conditions, and no action is specified in the then statement, the default...
View ArticleIPv6 and IPv4 DHCP relay advise
I am in the process of attempting migrate from a bootp helper to a DHCP forwarder as I am trying to get DHCP6 working on my network. I have the vlan interfaces configured, the router-advertising...
View ArticleRe: Firewall filter to restrict traffic for one interface
HI As some one mentioned below by defalt the action is to discard. Hence please add the next action to the filter. Meaning user@SWITCH# showfilter NAS-Inbound {term NAS-Inbound-Allow {from...
View ArticleRe: IPv6 and IPv4 DHCP relay advise
HI Can you add the forward-only stanza and check? [edit forwarding-options dhcp-relay dhcpv6] relay-option { default-action { relay-server-group group1-v6; } } forward-only; group client-v6 {...
View ArticleQFX5100 14.1X53-D35 IGMP Leave group message management in the switch
Hi Community, we have a VC built up with 4x QFX5100 running 14.1X53-D35. Most of the traffic is Mcast video traffic entering from the upstream switches towards the cliente ndoes connected to this...
View ArticleRe: qfx5100 VC multicast traffic BW allocation
Thansk Ashvin. firts cmd seems to not be supported: show class-of-service interface xe-2/0/5 comprehensive error: command is not valid on the qfx5100-96s-8q. the other one shows the traffic being...
View ArticleRe: Firewall filter to restrict traffic for one interface
Hi, Just wish to clear some doubts._____________________________________________by defalt the action is to discard_____________________________________________The default action in a term, i,e if no...
View ArticleRe: QFX5100 14.1X53-D35 IGMP Leave group message management in the switch
If i'm not worng i belive Cisco can handle this traffic locally inside the switch with L3 aware ASCIS (CGMP???, not really sure), which i dont know if juniper does something similiar.even more,...
View ArticleRe: QFX5100 14.1X53-D35 IGMP Leave group message management in the switch
Hi, With igmp-snooping the switch is only examining IGMP messages to build a multicast cache table and not really interfering with the IGMP messages. If an IGMP leave report is sent by one of the...
View ArticleRe: Firewall filter to restrict traffic for one interface
Hi try to add term : from {destination-address {192.168.1.66/32; }
View ArticleRe: QFX5100 14.1X53-D35 IGMP Leave group message management in the switch
Hi Ashvin thanks for your reply. unfortunatly i dont have the details of the overall setup as we just manage the client side part of the newtork, being this basically a VC juniper configured with an...
View Article