abinmathewabraham
abinmathewabraham
Let the output for the 'show ip eigrp topology' be: ``` R1#show ip eigrp topology EIGRP-IPv4 Topology Table for AS(65535)/ID(1.1.1.1) Codes: P - Passive, A - Active, U - Update,...
Currently the `track-interface` (https://github.com/openconfig/public/blob/master/release/models/interfaces/openconfig-if-ip.yang#L683) is a leaf-list. But the `priority-decrement` config is modeled as a leaf (https://github.com/openconfig/public/blob/master/release/models/interfaces/openconfig-if-ip.yang#L700). The requirement is to have multiple (track-interface, priority-decrement) configuration. Example: ``` track-interface Gig1...
VRRP a first hop redundancy protocol is under openconfig-if-ip model. `/interfaces/interface/subinterfaces/subinterface/oc-ip:ipv4/oc-ip:addresses/oc-ip:address/oc-ip:vrrp` `/interfaces/interface/subinterfaces/subinterface/oc-ip:ipv6/oc-ip:addresses/oc-ip:address/oc-ip:vrrp` Routers using VRRP will have a state - [Init, Backup, Master]. Refer https://datatracker.ietf.org/doc/html/rfc5798#section-6.4 Currently, using openconfig-if-ip model, we...