From 0ea8fb4abe5acad0b8f470bbdc5cc929b6a58ced Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sat, 24 Apr 2010 15:18:21 +0200 Subject: 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). --- doc/bird.sgml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'doc') 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. show ospf neighbors [ Show a list of OSPF neighbors and a state of adjacency to them. - show ospf state [ - 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. - - show ospf topology [ - 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'. + show ospf state [all] [ + 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 show ospf topology [all] [ + 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'. show static [ Show detailed information about static routes. -- cgit v1.2.3