RESTAPI Manual
Routing Protocols
OSPFv2
49 min
open shortest path first version 2 urls summary urls summary url get post patch put delete /rest/v1/rpc/clear ip ospf n y n n n /rest/v1/rpc/graceful restart prepare ip ospf n y n n n /rest/v1/running/ospfv2 interfaces/{name}/{address} y y y n y /rest/v1/running/ospfv2 interfaces/{name}/{address}/authentication/{key id} y y n n y /rest/v1/running/ospfv2/{vrf name} y y y n y /rest/v1/running/ospfv2/{vrf name}/areas/{area id} y y y n y /rest/v1/running/ospfv2/{vrf name}/areas/{area id}/area ranges/{ip prefix} y y y n y /rest/v1/running/ospfv2/{vrf name}/areas/{area id}/virtual link/{neighbor} y y y n y /rest/v1/running/ospfv2/{vrf name}/areas/{area id}/virtual link/{neighbor}/message digest key/{key id} y y n n y /rest/v1/running/ospfv2/{vrf name}/distribute route/{protocol}/{direction} y y y n y /rest/v1/running/ospfv2/{vrf name}/graceful restart helper/{address} y y y n y /rest/v1/running/ospfv2/{vrf name}/neighbor/{ip} y y y n y /rest/v1/running/ospfv2/{vrf name}/network/{prefix} y y y n y /rest/v1/running/ospfv2/{vrf name}/saddress/{address} y y y n y /rest/v1/running/ospfv2/{vrf name}/spf y n y n n /rest/v1/rpc/show ip ospf database n y n n n /rest/v1/rpc/show ip ospf interface n y n n n /rest/v1/rpc/show ip ospf neighbor n y n n n /rest/v1/rpc/show ip ospf route n y n n n examples examples clear ip ospf clear ip ospf post https //{switch ip}/rest/v1/rpc/clear ip ospf graceful restart prepare ip ospf graceful restart prepare ip ospf post https //{switch ip}/rest/v1/rpc/graceful restart prepare ip ospf show ip ospf database show ip ospf database post https //{switch ip}/rest/v1/rpc/show ip ospf database show ip ospf interface show ip ospf interface post https //{switch ip}/rest/v1/rpc/show ip ospf interface show ip ospf neighbor show ip ospf neighbor post https //{switch ip}/rest/v1/rpc/show ip ospf neighbor show ip ospf route show ip ospf route post https //{switch ip}/rest/v1/rpc/show ip ospf route create an ospfv2 interface create an ospfv2 interface post https //{switch ip}/rest/v1/running/ospfv2 interfaces { "name" "ethernet1", "address" "20 1 1 1", "area id" "0 0 0 10", "authentication type" "text", "bfd enable" "true", "metric" "50", "dead interval" "50", "ttl" "5", "hello multiplier" "10", "hello interval" "50", "mtu ignore" "true", "network type" "broadcast", "priority" "50", "retransmission interval" "50", "transmit delay" "50", "passive" "true", "bfd profile" "test" } create authentication for an ospfv2 interface create authentication for an ospfv2 interface post https //{switch ip}/rest/v1/running/ospfv2 interfaces/ethernet1/20 1 1 1/authentication { "key id" 11, "md5 key" "1" } modify ospfv2 configurations in a vrf modify ospfv2 configurations in a vrf patch https //{switch ip}/rest/v1/running/ospfv2/vrf2 { "as" "true", "area" "0 0 0 10" } create an ospfv2 area in vrf create an ospfv2 area in vrf post https //{switch ip}/rest/v1/running/ospfv2/default/areas { "area id" "0 0 0 130", "default cost" 130, "stub" "true", "stub no summary" "true", "nssa translator role" "never", "nssa no summary" "true", "suppress fa" "false" } create an area range in vrf create an area range in vrf post https //{switch ip}/rest/v1/running/ospfv2/default/areas/31/area ranges { "ip prefix" "1 2 7 4/24", "cost" 70, "advertise" "true" } create an ospfv2 virtual link create an ospfv2 virtual link post https //{switch ip}/rest/v1/running/ospfv2/default/areas/21/virtual link { "neighbor" "1 2 3 4", "enable" "true" } create an ospfv2 message digest key create an ospfv2 message digest key post https //{switch ip}/rest/v1/running/ospfv2/vrf1/areas/0 0 0 10/virtual link/1 2 3 4/message digest key { "key id" 13, "md5 key" "123" } create an ospfv2 distribute route create an ospfv2 distribute route post https //{switch ip}/rest/v1/running/ospfv2/default/distribute route { "protocol" "bgp", "direction" "out", "access list" "test access list" } create an ospfv2 graceful restart helper create an ospfv2 graceful restart helper post https //{switch ip}/rest/v1/running/ospfv2/default/graceful restart helper { "address" "1000", "enable" "true" } create an ospfv2 neighbor in vrf "default" create an ospfv2 neighbor in vrf "default" post https //{switch ip}/rest/v1/running/ospfv2/default/neighbor { "ip" "1 2 3 8", "enable" "true", "priority" 30, "poll interval" 65536 } create an ospfv2 network create an ospfv2 network post https //{switch ip}/rest/v1/running/ospfv2/vrf1/network { "prefix" "1 2 7 4/24", "area" "70" } create an ospfv2 summary address create an ospfv2 summary address post https //{switch ip}/rest/v1/running/ospfv2/default/saddress { "address" "1 2 8 4/24", "enable" "true", "tag" 4294967296, "no advertise" "true" } modify spf in vrf modify spf in vrf patch https //{switch ip}/rest/v1/running/ospfv2/default/spf { "initial delay" null, "initial holdtime" 70, "maximum holdtime" 90 } properties descriptions properties descriptions ospfv2 global ospfv2 global tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw enable? \| + rw router id? \| + rw capability opaque? \| + rw graceful restart? \| + rw grace period? \| + rw abr type? \| + rw auto cost reference bandwidth? \| + rw compatible rfc1583? \| + rw default metric? \| + rw log adjacency changes? \| + rw maximum paths? \| + rw proactive arp? \| + rw opaque lsa? \| + rw rfc1583compatibility? \| + rw fast reroute ti lfa? \| + rw fast reroute ti lfa node protection? \| + rw (router info)? \| | + (as) \| | | + rw as? \| | + (area) \| | + rw area? \| + rw write multiplier? \| + rw passive interface default? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance enable o "true" "false" (sub property of ospfv2) enable ospfv2 router id o a b c d (sub property of ospfv2) router id for the ospf process capability opaque o "true" "false" (sub property of ospfv2) opaque lsa default value "false" graceful restart o "true" "false" (sub property of ospfv2) enable ospf graceful restart default value "false" grace period o 1 1800 (sub property of ospfv2) time to wait before restarting the ospf session default value 120 abr type o "cisco" "shortcut" "standard" (sub property of ospfv2) area border router type default value "cisco" auto cost reference bandwidth o 1 4294967 (sub property of ospfv2) the reference bandwidth in terms of mbits per second compatible rfc1583 o "true" "false" (sub property of ospfv2) compatible with rfc 1583 default metric o 0 16777214 (sub property of ospfv2) metric of redistributed routes log adjacency changes o "detail" "brief" (sub property of ospfv2) enbale recording adjacency changes log maximum paths o 1 256 (sub property of ospfv2) control the maximum number of equal cost paths default value 256 proactive arp o "true" "false" (sub property of ospfv2) enables or disables sending arp requests to update neighbor table entries default value "true" opaque lsa o "true" "false" (sub property of ospfv2) enable the opaque lsa capability (rfc2370) rfc1583compatibility o "true" "false" (sub property of ospfv2) enable the rfc 1583 compatibility flag fast reroute ti lfa o "true" "false" (sub property of ospfv2) activates ti lfa for all interfaces fast reroute ti lfa node protection o "true" "false" (sub property of ospfv2) activates ti lfa and protection for node fault as o "true" "false" (sub property of ospfv2) mutually exclusive with \ area enable the router information functionality with as flooding scope area o "true" "false" (sub property of ospfv2) mutually exclusive with \ as enable the router information functionality with area flooding scope write multiplier o 1 100 (sub property of ospfv2) the amount of work done in the packet read and write threads default value 20 passive interface default o "true" "false" (sub property of ospfv2) make all interfaces that belong to this router passive by default ospfv2 areas for vrf ospfv2 areas for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw areas \| | + rw area \[area id] \| | + rw area id \| | + rw default cost? \| | + rw filter list in? \| | + rw filter list out? \| | + rw shortcut? \| | + rw authentication type? \| | + rw authentication key? \| | + rw nssa no summary? \| | + rw suppress fa? \| | + rw nssa translator role? \| | + rw stub? \| | + rw stub no summary? \| | + rw virtual link \[neighbor] \| | | + rw neighbor \| | | + rw enable? \| | | + rw authentication type? \| | | + rw authentication key? \| | | + rw message digest key \[key id] \| | | | + rw key id \| | | | + rw md5 key? \| | | + rw dead interval? \| | | + rw hello interval? \| | | + rw retransmit interval? \| | | + rw transmit delay? \| | + rw area ranges \| | + rw area range \[ip prefix] \| | + rw ip prefix \| | + rw cost? \| | + rw substitute? \| | + rw advertise? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance areas m (sub property of ospfv2) path only node, has no configurable value area id m a b c d (sub property of areas) 32 bit number identifying the ospf area default cost o 0 16777215 (sub property of areas) advertised default summary cost filter list in o string (sub property of areas) filter networks getting in ospf areas filter list out o string (sub property of areas) filter networks getting out ospf areas shortcut o "default" "disable" "enable" (sub property of areas) configure the area as shortcut capable default value "default" authentication type o "md5hmac" "text" "none" (sub property of areas) authentication type authentication key o a string that represents a credential, such as a password or a key for ospf/bgp sessions (sub property of areas) simple text ospf password nssa no summary o "true" "false" (sub property of areas) do not inject inter area routes into nssa default value "false" suppress fa o "true" "false" (sub property of areas) suppress forwarding address generation default value "false" nssa translator role o "always" "candidate" "never" (sub property of areas) nssa area translator role stub o "true" "false" (sub property of areas) config the area as stub area stub no summary o "true" "false" (sub property of areas) do not inject inter area routes into stub default value "false" virtual link m (sub property of areas) path only node, has no configurable value virtual link parameters neighbor m a b c d (sub property of virtual link) router id of the remote abr enable o "true" "false" (sub property of virtual link) enable virtual link authentication type o "md5hmac" "text" "none" (sub property of virtual link) authentication type authentication key o a string that represents a credential, such as a password or a key for ospf/bgp sessions (sub property of virtual link) simple text ospf password message digest key m (sub property of virtual link) path only node, has no configurable value key id m 0 255 (sub property of message digest key) key id md5 key o a string that represents a credential, such as a password or a key for ospf/bgp sessions (sub property of message digest key) the ospf password dead interval o 1 65535 (sub property of virtual link) interval time after which a neighbor is declared down hello interval o 1 65535 (sub property of virtual link) time between hello packets retransmit interval o 1 65535 (sub property of virtual link) time between retransmitting lost link state advertisements transmit delay o 1 65535 (sub property of virtual link) link state transmit delay area ranges m (sub property of areas) path only node, has no configurable value ip prefix m a b c d/m (sub property of area ranges) designated ip range cost o 0 16777215 (sub property of area ranges) set an explicit metric substitute o a b c d/m (sub property of area ranges) substitute summarized prefix with another prefix advertise o "true" "false" (sub property of area ranges) summarize intra area paths from specified area into one type 3 summary lsa ospfv2 distance for vrf ospfv2 distance for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw all? \| + rw inter area? \| + rw intra area? \| + rw external? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance all o 0 255 (sub property of ospfv2) preference for intra area, inter area, and external routes inter area o 0 255 (sub property of ospfv2) preference for inter area routes intra area o 0 255 (sub property of ospfv2) preference for intra area routes external o 0 255 (sub property of ospfv2) preference for as external and nssa routes ospfv2 saddress for vrf ospfv2 saddress for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw saddress \[address] \| | + rw address \| | + rw enable? \| | + rw tag? \| | + rw no advertise? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance saddress m (sub property of ospfv2) path only node, has no configurable value address m a b c d/m (sub property of saddress) ip address to distribute summary enable o "true" "false" (sub property of saddress) enable summary address tag o 1 4294967295 (sub property of saddress) tag for summary route no advertise o "true" "false" (sub property of saddress) don't advertise the summary address to others ospfv2 graceful restart helper for vrf ospfv2 graceful restart helper for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw graceful restart helper \[address] \| | + rw address \| | + rw enable? \| + rw graceful restart helper enable? \| + rw strict lsa checking? \| + rw planned only? \| + rw supported grace time interval? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance graceful restart helper m (sub property of ospfv2) path only node, has no configurable value address m a b c d (sub property of graceful restart helper) ip address to enable graceful restart helper enable o "true" "false" (sub property of graceful restart helper) enable graceful restart helper graceful restart helper enable o "true" "false" (sub property of ospfv2) enable graceful restart helper strict lsa checking o "true" "false" (sub property of ospfv2) enabel strict lsa checking planned only o "true" "false" (sub property of ospfv2) only implement planned restart supported grace time interval o 10 1800 (sub property of ospfv2) supported grace time as graceful restart helper ospfv2 max metric for vrf ospfv2 max metric for vrf advertise own router lsa with infinite distance (stub router) tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw administrative? \| + rw on shutdown? \| + rw on startup? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance administrative o "true" "false" (sub property of ospfv2) administratively applied, for an indefinite period on shutdown o 5 100 (sub property of ospfv2) advertise stub router prior to full shutdown of ospf on startup o 5 86400 (sub property of ospfv2) automatically advertise stub router lsa on startup of ospf ospfv2 neighbor for vrf ospfv2 neighbor for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw neighbor \[ip] \| | + rw ip \| | + rw enable? \| | + rw priority? \| | + rw poll interval? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance neighbor m (sub property of ospfv2) path only node, has no configurable value neighbor list ip m a b c d (sub property of neighbor) neighbor ip address enable o "true" "false" (sub property of neighbor) configures ospf neighbors for nbma and point to multipoint non broadcast networks priority o 0 255 (sub property of neighbor) neighbor priority poll interval o 1 65535 (sub property of neighbor) dead neighbor polling interval ospfv2 networks for vrf ospfv2 networks for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw network \[prefix] \| | + rw prefix \| | + rw area? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance network m (sub property of ospfv2) path only node, has no configurable value enable routing on list of ip network prefix m a b c d/m (sub property of network) prefix on which routing needs to be enabled area o a b c d (sub property of network) area id for this network ospfv2 distribute route for vrf ospfv2 distribute route for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw distribute route \[protocol direction] \| | + rw protocol \| | + rw direction \| | + rw route map? \| | + rw access list? \| | + rw always? \| | + rw metric? \| | + rw metric type? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance distribute route m (sub property of ospfv2) path only node, has no configurable value protocol m "kernel" "connected" "local" "static" "rip" "ospf" "isis" "bgp" "eigrp" "nhrp" "table" "vnc" "vnc direct" "babel" "sharp" "openfabric" "default route" (sub property of distribute route) protocol to import direction m "import" "export" (sub property of distribute route) export or import router route map o string (sub property of distribute route) route map reference access list o string (sub property of distribute route) access list filter name always o "true" "false" (sub property of distribute route) always advertise default route metric o 0 16777214 (sub property of distribute route) ospf default metric metric type o "type 1" "type 2" (sub property of distribute route) metric type (1/2) ospfv2 timer for vrf ospfv2 timer for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw distribute route \[protocol direction] \| | + rw protocol \| | + rw direction \| | + rw route map? \| | + rw access list? \| | + rw always? \| | + rw metric? \| | + rw metric type? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance refresh interval o 10 1800 (sub property of ospfv2) the maximum time between distinct originations of any particular lsa, value in units seconds default value 1800 lsa min arrival o 0 600000 (sub property of ospfv2) minimum delay in receiving new version of an lsa default value 1000 lsa all o 0 5000 (sub property of ospfv2) lsa delay between transmissions default value 5000 spf m (sub property of ospfv2) path only node, has no configurable value initial delay m 0 600000 (sub property of spf) specifies the minimum amount of time to delay spf calculation initial holdtime m 0 600000 (sub property of spf) separated consecutive spf calculations maximum holdtime m 0 600000 (sub property of spf) maximum of holdtime aggregation timer o 5 1800 (sub property of ospfv2) summarisation starts only after this delay timer expiry default value 5 ospfv2 pce for vrf ospfv2 pce for vrf tree diagrams + rw ospfv2 \| + rw ospfv2 instance \[vrf name] \| + rw vrf name \| + rw address? \| + rw flag? \| + rw domain as? \| + rw neighbor as? \| + rw pce scope? table of properties name required type/range description ospfv2 m path only node, has no configurable value top level configuration for the ospfv2 router vrf name m "default" vrf name (sub property of ospfv2) name of vrf instance address o a b c d (sub property of ospfv2) the pce ip address flag o 0 4294967295 (sub property of ospfv2) flag domain as o 0 65535 (sub property of ospfv2) autonomous system (as) numbers of controlled domains neighbor as o 0 65535 (sub property of ospfv2) neighbor ass pce scope o 0 4294967295 (sub property of ospfv2) pce scope ospfv2 interfaces ospfv2 interfaces tree diagrams + rw ospfv2 interfaces + rw ospfv2 interface \[name address] + rw name + rw address + rw vrf name? + rw area id? + rw authentication type? + rw authentication key? + rw bfd enable? + rw metric? + rw dead interval? + rw ttl? + rw hello multiplier? + rw hello interval? + rw mtu ignore? + rw network type? + rw priority? + rw retransmission interval? + rw transmit delay? + rw passive? + rw bfd profile? + rw authentication \[key id] + rw key id + rw md5 key? table of properties name required type/range description ospfv2 interfaces m path only node, has no configurable value name m ethernet name portchannel0000 9999 vlan1 4094 ethernet sub interface name portchannel sub interface name (sub property of ospfv2 interfaces) name of interface address m a b c d (sub property of ospfv2 interfaces) restricted to just the ip address you can set this value to 0 0 0 0 to enable ospf for all addresses configured on this interface vrf name o "default" vrf name (sub property of ospfv2 interfaces) name of vrf area id o a b c d (sub property of ospfv2 interfaces) area id for this network authentication type o "md5hmac" "text" "none" (sub property of ospfv2 interfaces) authentication type authentication key o a string that represents a credential, such as a password or a key for ospf/bgp sessions (sub property of ospfv2 interfaces) simple text ospf password bfd enable o "true" "false" (sub property of ospfv2 interfaces) enable bfd metric o 1 65535 (sub property of ospfv2 interfaces) cost value set to router lsa's metric field dead interval o 1 65535 (sub property of ospfv2 interfaces) interval time after which a neighbor is declared down ttl o 1 255 (sub property of ospfv2 interfaces) time to live hello multiplier o 1 10 (sub property of ospfv2 interfaces) set number of seconds for routerdeadinterval timer value hello interval o 1 65535 (sub property of ospfv2 interfaces) set number of seconds for hellointerval timer value mtu ignore o "true" "false" (sub property of ospfv2 interfaces) enable mtu ignore network type o "broadcast" "non broadcast" "point to multipoint" "point to point" (sub property of ospfv2 interfaces) set network type priority o 0 255 (sub property of ospfv2 interfaces) set routerpriority integer value retransmission interval o 1 65535 (sub property of ospfv2 interfaces) set number of seconds for rxmtinterval timer value transmit delay o 1 65535 (sub property of ospfv2 interfaces) set number of seconds for inftransdelay value passive o "true" "false" (sub property of ospfv2 interfaces) do not speak ospf on the interface bfd profile o string (sub property of ospfv2 interfaces) specify a bfd profile authentication m (sub property of ospfv2 interfaces) path only node, has no configurable value key id m 0 255 (sub property of authentication) key id md5 key o a string that represents a credential, such as a password or a key for ospf/bgp sessions (sub property of authentication) the md5 password show ip ospf neighbor show ip ospf neighbor tree diagrams + x show ip ospf neighbor \| + w input \| | + w vrf? \| | + w (options)? \| | + (all) \| | | + w all? \| | + (detail) \| | | + w detail? \| | + (neighbor id) \| | | + w neighbor id? \| | + (interface) \| | + w interface? \| + ro output \| + ro data? table of properties name required type/range description show ip ospf neighbor m path only node, has no configurable value show ip ospf neighbor information vrf o "default" vrf name (sub property of input) name of vrf instance all o empty (sub property of input) mutually exclusive with \ detail \ neighbor id \ interface display all neighbors information detail o empty (sub property of input) mutually exclusive with \ all \ neighbor id \ interface display more details neighbor id o a b c d (sub property of input) mutually exclusive with \ all \ detail \ interface display information of specific neighbor id interface o ethernet name portchannel0000 9999 vlan1 4094 ethernet sub interface name portchannel sub interface name (sub property of input) mutually exclusive with \ all \ detail \ neighbor id display information of specific interface data ro \<anydata> (sub property of output) show ip ospf route show ip ospf route tree diagrams + x show ip ospf route \| + ro output \| + ro data? table of properties name required type/range description show ip ospf route m path only node, has no configurable value show ip ospf route information data ro \<anydata> (sub property of output) show ip ospf database show ip ospf database tree diagrams + x show ip ospf database \| + ro output \| + ro data? table of properties name required type/range description show ip ospf database m path only node, has no configurable value show ip ospf database information data ro \<anydata> (sub property of output) show ip ospf interface show ip ospf interface tree diagrams + x show ip ospf interface \| + w input \| | + w (options)? \| | + (traffic) \| | | + w traffic? \| | + (interface) \| | + w interface? \| + ro output \| + ro data? table of properties name required type/range description show ip ospf interface m path only node, has no configurable value show ip ospf interface information traffic o empty (sub property of input) mutually exclusive with \ interface display interface counter information interface o ethernet name portchannel0000 9999 vlan1 4094 ethernet sub interface name portchannel sub interface name (sub property of input) mutually exclusive with \ traffic display information of specific interface data ro \<anydata> (sub property of output) clear ip ospf clear ip ospf tree diagrams + x clear ip ospf \| + w input \| + w vrf? \| + w interface? \| + w neighbor? \| + w process? table of properties name required type/range description clear ip ospf m path only node, has no configurable value clear ospf data structures vrf o "default" vrf name (sub property of input) name of vrf instance interface o ethernet name portchannel0000 9999 vlan1 4094 ethernet sub interface name portchannel sub interface name (sub property of input) clear information of specific interface neighbor o a b c d (sub property of input) display information of specific neighbor id process o empty (sub property of input) reset ospf process graceful restart prepare ip ospf graceful restart prepare ip ospf tree diagrams + x graceful restart prepare ip ospf table of properties name required type/range description graceful restart prepare ip ospf m path only node, has no configurable value initiate a graceful restart for all ospf instances
