Commit version 24.12.13800
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
--
|
||||
-- FDRY-DNS2-MIB
|
||||
--
|
||||
|
||||
FDRY-DNS2-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
@ -57,7 +53,7 @@ fdryDns2MIB MODULE-IDENTITY
|
||||
fdryDnsServer OBJECT IDENTIFIER ::= { fdryDns2MIB 2 }
|
||||
|
||||
--
|
||||
-- Ipv4/Ipv6 mib table for Domain Name Service (DNS) Domain Name
|
||||
-- This table is for a list of Domain Name Service (DNS) Domain Names
|
||||
--
|
||||
|
||||
fdryDns2DomainNameTable OBJECT-TYPE
|
||||
@ -94,15 +90,16 @@ fdryDns2MIB MODULE-IDENTITY
|
||||
|
||||
fdryDns2DomainNameAddrType OBJECT-TYPE
|
||||
SYNTAX InetAddressType
|
||||
MAX-ACCESS read-create
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"DNS IP address Type. Supported address types are ipv4(1) and ipv6(2)"
|
||||
"DNS IP address Type. Supported address types are ipv4(1) and ipv6(2)
|
||||
Note: from FI9000, the address type is not needed. This table represents a list for DNS domain names"
|
||||
DEFVAL { ipv4 }
|
||||
::= { fdryDns2DomainNameEntry 2 }
|
||||
|
||||
fdryDns2DomainNameName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..64))
|
||||
SYNTAX DisplayString (SIZE(0..100))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user