2005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* basic.texi: Add note about last-resort crash logging to /var/tmp
	  when file logging is not configured.
	* quagga.info: updated build of autogenerated file
This commit is contained in:
ajs 2005-02-03 17:12:01 +00:00
parent 1e2213541b
commit c70257d0af
3 changed files with 171 additions and 152 deletions

View File

@ -1,3 +1,9 @@
2005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* basic.texi: Add note about last-resort crash logging to /var/tmp
when file logging is not configured.
* quagga.info: updated build of autogenerated file
2005-01-24 Paul Jakma <paul@dishone.st>
* quagga.info: Version bump (autogenerated)

View File

@ -116,6 +116,12 @@ If the optional second argument specifying the
logging level is not present, the default logging level (typically debugging,
but can be changed using the deprecated @code{log trap} command) will be used.
The @code{no} form of the command disables logging to a file.
Note: if you do not configure any file logging, and a daemon crashes due
to a signal or an assertion failure, it will attempt to save the crash
information in a file named /var/tmp/quagga.<daemon name>.crashlog.
For security reasons, this will not happen if the file exists already, so
it is important to delete the file after reporting the crash information.
@end deffn
@deffn Command {log syslog} {}

View File

@ -778,6 +778,13 @@ File: quagga.info, Node: Basic Config Commands, Next: Sample Config File, Up:
can be changed using the deprecated `log trap' command) will be
used. The `no' form of the command disables logging to a file.
Note: if you do not configure any file logging, and a daemon
crashes due to a signal or an assertion failure, it will attempt
to save the crash information in a file named
/var/tmp/quagga.<daemon name>.crashlog. For security reasons,
this will not happen if the file exists already, so it is
important to delete the file after reporting the crash information.
-- Command: log syslog
-- Command: log syslog LEVEL
-- Command: no log syslog
@ -5177,7 +5184,7 @@ Command Index
* Menu:
* access-class ACCESS-LIST: Basic Config Commands.
(line 121)
(line 128)
* access-list NAME deny IPV4-NETWORK: IP Access List. (line 8)
* access-list NAME permit IPV4-NETWORK: IP Access List. (line 7)
* aggregate-address A.B.C.D/M: Route Aggregation. (line 7)
@ -5214,7 +5221,7 @@ Command Index
* auto-cost refrence-bandwidth <1-4294967>: OSPF router. (line 53)
* bandwidth <1-10000000>: Interface Commands. (line 31)
* banner motd default: Basic Config Commands.
(line 103)
(line 110)
* bgp cluster-id A.B.C.D: Route Reflector. (line 7)
* bgp config-type cisco: Multiple instance. (line 20)
* bgp config-type zebra: Multiple instance. (line 49)
@ -5308,9 +5315,9 @@ Command Index
* enable password PASSWORD: Basic Config Commands.
(line 14)
* exec-timeout MINUTE: Basic Config Commands.
(line 109)
(line 116)
* exec-timeout MINUTE SECOND: Basic Config Commands.
(line 110)
(line 117)
* flush_timer TIME: ripngd Configuration.
(line 12)
* hostname HOSTNAME: Basic Config Commands.
@ -5394,30 +5401,30 @@ Command Index
* ipv6 route NETWORK GATEWAY DISTANCE: Static Route Commands.
(line 78)
* line vty: Basic Config Commands.
(line 100)
(line 107)
* link-detect: Interface Commands. (line 37)
* list: Terminal Mode Commands.
(line 24)
* log facility FACILITY: Basic Config Commands.
(line 74)
(line 81)
* log file FILENAME: Basic Config Commands.
(line 41)
* log file FILENAME LEVEL: Basic Config Commands.
(line 42)
* log monitor: Basic Config Commands.
(line 61)
(line 68)
* log monitor LEVEL: Basic Config Commands.
(line 62)
(line 69)
* log record-priority: Basic Config Commands.
(line 80)
(line 87)
* log stdout: Basic Config Commands.
(line 28)
* log stdout LEVEL: Basic Config Commands.
(line 29)
* log syslog: Basic Config Commands.
(line 52)
(line 59)
* log syslog LEVEL: Basic Config Commands.
(line 53)
(line 60)
* log trap LEVEL: Basic Config Commands.
(line 17)
* logmsg LEVEL MESSAGE: Terminal Mode Commands.
@ -5523,7 +5530,7 @@ Command Index
* no auto-cost refrence-bandwidth: OSPF router. (line 54)
* no bandwidth <1-10000000>: Interface Commands. (line 32)
* no banner motd: Basic Config Commands.
(line 106)
(line 113)
* no bgp multiple-instance: Multiple instance. (line 14)
* no debug event: More Show IP BGP. (line 39)
* no debug keepalive: More Show IP BGP. (line 43)
@ -5556,7 +5563,7 @@ Command Index
* no distribute-list NAME out (kernel|connected|static|rip|ospf: Redistribute routes to OSPF.
(line 42)
* no exec-timeout: Basic Config Commands.
(line 117)
(line 124)
* no ip address ADDRESS/PREFIX: Interface Commands. (line 15)
* no ip address ADDRESS/PREFIX secondary: Interface Commands. (line 20)
* no ip as-path access-list WORD: AS Path Access List. (line 12)
@ -5606,17 +5613,17 @@ Command Index
(line 7)
* no link-detect: Interface Commands. (line 38)
* no log facility: Basic Config Commands.
(line 75)
(line 82)
* no log file: Basic Config Commands.
(line 43)
* no log monitor: Basic Config Commands.
(line 63)
(line 70)
* no log record-priority: Basic Config Commands.
(line 81)
(line 88)
* no log stdout: Basic Config Commands.
(line 30)
* no log syslog: Basic Config Commands.
(line 54)
(line 61)
* no log trap: Basic Config Commands.
(line 18)
* no multicast: Interface Commands. (line 28)
@ -5766,13 +5773,13 @@ Command Index
(line 24)
* router-id A.B.C.D: OSPF6 router. (line 9)
* service advanced-vty: Basic Config Commands.
(line 93)
(line 100)
* service integrated-vtysh-config: VTY shell integrated configuration.
(line 7)
* service password-encryption: Basic Config Commands.
(line 90)
(line 97)
* service terminal-length <0-512>: Basic Config Commands.
(line 96)
(line 103)
* set as-path prepend AS-PATH: Using AS Path in Route Map.
(line 9)
* set as-path prepend AS_PATH: Route Map Set Command.
@ -6020,137 +6027,137 @@ Node: Install the Software22090
Node: Basic commands23550
Node: Config Commands24325
Node: Basic Config Commands25218
Node: Sample Config File30316
Node: Terminal Mode Commands31086
Node: Common Invocation Options32183
Node: Virtual Terminal Interfaces33590
Node: VTY Overview34101
Node: VTY Modes35352
Node: VTY View Mode35802
Node: VTY Enable Mode36052
Node: VTY Other Modes36330
Node: VTY CLI Commands36506
Node: CLI Movement Commands36966
Node: CLI Editing Commands37489
Node: CLI Advanced Commands38077
Node: Zebra38843
Node: Invoking zebra39352
Node: Interface Commands39931
Node: Static Route Commands41463
Node: zebra Terminal Mode Commands44736
Node: RIP45701
Node: Starting and Stopping ripd46638
Node: RIP netmask48051
Node: RIP Configuration49150
Node: How to Announce RIP route53415
Node: Filtering RIP Routes55978
Node: RIP Metric Manipulation57445
Node: RIP distance58358
Node: RIP route-map59173
Node: RIP Authentication61689
Node: RIP Timers62796
Node: Show RIP Information64082
Node: RIP Debug Commands65455
Node: RIPng66451
Node: Invoking ripngd66771
Node: ripngd Configuration67020
Node: ripngd Terminal Mode Commands67771
Node: ripngd Filtering Commands68135
Node: OSPFv268644
Node: Configuring ospfd69203
Node: OSPF router69671
Node: OSPF area72827
Node: OSPF interface78009
Node: Redistribute routes to OSPF81392
Node: Showing OSPF information83555
Node: Debugging OSPF84801
Node: OSPFv385840
Node: OSPF6 router86160
Node: OSPF6 area86514
Node: OSPF6 interface86692
Node: Redistribute routes to OSPF687569
Node: Showing OSPF6 information87885
Node: BGP88705
Node: Starting BGP89595
Node: BGP router90172
Node: BGP distance91416
Node: BGP decision process91854
Node: BGP network92124
Node: BGP route92314
Node: Route Aggregation92870
Node: Redistribute to BGP93439
Node: BGP Peer93966
Node: Defining Peer94153
Node: BGP Peer commands94766
Node: Peer filtering97170
Node: BGP Peer Group97678
Node: BGP Address Family97991
Node: Autonomous System98145
Node: AS Path Regular Expression98982
Node: Display BGP Routes by AS Path100229
Node: AS Path Access List100669
Node: Using AS Path in Route Map101136
Node: Private AS Numbers101417
Node: BGP Communities Attribute101575
Node: BGP Community Lists104042
Node: Numbered BGP Community Lists106696
Node: BGP Community in Route Map108283
Node: Display BGP Routes by Community110226
Node: Using BGP Communities Attribute111395
Node: BGP Extended Communities Attribute114963
Node: BGP Extended Community Lists116735
Node: BGP Extended Communities in Route Map118610
Node: Displaying BGP routes119069
Node: Show IP BGP119306
Node: More Show IP BGP120006
Node: Capability Negotiation121157
Node: Route Reflector124461
Node: Route Server124740
Node: Multiple instance125806
Node: BGP instance and view127617
Node: Routing policy128997
Node: Viewing the view129765
Node: How to set up a 6-Bone connection130050
Node: Dump BGP packets and table131422
Node: Configuring Quagga as a Route Server131969
Node: Description of the Route Server model132930
Ref: fig:normal-processing134507
Ref: fig:full-mesh134657
Ref: fig:route-server134753
Ref: filter-delegation135167
Ref: Route Server tasks136351
Ref: Route-server path filter process136722
Ref: fig:rs-processing139036
Node: Commands for configuring a Route Server139153
Node: Example of Route Server Configuration142180
Node: Configuration of the BGP routers without Route Server143101
Node: Configuration of the BGP routers with Route Server145984
Node: Configuration of the Route Server itself147285
Node: Further considerations about Import and Export route-maps152284
Node: VTY shell155328
Node: VTY shell username155997
Node: VTY shell integrated configuration156629
Node: Filtering158077
Node: IP Access List158430
Node: IP Prefix List158816
Node: ip prefix-list description161835
Node: ip prefix-list sequential number control162362
Node: Showing ip prefix-list162904
Node: Clear counter of ip prefix-list164012
Node: Route Map164451
Node: Route Map Command164956
Node: Route Map Match Command165153
Node: Route Map Set Command165777
Node: IPv6 Support166654
Node: Router Advertisement167226
Node: Kernel Interface171027
Node: SNMP Support172984
Node: Getting and installing an SNMP agent173556
Node: SMUX configuration174129
Node: MIB and command reference176265
Node: Zebra Protocol177652
Node: Packet Binary Dump Format179566
Node: Command Index191176
Node: VTY Key Index247369
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

End Tag Table