summaryrefslogtreecommitdiff
path: root/doc/quagga.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quagga.info')
-rw-r--r--doc/quagga.info412
1 files changed, 239 insertions, 173 deletions
diff --git a/doc/quagga.info b/doc/quagga.info
index a347b411..4e598472 100644
--- a/doc/quagga.info
+++ b/doc/quagga.info
@@ -22,10 +22,10 @@ END-INFO-DIR-ENTRY
This file documents the Quagga Software Routing Suite which manages
common TCP/IP routing protocols.
- This is Edition 0.99.0, last updated 8 November 2004 of `The Quagga
+ This is Edition 0.99.0, last updated 15 December 2004 of `The Quagga
Manual', for Quagga Version 0.99.0.
- Copyright (C) 1999-2004 Kunihiro Ishiguro, et al.
+ Copyright (C) 1999-2005 Kunihiro Ishiguro, et al.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission
@@ -1009,7 +1009,7 @@ all.
Escape character is '^]'.
Hello, this is Quagga (version 0.99.0)
- Copyright (C) 1999-2004 Kunihiro Ishiguro, et al.
+ Copyright (C) 1999-2005 Kunihiro Ishiguro, et al.
User Access Verification
@@ -3820,15 +3820,15 @@ fig:normal-processing::, it consists of three steps:
its attributes modified. Those routes which are accepted by the
`Out' filters of a peer are announced to that peer.
-
+
Figure 10.1: Announcement processing inside a "normal" BGP speaker
-
+
Figure 10.2: Full Mesh
-
+
Figure 10.3: Route Server and clients
@@ -3915,7 +3915,7 @@ additional comments:
not to remove them as they do not hurt anybody (they can always be
left empty).
-
+
Figure 10.4: Announcement processing model implemented by the Route Server
@@ -4674,7 +4674,7 @@ File: quagga.info, Node: Router Advertisement, Up: IPv6 Support
Don't send router advertisment messages.
-- Interface Command: ipv6 nd prefix IPV6PREFIX [VALID-LIFETIME]
-[PREFERRED-LIFETIME] [off-link] [no-autconfig]
+[PREFERRED-LIFETIME] [off-link] [no-autoconfig] [router-address]
Configuring the IPv6 prefix to include in router advertisements.
Several prefix specific optional parameters and flags may follow:
* VALID-LIFETIME - the length of time in seconds during what
@@ -4702,6 +4702,13 @@ File: quagga.info, Node: Router Advertisement, Up: IPv6 Support
Default: not set, i.e. prefix can be used for
autoconfiguration.
+ * ROUTER-ADDRESS - indicates to hosts on the local link that
+ the specified prefix contains a complete IP address by
+ setting R flag.
+
+ Default: not set, i.e. hosts do not assume a complete IP
+ address is placed.
+
-- Interface Command: ipv6 nd ra-interval SECONDS
-- Interface Command: no ipv6 nd ra-interval
The maximum time allowed between sending unsolicited multicast
@@ -4710,6 +4717,14 @@ File: quagga.info, Node: Router Advertisement, Up: IPv6 Support
Default: `600'
+ -- Interface Command: ipv6 nd ra-interval msec MILLISECONDS
+ -- Interface Command: no ipv6 nd ra-interval msec
+ The maximum time allowed between sending unsolicited multicast
+ router advertisements from the interface, in milliseconds. Must be
+ no less than 30 milliseconds.
+
+ Default: `600000'
+
-- Interface Command: ipv6 nd ra-lifetime SECONDS
-- Interface Command: no ipv6 nd ra-lifetime
The value to be placed in the Router Lifetime field of router
@@ -4749,13 +4764,44 @@ File: quagga.info, Node: Router Advertisement, Up: IPv6 Support
Default: not set
+ -- Interface Command: ipv6 nd home-agent-config-flag
+ -- Interface Command: no ipv6 nd home-agent-config-flag
+ Set/unset flag in IPv6 router advertisements which indicates to
+ hosts that the router acts as a Home Agent and includes a Home
+ Agent Option.
+
+ Default: not set
+
+ -- Interface Command: ipv6 nd home-agent-preference
+ -- Interface Command: no ipv6 nd home-agent-preference
+ The value to be placed in Home Agent Option, when Home Agent
+ config flag is set, which indicates to hosts Home Agent preference.
+
+ Default: 0
+
+ -- Interface Command: ipv6 nd home-agent-lifetime
+ -- Interface Command: no ipv6 nd home-agent-lifetime
+ The value to be placed in Home Agent Option, when Home Agent
+ config flag is set, which indicates to hosts Home Agent Lifetime.
+ A value of 0 means to place Router Lifetime value.
+
+ Default: 0
+
+ -- Interface Command: ipv6 nd adv-interval-option
+ -- Interface Command: no ipv6 nd adv-interval-option
+ Include an Advertisement Interval option which indicates to hosts
+ the maximum time, in milliseconds, between successive unsolicited
+ Router Advertisements.
+
+ Default: not set
+
interface eth0
no ipv6 nd suppress-ra
ipv6 nd prefix 2001:0DB8:5009::/64
For more information see `RFC2462 (IPv6 Stateless Address
-Autoconfiguration)' and `RFC2461 (Neighbor Discovery for IP Version 6
-(IPv6))'.
+Autoconfiguration)' , `RFC2461 (Neighbor Discovery for IP Version 6
+(IPv6))' and `RFC3775 (Mobility Support in IPv6 (Mobile IPv6))'.

