Re: Script in EX 2200
Hi, You could use a bash script for this.I used a similar script to extract all ospf interfaces and build a template for RSVP [attached].I had a file 'node.txt' listing the nodes/routers to query....
View ArticleRe: QFX3500 Configure Management Port but not me0
Hi smicker, thanks for your reply.I have tried to do that already, but I get: root@switch-ipb2# commit confirmed 3 [edit interfaces ge-0/0/12 unit 0 family] 'ethernet-switching' Family...
View ArticleConnecting virtual router instances on EX
Hi, Is it possible to connect virtual router instances on EX with something like a "lt" interface (it seems that EX does not support logical tunnel interfaces - am I right?)? Or the external cable...
View ArticleRe: QFX3500 Configure Management Port but not me0
It is already configured for ethernet switching, so you'll need to delete it so you can re-configure it as a layer 3 interface: del interfaces ge-0/0/12 set interfaces ge-0/0/12 unit 0 family inet...
View ArticleRe: Connecting virtual router instances on EX
Hi, Rib-groups may be an option to exchange routes and interfaces.Otherwise it will have to be the loop cable it seems. Cheers,Ashvin
View ArticleEX4300 error
Anyone have any insight into what this error means? it is happeneing on several 4300 VC's and not on the rest. CHK pfex: PFE-BCM-L2,pfe_bcm_multicast_hw_create(),94:sw_mc_idx: 0x16, bcm_mc_idx:...
View ArticleRe: Connecting virtual router instances on EX
What I am not sure about is why you are even using VR's in the first place if you want to exchange all the routes between them anyway? Sort of defeats the whole purpose of VR's to start with, no?...
View ArticleRe: EX4300 error
Hello, Which Junos version you are running on affected EX4300? Regarding the meaning of the log: The mentioned log message is printed whenever PFE receives a message from RE to create a new mc-idx in...
View ArticleRe: Connecting virtual router instances on EX
Hi Folks,You can use Logical systems with lt-interfaces; by which you have dedicated rpd for each [simulating individual router]...
View ArticleRe: EX4300 error
Hi Folks,I remember these are harmless error logs getting generated after adding the pim/multicast routes.As a workaround, use below filter configuration to suppress the log message: root#set system...
View ArticleRe: Script in EX 2200
Hi Folks,If you have netconf in the box, you can also pull same information via netconfig, dump it and run scripts based on the context check as above refered by AshvinO.. Sample RPC:<rpc>...
View ArticleRe: Connecting virtual router instances on EX
python: its EX3400 and EX4200 platform. No logical sytems i suppose.
View ArticleRe: Connecting virtual router instances on EX
Hi rccpgm, > why you are even using VR's in the first place That would be long story and difficult to tell without a few diagramsIn a nutshell: it was about avoiding sending traffic transiting the...
View ArticleDHCP Snooping Binding on EX8208
Can anybody help me to make DHCP Snooping Bindings work on EX8208 ? We have some EX8208s running JunOS 15.1R5.5 version, but tried to activate it before on 14 and 13 JunOS and all the time we were...
View ArticleRe: Connecting virtual router instances on EX
Got it.. We can do miracles with box suppoting logical sytems.. http://forums.juniper.net/t5/Routing/How-To-Build-a-service-provider-network-with-a-single-Juniper/tac-p/303391#M114
View ArticleRe: Script in EX 2200
Hi, Equivalent python script:import warnings warnings.filterwarnings("ignore") from jnpr import junos device={'node1', 'node2'} for dev_host in device: dev=junos.Device(host=dev_host, user='username',...
View ArticleRe: Generate Self-Signed Certificate on EX series
Thank you for this answer. I will test it the next few days. But now I have got another question about certificates:Is it possible, to get a certificate from "Let's encrypt" and install it on the...
View ArticleRe: Generate Self-Signed Certificate on EX series
Hello, Honestly I have never worked on 'Lets Encrypt'. However considering EX Switches can generate CSR & install the identity/CA chain provided by the CA, even 'Let's Encrypt' should work. If you...
View ArticleRe: Can not configure Vlan on ex2200
I am not sure what you are trying to accomplish as your description is confusing. You seem to want to segment your hosts by building. But your also seem to want them to be in the same layer 3 ip...
View ArticleL2PT on QFX5100 and EX4300
Hi, does anybody know if L2PT is supported on QFX5100 and EX4300? I'am trying to configure it but it dosn't work for. QinQ working fine. protocols layer2-control mac-rewrite not. I have very simple...
View Article