File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / doc / reply_codes
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 22 12:33:54 2017 UTC (6 years, 10 months ago) by misho
Branches: bird, MAIN
CVS tags: v1_6_8p3, v1_6_3p0, v1_6_3, HEAD
bird 1.6.3

    1: Reply codes of BIRD command-line interface
    2: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3: 0xxx	Action suceessfully completed
    4: 1xxx	Table entry
    5: 2xxx	Table heading
    6: 8xxx	Run-time error
    7: 9xxx	Parse-time error
    8: <space>	Continuation
    9: +	Spontaneous printout
   10: 
   11: 0000	OK
   12: 0001	Welcome
   13: 0002	Reading configuration
   14: 0003	Reconfigured
   15: 0004	Reconfiguration in progress
   16: 0005	Reconfiguration already in progress, queueing
   17: 0006	Reconfiguration ignored, shutting down
   18: 0007	Shutdown ordered
   19: 0008	Already disabled
   20: 0009	Disabled
   21: 0010	Already enabled
   22: 0011	Enabled
   23: 0012	Restarted
   24: 0013	Status report
   25: 0014	Route count
   26: 0015	Reloading
   27: 0016	Access restricted
   28: 0017	Reconfiguration already in progress, removing queued config
   29: 0018	Reconfiguration confirmed
   30: 0019	Nothing to do (configure undo/confirm)
   31: 0020	Configuration OK
   32: 0021	Undo requested
   33: 0022	Undo scheduled
   34: 0023	Evaluation of expression
   35: 0024	Graceful restart status report
   36: 
   37: 1000	BIRD version
   38: 1001	Interface list
   39: 1002	Protocol list
   40: 1003	Interface address
   41: 1004	Interface flags
   42: 1005	Interface summary
   43: 1006	Protocol details
   44: 1007	Route list
   45: 1008	Route details
   46: 1009	Static route list
   47: 1010	Symbol list
   48: 1011	Uptime
   49: 1012	Route extended attribute list
   50: 1013	Show ospf neighbors
   51: 1014	Show ospf
   52: 1015	Show ospf interface
   53: 1016	Show ospf state/topology
   54: 1017	Show ospf lsadb
   55: 1018	Show memory
   56: 1019	Show ROA list
   57: 1020	Show BFD sessions
   58: 1021	Show RIP interface
   59: 1022	Show RIP neighbors
   60: 1023	Show Babel interfaces
   61: 1024	Show Babel neighbors
   62: 1025	Show Babel entries
   63: 
   64: 8000	Reply too long
   65: 8001	Route not found
   66: 8002	Configuration file error
   67: 8003	No protocols match
   68: 8004	Stopped due to reconfiguration
   69: 8005	Protocol is down => cannot dump
   70: 8006	Reload failed
   71: 8007	Access denied
   72: 8008	Evaluation runtime error
   73: 
   74: 9000	Command too long
   75: 9001	Parse error
   76: 9002	Invalid symbol type

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>