File: config.txt

package info (click to toggle)
xorp 1.8.5-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 28,560 kB
  • ctags: 54,995
  • sloc: cpp: 397,204; sh: 17,490; ansic: 17,029; python: 7,643; lex: 1,632; yacc: 1,474; awk: 956; makefile: 251; perl: 217; sed: 33
file content (22 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Options for XORP Configuration


What's the problem?

 - need to have startup configuration for all the daemons stored somewhere.

   + some of the startup config needs to be shared (eg interface list).

 - want to be able to change the config of daemons on the fly via CLI, 
   SNMP or whatever.

   + some of these changes need to be shared (eg bringing up an interface)

   + would like to be able to look somewhere and see the current config

   + need to be able to save these changes so the router comes up in 
     this state next time

 - some of the daemons are written (or modified) by us; some are not.