Skip to content

Commit

Permalink
Update ospf.yml
Browse files Browse the repository at this point in the history
Support to get the  configed Ospf interfaces,use to check ospf interfaces configed in OspfInterfaceTable but disappeared in the OspfNeighborTable.
  • Loading branch information
insqur authored Jul 15, 2016
1 parent a0691e3 commit bdd5410
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/jnpr/junos/op/ospf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ OspfNeighborView:
bdr_address: bdr-address
neighbor_up_time: neighbor-up-time
neighbor_adjacency_time: neighbor-adjacency-time

OspfInterfaceTable:
rpc: get_ospf_interface_information
item: ospf-interface
key: interface-name
view: OspfInterfaceView

OspfInterfaceView:
fields:
interface_name: interface-name
ospf_interface_state: ospf-interface-state
neighbor_count: neighbor-count

0 comments on commit bdd5410

Please sign in to comment.