2005-04-28 Paul Jakma <paul@dishone.st>

* quagga.info: updated
This commit is contained in:
paul 2005-04-28 17:45:37 +00:00
parent 4d38fdb421
commit 08e044f4eb
2 changed files with 161 additions and 164 deletions

View File

@ -1,3 +1,7 @@
2005-04-28 Paul Jakma <paul@dishone.st>
* quagga.info: updated
2005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* bgpd.8,isisd.8,ospf6d.8,ospfd.8,ripd.8,ripngd.8,zebra.8: Fix

View File

@ -3825,16 +3825,10 @@ 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.
[image src="fig-normal-processing.png" alt="Normal announcement processing"]
Figure 10.1: Announcement processing inside a "normal" BGP speaker
[image src="fig_topologies_full.png" alt="Full Mesh BGP Topology"]
Figure 10.2: Full Mesh
[image src="fig_topologies_rs.png" alt="Route Server BGP Topology"]
Figure 10.3: Route Server and clients
Of course we want that the routing tables obtained in each of the
@ -3920,9 +3914,8 @@ additional comments:
not to remove them as they do not hurt anybody (they can always be
left empty).
[image src="fig-rs-processing.png" alt="Route Server Processing Model"]
Figure 10.4: Announcement processing model implemented by the Route Server
Figure 10.4: Announcement processing model implemented by the Route
Server

File: quagga.info, Node: Commands for configuring a Route Server, Next: Example of Route Server Configuration, Prev: Description of the Route Server model, Up: Configuring Quagga as a Route Server
@ -6080,157 +6073,157 @@ VTY Key Index