File: quagga.info, Node: Kernel Interface, Next: SNMP Support, Prev: IPv6 Support, Up: Top
@@ -5375,18 +5421,28 @@ Command Index
(line 25)
* ip split-horizon: RIP Configuration. (line 99)
* ip6 address ADDRESS/PREFIX: Interface Commands. (line 14)
+* ipv6 nd adv-interval-option: Router Advertisement.
+ (line 127)
+* ipv6 nd home-agent-config-flag: Router Advertisement.
+ (line 104)
+* ipv6 nd home-agent-lifetime: Router Advertisement.
+ (line 119)
+* ipv6 nd home-agent-preference: Router Advertisement.
+ (line 112)
* ipv6 nd managed-config-flag: Router Advertisement.
- (line 72)
+ (line 87)
* ipv6 nd other-config-flag: Router Advertisement.
- (line 81)
-* ipv6 nd prefix IPV6PREFIX [VALID-LIFETIME] [PREFERRED-LIFETIME] [off-link] [no-autconfig]: Router Advertisement.
+ (line 96)
+* ipv6 nd prefix IPV6PREFIX [VALID-LIFETIME] [PREFERRED-LIFETIME] [off-link] [no-autoconfig] [router-address]: Router Advertisement.
(line 14)
+* ipv6 nd ra-interval msec MILLISECONDS: Router Advertisement.
+ (line 57)
* ipv6 nd ra-interval SECONDS: Router Advertisement.
- (line 42)
+ (line 49)
* ipv6 nd ra-lifetime SECONDS: Router Advertisement.
- (line 50)
+ (line 65)
* ipv6 nd reachable-time MILLISECONDS: Router Advertisement.
- (line 62)
+ (line 77)
* ipv6 nd suppress-ra: Router Advertisement.
(line 10)
* ipv6 ospf6 cost COST: OSPF6 interface. (line 7)
@@ -5599,16 +5655,26 @@ Command Index
* no ip rip authentication string STRING: RIP Authentication. (line 16)
* no ip split-horizon: RIP Configuration. (line 100)
* no ip6 address ADDRESS/PREFIX: Interface Commands. (line 16)
+* no ipv6 nd adv-interval-option: Router Advertisement.
+ (line 128)
+* no ipv6 nd home-agent-config-flag: Router Advertisement.
+ (line 105)
+* no ipv6 nd home-agent-lifetime: Router Advertisement.
+ (line 120)
+* no ipv6 nd home-agent-preference: Router Advertisement.
+ (line 113)
* no ipv6 nd managed-config-flag: Router Advertisement.
- (line 73)
+ (line 88)
* no ipv6 nd other-config-flag: Router Advertisement.
- (line 82)
+ (line 97)
* no ipv6 nd ra-interval: Router Advertisement.
- (line 43)
+ (line 50)
+* no ipv6 nd ra-interval msec: Router Advertisement.
+ (line 58)
* no ipv6 nd ra-lifetime: Router Advertisement.
- (line 51)
+ (line 66)
* no ipv6 nd reachable-time: Router Advertisement.
- (line 63)
+ (line 78)
* no ipv6 nd suppress-ra: Router Advertisement.
(line 7)
* no link-detect: Interface Commands. (line 38)
@@ -6007,157 +6073,157 @@ VTY Key Index

