Lookup Dateien und Template hinzugefügt

This commit is contained in:
2020-11-14 16:40:23 +01:00
parent 9fa4f7e932
commit 104be1dc45
5 changed files with 6205 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValueLookup id="oid.xg18-firewall-mib.lic.status" desiredValue="1" undefinedState="Warning">
<Lookups>
<SingleInt state="Ok" value="1">
trial
</SingleInt>
<SingleInt state="Warning" value="2">
unsubscribed
</SingleInt>
<SingleInt state="Ok" value="3">
subscribed
</SingleInt>
<SingleInt state="Error" value="4">
expired
</SingleInt>
</Lookups>
</ValueLookup>