Tag Table:
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 network92729
Node: BGP route92919
Node: Route Aggregation93475
Node: Redistribute to BGP94044
Node: BGP Peer94571
Node: Defining Peer94758
Node: BGP Peer commands95371
Node: Peer filtering97775
Node: BGP Peer Group98283
Node: BGP Address Family98596
Node: Autonomous System98750
Node: AS Path Regular Expression99587
Node: Display BGP Routes by AS Path100834
Node: AS Path Access List101274
Node: Using AS Path in Route Map101741
Node: Private AS Numbers102022
Node: BGP Communities Attribute102180
Node: BGP Community Lists104647
Node: Numbered BGP Community Lists107301
Node: BGP Community in Route Map108888
Node: Display BGP Routes by Community110831
Node: Using BGP Communities Attribute112000
Node: BGP Extended Communities Attribute115568
Node: BGP Extended Community Lists117340
Node: BGP Extended Communities in Route Map119215
Node: Displaying BGP routes119674
Node: Show IP BGP119911
Node: More Show IP BGP120611
Node: Capability Negotiation121762
Node: Route Reflector125066
Node: Route Server125345
Node: Multiple instance126411
Node: BGP instance and view128222
Node: Routing policy129602
Node: Viewing the view130370
Node: How to set up a 6-Bone connection130655
Node: Dump BGP packets and table132027
Node: Configuring Quagga as a Route Server132574
Node: Description of the Route Server model133535
Ref: fig:normal-processing135112
Ref: fig:full-mesh135262
Ref: fig:route-server135358
Ref: filter-delegation135772
Ref: Route Server tasks136956
Ref: Route-server path filter process137327
Ref: fig:rs-processing139641
Node: Commands for configuring a Route Server139794
Node: Example of Route Server Configuration142821
Node: Configuration of the BGP routers without Route Server143742
Node: Configuration of the BGP routers with Route Server146625
Node: Configuration of the Route Server itself147926
Node: Further considerations about Import and Export route-maps152925
Node: VTY shell155969
Node: VTY shell username156638
Node: VTY shell integrated configuration157270
Node: Filtering158718
Node: IP Access List159071
Node: IP Prefix List159457
Node: ip prefix-list description162476
Node: ip prefix-list sequential number control163003
Node: Showing ip prefix-list163545
Node: Clear counter of ip prefix-list164653
Node: Route Map165092
Node: Route Map Command165597
Node: Route Map Match Command165794
Node: Route Map Set Command166418
Node: IPv6 Support167295
Node: Router Advertisement167867
Node: Kernel Interface173483
Node: SNMP Support175440
Node: Getting and installing an SNMP agent176012
Node: SMUX configuration176585
Node: MIB and command reference178721
Node: Zebra Protocol180108
Node: Packet Binary Dump Format182022
Node: Command Index193632
Node: VTY Key Index251339
Node: Top1916
Node: Overview2511
Node: About Quagga3912
Node: System Architecture6165
Node: Supported Platforms8855
Node: Supported RFC9996
Node: How to get Quagga11960
Node: Mailing List12714
Node: Bug Reports13161
Node: Installation14039
Node: Configure the Software14473
Node: The Configure script and its options14721
Node: Least-Privilege support17909
Node: Linux notes19645
Ref: Linux notes-Footnote-121503
Node: Build the Software21569
Node: Install the Software22117
Node: Basic commands23577
Node: Config Commands24352
Node: Basic Config Commands25245
Node: Sample Config File30735
Node: Terminal Mode Commands31505
Node: Common Invocation Options32602
Node: Virtual Terminal Interfaces34009
Node: VTY Overview34520
Node: VTY Modes35771
Node: VTY View Mode36221
Node: VTY Enable Mode36471
Node: VTY Other Modes36749
Node: VTY CLI Commands36925
Node: CLI Movement Commands37385
Node: CLI Editing Commands37908
Node: CLI Advanced Commands38496
Node: Zebra39262
Node: Invoking zebra39771
Node: Interface Commands40350
Node: Static Route Commands41882
Node: zebra Terminal Mode Commands45155
Node: RIP46120
Node: Starting and Stopping ripd47057
Node: RIP netmask48470
Node: RIP Configuration49569
Node: How to Announce RIP route53834
Node: Filtering RIP Routes56397
Node: RIP Metric Manipulation57864
Node: RIP distance58777
Node: RIP route-map59592
Node: RIP Authentication62108
Node: RIP Timers63215
Node: Show RIP Information64501
Node: RIP Debug Commands65874
Node: RIPng66870
Node: Invoking ripngd67190
Node: ripngd Configuration67439
Node: ripngd Terminal Mode Commands68190
Node: ripngd Filtering Commands68554
Node: OSPFv269063
Node: Configuring ospfd69622
Node: OSPF router70090
Node: OSPF area73246
Node: OSPF interface78428
Node: Redistribute routes to OSPF81811
Node: Showing OSPF information83974
Node: Debugging OSPF85220
Node: OSPFv386259
Node: OSPF6 router86579
Node: OSPF6 area86933
Node: OSPF6 interface87111
Node: Redistribute routes to OSPF687988
Node: Showing OSPF6 information88304
Node: BGP89124
Node: Starting BGP90014
Node: BGP router90591
Node: BGP distance91835
Node: BGP decision process92273
Node: BGP network92755
Node: BGP route92945
Node: Route Aggregation93501
Node: Redistribute to BGP94070
Node: BGP Peer94597
Node: Defining Peer94784
Node: BGP Peer commands95397
Node: Peer filtering97801
Node: BGP Peer Group98309
Node: BGP Address Family98622
Node: Autonomous System98776
Node: AS Path Regular Expression99613
Node: Display BGP Routes by AS Path100860
Node: AS Path Access List101300
Node: Using AS Path in Route Map101767
Node: Private AS Numbers102048
Node: BGP Communities Attribute102206
Node: BGP Community Lists104673
Node: Numbered BGP Community Lists107327
Node: BGP Community in Route Map108914
Node: Display BGP Routes by Community110857
Node: Using BGP Communities Attribute112026
Node: BGP Extended Communities Attribute115594
Node: BGP Extended Community Lists117366
Node: BGP Extended Communities in Route Map119241
Node: Displaying BGP routes119700
Node: Show IP BGP119937
Node: More Show IP BGP120637
Node: Capability Negotiation121788
Node: Route Reflector125092
Node: Route Server125371
Node: Multiple instance126437
Node: BGP instance and view128248
Node: Routing policy129628
Node: Viewing the view130396
Node: How to set up a 6-Bone connection130681
Node: Dump BGP packets and table132053
Node: Configuring Quagga as a Route Server132600
Node: Description of the Route Server model133561
Ref: fig:normal-processing135138
Ref: fig:full-mesh135207
Ref: fig:route-server135232
Ref: filter-delegation135574
Ref: Route Server tasks136758
Ref: Route-server path filter process137129
Ref: fig:rs-processing139443
Node: Commands for configuring a Route Server139520
Node: Example of Route Server Configuration142547
Node: Configuration of the BGP routers without Route Server143468
Node: Configuration of the BGP routers with Route Server146351
Node: Configuration of the Route Server itself147652
Node: Further considerations about Import and Export route-maps152651
Node: VTY shell155695
Node: VTY shell username156364
Node: VTY shell integrated configuration156996
Node: Filtering158444
Node: IP Access List158797
Node: IP Prefix List159183
Node: ip prefix-list description162202
Node: ip prefix-list sequential number control162729
Node: Showing ip prefix-list163271
Node: Clear counter of ip prefix-list164379
Node: Route Map164818
Node: Route Map Command165323
Node: Route Map Match Command165520
Node: Route Map Set Command166144
Node: IPv6 Support167021
Node: Router Advertisement167593
Node: Kernel Interface173209
Node: SNMP Support175166
Node: Getting and installing an SNMP agent175738
Node: SMUX configuration176311
Node: MIB and command reference178447
Node: Zebra Protocol179834
Node: Packet Binary Dump Format181748
Node: Command Index193358
Node: VTY Key Index251065

End Tag Table