Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
BMP (RFC 7854) enables a BGP-speaking router to send various BGP RIB information to a monitoring station (e.g. it's pre/post-policy RIB-in per peer). This is useful, for example, where an SP wants to monitor all routes seen at an IXP, or seen by a...
Both OpenDaylight (as of Beryllium) and Cisco IOS XR (as of 6.x) now support the OpenConfig YANG models (for BGP both ODL and XR support the 2015-10-09 revision).In this post I will show how to create a BGP session from ODL to XR using the OpenConfig...
for the basics of this please see my earlier blog post.There are a couple of gotchas though mounting XR 6.0.x from ODL:a) you need ODL Beryllium-SR2 or later as there was a bug in earlier versions where ODL would fail to handle the deviation that XR ...
I've posted a bunch of scripts etc. to https://github.com/CiscoDevNet/opendaylight-setupfollowing the instructions there should enable you to get a Linux VM up and running with ODL (either directly, or using Vagrant).I've focussed for now on NETCONF/...
So first off you need to install kvm/qemu 2.0 or better.then create a separate .vmdk file for each XRv or CSR1Kv instance (as config etc. will be written to the files they need to be read/write and be separate files per virtual router).A script for r...
I'm not sure of the exact capabilities of OpenContrail.it might be worth looking at this:Cisco Virtual Topology System - Cisco(not sure why this is on the OpenDaylight community...)
I'm afraid I don't use karaf XML. I configure using RESTCONF with JSON. I think I have some blog posts on here that explain what I do. I also have some stuff in github though i'm not sure how up to date it is:opendaylight-sample-apps/postman-col...