Tag Table:
-Node: Top1889
-Node: Overview2484
-Node: About Quagga3885
-Node: System Architecture6138
-Node: Supported Platforms8828
-Node: Supported RFC9969
-Node: How to get Quagga11933
-Node: Mailing List12687
-Node: Bug Reports13134
-Node: Installation14012
-Node: Configure the Software14446
-Node: The Configure script and its options14694
-Node: Least-Privilege support17882
-Node: Linux notes19618
-Ref: Linux notes-Footnote-121476
-Node: Build the Software21542
-Node: Install the Software22090
-Node: Basic commands23550
-Node: Config Commands24325
-Node: Basic Config Commands25218
-Node: Sample Config File30708
-Node: Terminal Mode Commands31478
-Node: Common Invocation Options32575
-Node: Virtual Terminal Interfaces33982
-Node: VTY Overview34493
-Node: VTY Modes35744
-Node: VTY View Mode36194
-Node: VTY Enable Mode36444
-Node: VTY Other Modes36722
-Node: VTY CLI Commands36898
-Node: CLI Movement Commands37358
-Node: CLI Editing Commands37881
-Node: CLI Advanced Commands38469
-Node: Zebra39235
-Node: Invoking zebra39744
-Node: Interface Commands40323
-Node: Static Route Commands41855
-Node: zebra Terminal Mode Commands45128
-Node: RIP46093
-Node: Starting and Stopping ripd47030
-Node: RIP netmask48443
-Node: RIP Configuration49542
-Node: How to Announce RIP route53807
-Node: Filtering RIP Routes56370
-Node: RIP Metric Manipulation57837
-Node: RIP distance58750
-Node: RIP route-map59565
-Node: RIP Authentication62081
-Node: RIP Timers63188
-Node: Show RIP Information64474
-Node: RIP Debug Commands65847
-Node: RIPng66843
-Node: Invoking ripngd67163
-Node: ripngd Configuration67412
-Node: ripngd Terminal Mode Commands68163
-Node: ripngd Filtering Commands68527
-Node: OSPFv269036
-Node: Configuring ospfd69595
-Node: OSPF router70063
-Node: OSPF area73219
-Node: OSPF interface78401
-Node: Redistribute routes to OSPF81784
-Node: Showing OSPF information83947
-Node: Debugging OSPF85193
-Node: OSPFv386232
-Node: OSPF6 router86552
-Node: OSPF6 area86906
-Node: OSPF6 interface87084
-Node: Redistribute routes to OSPF687961
-Node: Showing OSPF6 information88277
-Node: BGP89097
-Node: Starting BGP89987
-Node: BGP router90564
-Node: BGP distance91808
-Node: BGP decision process92246
-Node: BGP network92516
-Node: BGP route92706
-Node: Route Aggregation93262
-Node: Redistribute to BGP93831
-Node: BGP Peer94358
-Node: Defining Peer94545
-Node: BGP Peer commands95158
-Node: Peer filtering97562
-Node: BGP Peer Group98070
-Node: BGP Address Family98383
-Node: Autonomous System98537
-Node: AS Path Regular Expression99374
-Node: Display BGP Routes by AS Path100621
-Node: AS Path Access List101061
-Node: Using AS Path in Route Map101528
-Node: Private AS Numbers101809
-Node: BGP Communities Attribute101967
-Node: BGP Community Lists104434
-Node: Numbered BGP Community Lists107088
-Node: BGP Community in Route Map108675
-Node: Display BGP Routes by Community110618
-Node: Using BGP Communities Attribute111787
-Node: BGP Extended Communities Attribute115355
-Node: BGP Extended Community Lists117127
-Node: BGP Extended Communities in Route Map119002
-Node: Displaying BGP routes119461
-Node: Show IP BGP119698
-Node: More Show IP BGP120398
-Node: Capability Negotiation121549
-Node: Route Reflector124853
-Node: Route Server125132
-Node: Multiple instance126198
-Node: BGP instance and view128009
-Node: Routing policy129389
-Node: Viewing the view130157
-Node: How to set up a 6-Bone connection130442
-Node: Dump BGP packets and table131814
-Node: Configuring Quagga as a Route Server132361
-Node: Description of the Route Server model133322
-Ref: fig:normal-processing134899
-Ref: fig:full-mesh135049
-Ref: fig:route-server135145
-Ref: filter-delegation135559
-Ref: Route Server tasks136743
-Ref: Route-server path filter process137114
-Ref: fig:rs-processing139428
-Node: Commands for configuring a Route Server139545
-Node: Example of Route Server Configuration142572
-Node: Configuration of the BGP routers without Route Server143493
-Node: Configuration of the BGP routers with Route Server146376
-Node: Configuration of the Route Server itself147677
-Node: Further considerations about Import and Export route-maps152676
-Node: VTY shell155720
-Node: VTY shell username156389
-Node: VTY shell integrated configuration157021
-Node: Filtering158469
-Node: IP Access List158822
-Node: IP Prefix List159208
-Node: ip prefix-list description162227
-Node: ip prefix-list sequential number control162754
-Node: Showing ip prefix-list163296
-Node: Clear counter of ip prefix-list164404
-Node: Route Map164843
-Node: Route Map Command165348
-Node: Route Map Match Command165545
-Node: Route Map Set Command166169
-Node: IPv6 Support167046
-Node: Router Advertisement167618
-Node: Kernel Interface171419
-Node: SNMP Support173376
-Node: Getting and installing an SNMP agent173948
-Node: SMUX configuration174521
-Node: MIB and command reference176657
-Node: Zebra Protocol178044
-Node: Packet Binary Dump Format179958
-Node: Command Index191568
-Node: VTY Key Index247761
+Node: Top1890
+Node: Overview2485
+Node: About Quagga3886
+Node: System Architecture6139
+Node: Supported Platforms8829
+Node: Supported RFC9970
+Node: How to get Quagga11934
+Node: Mailing List12688
+Node: Bug Reports13135
+Node: Installation14013
+Node: Configure the Software14447
+Node: The Configure script and its options14695
+Node: Least-Privilege support17883
+Node: Linux notes19619
+Ref: Linux notes-Footnote-121477
+Node: Build the Software21543
+Node: Install the Software22091
+Node: Basic commands23551
+Node: Config Commands24326
+Node: Basic Config Commands25219
+Node: Sample Config File30709
+Node: Terminal Mode Commands31479
+Node: Common Invocation Options32576
+Node: Virtual Terminal Interfaces33983
+Node: VTY Overview34494
+Node: VTY Modes35745
+Node: VTY View Mode36195
+Node: VTY Enable Mode36445
+Node: VTY Other Modes36723
+Node: VTY CLI Commands36899
+Node: CLI Movement Commands37359
+Node: CLI Editing Commands37882
+Node: CLI Advanced Commands38470
+Node: Zebra39236
+Node: Invoking zebra39745
+Node: Interface Commands40324
+Node: Static Route Commands41856
+Node: zebra Terminal Mode Commands45129
+Node: RIP46094
+Node: Starting and Stopping ripd47031
+Node: RIP netmask48444
+Node: RIP Configuration49543
+Node: How to Announce RIP route53808
+Node: Filtering RIP Routes56371
+Node: RIP Metric Manipulation57838
+Node: RIP distance58751
+Node: RIP route-map59566
+Node: RIP Authentication62082
+Node: RIP Timers63189
+Node: Show RIP Information64475
+Node: RIP Debug Commands65848
+Node: RIPng66844
+Node: Invoking ripngd67164
+Node: ripngd Configuration67413
+Node: ripngd Terminal Mode Commands68164
+Node: ripngd Filtering Commands68528
+Node: OSPFv269037
+Node: Configuring ospfd69596
+Node: OSPF router70064
+Node: OSPF area73220
+Node: OSPF interface78402
+Node: Redistribute routes to OSPF81785
+Node: Showing OSPF information83948
+Node: Debugging OSPF85194
+Node: OSPFv386233
+Node: OSPF6 router86553
+Node: OSPF6 area86907
+Node: OSPF6 interface87085
+Node: Redistribute routes to OSPF687962
+Node: Showing OSPF6 information88278
+Node: BGP89098
+Node: Starting BGP89988
+Node: BGP router90565
+Node: BGP distance91809
+Node: BGP decision process92247
+Node: BGP network92517
+Node: BGP route92707
+Node: Route Aggregation93263
+Node: Redistribute to BGP93832
+Node: BGP Peer94359
+Node: Defining Peer94546
+Node: BGP Peer commands95159
+Node: Peer filtering97563
+Node: BGP Peer Group98071
+Node: BGP Address Family98384
+Node: Autonomous System98538
+Node: AS Path Regular Expression99375
+Node: Display BGP Routes by AS Path100622
+Node: AS Path Access List101062
+Node: Using AS Path in Route Map101529
+Node: Private AS Numbers101810
+Node: BGP Communities Attribute101968
+Node: BGP Community Lists104435
+Node: Numbered BGP Community Lists107089
+Node: BGP Community in Route Map108676
+Node: Display BGP Routes by Community110619
+Node: Using BGP Communities Attribute111788
+Node: BGP Extended Communities Attribute115356
+Node: BGP Extended Community Lists117128
+Node: BGP Extended Communities in Route Map119003
+Node: Displaying BGP routes119462
+Node: Show IP BGP119699
+Node: More Show IP BGP120399
+Node: Capability Negotiation121550
+Node: Route Reflector124854
+Node: Route Server125133
+Node: Multiple instance126199
+Node: BGP instance and view128010
+Node: Routing policy129390
+Node: Viewing the view130158
+Node: How to set up a 6-Bone connection130443
+Node: Dump BGP packets and table131815
+Node: Configuring Quagga as a Route Server132362
+Node: Description of the Route Server model133323
+Ref: fig:normal-processing134900
+Ref: fig:full-mesh135050
+Ref: fig:route-server135146
+Ref: filter-delegation135560
+Ref: Route Server tasks136744
+Ref: Route-server path filter process137115
+Ref: fig:rs-processing139429
+Node: Commands for configuring a Route Server139582
+Node: Example of Route Server Configuration142609
+Node: Configuration of the BGP routers without Route Server143530
+Node: Configuration of the BGP routers with Route Server146413
+Node: Configuration of the Route Server itself147714
+Node: Further considerations about Import and Export route-maps152713
+Node: VTY shell155757
+Node: VTY shell username156426
+Node: VTY shell integrated configuration157058
+Node: Filtering158506
+Node: IP Access List158859
+Node: IP Prefix List159245
+Node: ip prefix-list description162264
+Node: ip prefix-list sequential number control162791
+Node: Showing ip prefix-list163333
+Node: Clear counter of ip prefix-list164441
+Node: Route Map164880
+Node: Route Map Command165385
+Node: Route Map Match Command165582
+Node: Route Map Set Command166206
+Node: IPv6 Support167083
+Node: Router Advertisement167655
+Node: Kernel Interface173271
+Node: SNMP Support175228
+Node: Getting and installing an SNMP agent175800
+Node: SMUX configuration176373
+Node: MIB and command reference178509
+Node: Zebra Protocol179896
+Node: Packet Binary Dump Format181810
+Node: Command Index193420
+Node: VTY Key Index250991

End Tag Table