File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird2 / doc / reply_codes
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 21 16:03:57 2019 UTC (4 years, 8 months ago) by misho
Branches: bird2, MAIN
CVS tags: v2_0_7p0, HEAD
bird2 ver 2.0.7

    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: 0025	Graceful restart ordered
   37: 
   38: 1000	BIRD version
   39: 1001	Interface list
   40: 1002	Protocol list
   41: 1003	Interface address
   42: 1004	Interface flags
   43: 1005	Interface summary
   44: 1006	Protocol details
   45: 1007	Route list
   46: 1008	Route details
   47: 1009	Static route list
   48: 1010	Symbol list
   49: 1011	Uptime
   50: 1012	Route extended attribute list
   51: 1013	Show ospf neighbors
   52: 1014	Show ospf
   53: 1015	Show ospf interface
   54: 1016	Show ospf state/topology
   55: 1017	Show ospf lsadb
   56: 1018	Show memory
   57: 1019	Show ROA list
   58: 1020	Show BFD sessions
   59: 1021	Show RIP interface
   60: 1022	Show RIP neighbors
   61: 1023	Show Babel interfaces
   62: 1024	Show Babel neighbors
   63: 1025	Show Babel entries
   64: 
   65: 8000	Reply too long
   66: 8001	Route not found
   67: 8002	Configuration file error
   68: 8003	No protocols match
   69: 8004	Stopped due to reconfiguration
   70: 8005	Protocol is down => cannot dump
   71: 8006	Reload failed
   72: 8007	Access denied
   73: 8008	Evaluation runtime error
   74: 
   75: 9000	Command too long
   76: 9001	Parse error
   77: 9002	Invalid symbol type

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