ggsn_vty_reference.xml: Update from last code changes

Change-Id: I5de2e5223e4532bbbec77b928fbdecb57ef2bca7
This commit is contained in:
Pau Espin 2019-06-03 20:07:33 +02:00
parent 9fbcb10568
commit 25ab381c0f
1 changed files with 52 additions and 11 deletions

View File

@ -187,7 +187,7 @@
<param name='MASK' doc='List of logging categories to log, e.g. &apos;abc:mno:xyz&apos;. Available log categories depend on the specific application, refer to the &apos;logging level&apos; command. Optionally add individual log levels like &apos;abc,1:mno,3:xyz,5&apos;, where the level numbers are LOGL_DEBUG=1 LOGL_INFO=3 LOGL_NOTICE=5 LOGL_ERROR=7 LOGL_FATAL=8' />
</params>
</command>
<command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (debug|info|notice|error|fatal)'>
<command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
<params>
<param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
@ -214,6 +214,7 @@
<param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
<param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
<param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
<param name='lrspro' doc='Remote SIM protocol' />
<param name='debug' doc='Log debug messages and higher levels' />
<param name='info' doc='Log informational messages and higher levels' />
<param name='notice' doc='Log noticeable messages and higher levels' />
@ -332,14 +333,22 @@
<param name='rate-counters' doc='Show all rate counters' />
</params>
</command>
<command id='show pdp-context ggsn NAME [apn APN]'>
<command id='show pdp-context ggsn NAME'>
<params>
<param name='show' doc='Show running system information' />
<param name='pdp-context' doc='Show PDP Context Information' />
<param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
<param name='NAME' doc='GGSN Name' />
<param name='[apn' doc='(null)' />
<param name='APN]' doc='(null)' />
</params>
</command>
<command id='show pdp-context ggsn NAME apn APN'>
<params>
<param name='show' doc='Show running system information' />
<param name='pdp-context' doc='Show PDP Context Information' />
<param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
<param name='NAME' doc='GGSN Name' />
<param name='apn' doc='Filter by APN' />
<param name='APN' doc='APN name' />
</params>
</command>
<command id='show pdp-context imsi IMSI [&lt;0-15&gt;]'>
@ -351,6 +360,16 @@
<param name='[&lt;0-15&gt;]' doc='(null)' />
</params>
</command>
<command id='show pdp-context ggsn NAME ipv4 A.B.C.D'>
<params>
<param name='show' doc='Show running system information' />
<param name='pdp-context' doc='Display information on PDP Context' />
<param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
<param name='NAME' doc='GGSN Name' />
<param name='ipv4' doc='IPv4 address type' />
<param name='A.B.C.D' doc='IP address' />
</params>
</command>
<command id='show ggsn [NAME]'>
<params>
<param name='show' doc='Show running system information' />
@ -526,7 +545,7 @@
<param name='MASK' doc='List of logging categories to log, e.g. &apos;abc:mno:xyz&apos;. Available log categories depend on the specific application, refer to the &apos;logging level&apos; command. Optionally add individual log levels like &apos;abc,1:mno,3:xyz,5&apos;, where the level numbers are LOGL_DEBUG=1 LOGL_INFO=3 LOGL_NOTICE=5 LOGL_ERROR=7 LOGL_FATAL=8' />
</params>
</command>
<command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (debug|info|notice|error|fatal)'>
<command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
<params>
<param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
@ -553,6 +572,7 @@
<param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
<param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
<param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
<param name='lrspro' doc='Remote SIM protocol' />
<param name='debug' doc='Log debug messages and higher levels' />
<param name='info' doc='Log informational messages and higher levels' />
<param name='notice' doc='Log noticeable messages and higher levels' />
@ -671,14 +691,22 @@
<param name='rate-counters' doc='Show all rate counters' />
</params>
</command>
<command id='show pdp-context ggsn NAME [apn APN]'>
<command id='show pdp-context ggsn NAME'>
<params>
<param name='show' doc='Show running system information' />
<param name='pdp-context' doc='Show PDP Context Information' />
<param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
<param name='NAME' doc='GGSN Name' />
<param name='[apn' doc='(null)' />
<param name='APN]' doc='(null)' />
</params>
</command>
<command id='show pdp-context ggsn NAME apn APN'>
<params>
<param name='show' doc='Show running system information' />
<param name='pdp-context' doc='Show PDP Context Information' />
<param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
<param name='NAME' doc='GGSN Name' />
<param name='apn' doc='Filter by APN' />
<param name='APN' doc='APN name' />
</params>
</command>
<command id='show pdp-context imsi IMSI [&lt;0-15&gt;]'>
@ -690,6 +718,16 @@
<param name='[&lt;0-15&gt;]' doc='(null)' />
</params>
</command>
<command id='show pdp-context ggsn NAME ipv4 A.B.C.D'>
<params>
<param name='show' doc='Show running system information' />
<param name='pdp-context' doc='Display information on PDP Context' />
<param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
<param name='NAME' doc='GGSN Name' />
<param name='ipv4' doc='IPv4 address type' />
<param name='A.B.C.D' doc='IP address' />
</params>
</command>
<command id='show ggsn [NAME]'>
<params>
<param name='show' doc='Show running system information' />
@ -821,7 +859,8 @@
<command id='no log stderr'>
<params>
<param name='no' doc='Negate a command or set its defaults' />
<param name='log' doc='Configure logging sub-system' /> <param name='stderr' doc='Logging via STDERR of the process' />
<param name='log' doc='Configure logging sub-system' />
<param name='stderr' doc='Logging via STDERR of the process' />
</params>
</command>
<command id='log file .FILENAME'>
@ -1020,7 +1059,7 @@
<param name='[last]' doc='Log source file info at the end of a log line. If omitted, log source file info just before the log text.' />
</params>
</command>
<command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (debug|info|notice|error|fatal)'>
<command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
<params>
<param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
@ -1047,6 +1086,7 @@
<param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
<param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
<param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
<param name='lrspro' doc='Remote SIM protocol' />
<param name='debug' doc='Log debug messages and higher levels' />
<param name='info' doc='Log informational messages and higher levels' />
<param name='notice' doc='Log noticeable messages and higher levels' />
@ -1169,10 +1209,11 @@
<param name='login' doc='Enable password checking' />
</params>
</command>
<command id='bind A.B.C.D'>
<command id='bind A.B.C.D [&lt;0-65535&gt;]'>
<params>
<param name='bind' doc='Accept VTY telnet connections on local interface' />
<param name='A.B.C.D' doc='Local interface IP address (default: 127.0.0.1)' />
<param name='[&lt;0-65535&gt;]' doc='Local TCP port number' />
</params>
</command>
</node>