diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-04-24 15:18:21 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-04-24 15:18:21 +0200 |
commit | 0ea8fb4abe5acad0b8f470bbdc5cc929b6a58ced (patch) | |
tree | 5d8d0538e2ce7e138df1936b8cf64aadbc063bce /doc | |
parent | 1d44ddf20f3ecef864d4bd20355251839fcd10ee (diff) | |
download | bird-0ea8fb4abe5acad0b8f470bbdc5cc929b6a58ced.tar bird-0ea8fb4abe5acad0b8f470bbdc5cc929b6a58ced.zip |
Fixes and enhancements in 'show ospf state' command.
Now it shows a distance, option to change showing reachable/all network
nodes and better handling of AS-external LSAs in multiple areas. The
command 'show ospf topology' was changed to not show stubnets in both
OSPFv2 and OSPFv3 (previously it displayed stubnets in OSPFv2).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 64185e9..61ebc7a 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -490,13 +490,18 @@ This argument can be omitted if there exists only a single instance. <tag>show ospf neighbors [<m/name/] ["<m/interface/"]</tag> Show a list of OSPF neighbors and a state of adjacency to them. - <tag>show ospf state [<m/name/]</tag> - Show detailed information about OSPF areas based on a content of link-state database. - It shows network topology, aggregated networks and routers from other areas and external routes. - - <tag>show ospf topology [<m/name/]</tag> - Show a topology of OSPF areas based on a content of link-state database. - It is just a stripped-down version of 'show ospf state'. + <tag>show ospf state [all] [<m/name/]</tag> + Show detailed information about OSPF areas based on a content + of the link-state database. It shows network topology, stub + networks, aggregated networks and routers from other areas and + external routes. The command shows information about reachable + network nodes, use option <cf/all/ to show information about + all network nodes in the link-state database. + + <tag>show ospf topology [all] [<m/name/]</tag> + Show a topology of OSPF areas based on a content of the + link-state database. It is just a stripped-down version of + 'show ospf state'. <tag>show static [<m/name/]</tag> Show detailed information about static routes. |