diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-27 00:47:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-10-27 23:58:32 +0100 |
commit | 4a077bd3f8e12eb7550f7f9bce1394646eb13a25 (patch) | |
tree | cf58f311e26e82567c7200a21385dd0dd690978e /interface-definitions | |
parent | 1887d3a78ce9e6b040eb3ac1300069aca38ca0f6 (diff) | |
download | vyos-1x-4a077bd3f8e12eb7550f7f9bce1394646eb13a25.tar.gz vyos-1x-4a077bd3f8e12eb7550f7f9bce1394646eb13a25.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.
(cherry picked from commit d523111279b3a9a5266b442db5f04049a31685f7)
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 744d80b2e..11cfc249d 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> |