diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-27 00:47:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-10-27 04:07:11 +0100 |
commit | d523111279b3a9a5266b442db5f04049a31685f7 (patch) | |
tree | 942102b72f64b9ccc858b10a995e48d27006653a /interface-definitions | |
parent | f0b979aa6d5eec76f6e74fb225847769b9484246 (diff) | |
download | vyos-1x-d523111279b3a9a5266b442db5f04049a31685f7.tar.gz vyos-1x-d523111279b3a9a5266b442db5f04049a31685f7.zip |
snmp: T818: T1738: remove per user/trap engine id
As of the SNMP specification an SNMP engine ID should be unique per device.
To not make it more complicated for users - only use the global SNMP engine ID.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/snmp.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/interface-definitions/snmp.xml b/interface-definitions/snmp.xml index 1634bfb64..5beaf4308 100644 --- a/interface-definitions/snmp.xml +++ b/interface-definitions/snmp.xml @@ -307,15 +307,6 @@ </leafNode> </children> </node> - <leafNode name="engineid"> - <properties> - <help>Specifies the EngineID that uniquely identify an agent (e.g. 0xff42)</help> - <constraint> - <regex>^(0x){0,1}([0-9a-f][0-9a-f]){1,18}$</regex> - </constraint> - <constraintErrorMessage>ID must contain from 2 to 36 hex digits</constraintErrorMessage> - </properties> - </leafNode> <leafNode name="port"> <properties> <help>Specifies TCP/UDP port of destination SNMP traps/informs (default: '162')</help> @@ -503,15 +494,6 @@ </leafNode> </children> </node> - <leafNode name="engineid"> - <properties> - <help>Specifies the EngineID that uniquely identify an agent (e.g. 0xff42)</help> - <constraint> - <regex>^(0x){0,1}([0-9a-f][0-9a-f]){1,18}$</regex> - </constraint> - <constraintErrorMessage>ID must contain from 2 to 36 hex digits</constraintErrorMessage> - </properties> - </leafNode> <leafNode name="group"> <properties> <help>Specifies group for user name</help> |