mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
more mibs
git-svn-id: http://www.observium.org/svn/observer/trunk@544 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,15 +15,18 @@
|
||||
list(,$features) = explode("(", $features);
|
||||
list(,$features) = explode("-", $features);
|
||||
|
||||
$snmp_cmdb = $config['snmpget'] . " -m ENTITY-MIB -O qv -" . $device['snmpver'] . " -c " . $device['community'] . " " .
|
||||
$snmp_cmdb = $config['snmpget'] . " -m ENTITY-MIB:OLD-CISCO-CHASSIS-MIB -O Qv -" . $device['snmpver'] . " -c " . $device['community'] . " " .
|
||||
$device['hostname'].":".$device['port'];
|
||||
$snmp_cmdb .= " .1.3.6.1.2.1.47.1.1.1.1.13.1 .1.3.6.1.2.1.47.1.1.1.1.4.1 .1.3.6.1.2.1.47.1.1.1.1.7.1 .1.3.6.1.2.1.47.1.1.1.1.10.1";
|
||||
$snmp_cmdb .= " .1.3.6.1.2.1.47.1.1.1.1.13.1001 .1.3.6.1.2.1.47.1.1.1.1.4.1001";
|
||||
list($a,$b,$c,$d,$e,$f) = explode("\n", shell_exec($snmp_cmdb));
|
||||
if($b == "0" || $c == "Chassis") { $ciscomodel = $a; list($version) = explode(",",$d); }
|
||||
if($f == "0") { $ciscomodel = $d; }
|
||||
$snmp_cmdb .= " entPhysicalModelName.1 entPhysicalContainedIn.1 entPhysicalName.1 entPhysicalSoftwareRev.1 ";
|
||||
$snmp_cmdb .= " entPhysicalModelName.1001 entPhysicalContainedIn.1001";
|
||||
$snmp_cmdb .= " cardDescr.1 cardSlotNumber.1";
|
||||
list($model_1,$contained_1,$name_1,$ver_1,$model_1001,$contained_1001,$descr_1,$slot_1) = explode("\n", shell_exec($snmp_cmdb));
|
||||
if(($contained_1 == "0" || $name_1 == "Chassis") && strpos($model_1, "No") === FALSE) { $ciscomodel = $model_1; list($version) = explode(",",$ver_1); }
|
||||
if($slot_1 == "-1" && strpos($descr_1, "No") === FALSE) { $ciscomodel = $descr_1; }
|
||||
if($contained_1001 == "0" && strpos($model_1001, "No") === FALSE) { $ciscomodel = $model_1001; }
|
||||
$ciscomodel = str_replace("\"","",$ciscomodel);
|
||||
if($ciscomodel) { $hardware = $ciscomodel; }
|
||||
if($ciscomodel) { $hardware = $ciscomodel; unset($ciscomodel); }
|
||||
|
||||
|
||||
$cpu5m = shell_exec($config['snmpget'] . " -m OLD-CISCO-CPU-MIB -O qv -$snmpver -c $community $hostname:$port avgBusy5.0");
|
||||
$cpu5m = $cpu5m + 0;
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
$ipSystemStats = snmpwalk_cache_oid("ipSystemStats", $device, $ipSystemStats, "IP-MIB");
|
||||
$ipSystemStats = $ipSystemStats[$device[device_id]];
|
||||
|
||||
if($ipSystemStats) {
|
||||
|
||||
foreach($ipSystemStats as $af => $stats) {
|
||||
|
||||
echo("$af ");
|
||||
@@ -37,11 +39,11 @@
|
||||
$rrdupdate .= ":".$stats[$oid];
|
||||
}
|
||||
if(!file_exists($rrdfile)) { shell_exec($rrd_create); }
|
||||
|
||||
rrdtool_update($rrdfile, $rrdupdate);
|
||||
|
||||
unset($snmpstring, $rrdupdate, $snmpdata, $snmpdata_cmd, $rrd_create);
|
||||
}
|
||||
}
|
||||
|
||||
echo("\n");
|
||||
|
||||
|
||||
@@ -1,406 +0,0 @@
|
||||
-- ****************************************************************
|
||||
-- CISCO-IETF-ISIS-CAPABILITY.my: ISIS MIB AGENT-CAPABILITIES
|
||||
--
|
||||
-- August 2005, Sundar Ramchandran
|
||||
--
|
||||
-- Copyright (c) 2005 by cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
-- ****************************************************************
|
||||
|
||||
CISCO-IETF-ISIS-CAPABILITY DEFINITIONS ::=BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
ciscoIetfIsisCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200508180000Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 West Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: cs-clns@cisco.com"
|
||||
DESCRIPTION
|
||||
"Agent capabilities for CISCO-IETF-ISIS-MIB"
|
||||
REVISION "200508180000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
|
||||
::= { ciscoAgentCapability 446 }
|
||||
|
||||
ciscoIetfIsisCapV12R0225SG AGENT-CAPABILITIES
|
||||
|
||||
PRODUCT-RELEASE "Cisco IOS 12.2(25)SG"
|
||||
STATUS current
|
||||
DESCRIPTION "Cisco IS-IS MIB Agent Capabilities for IOS 12.2S"
|
||||
|
||||
SUPPORTS CISCO-IETF-ISIS-MIB
|
||||
INCLUDES {
|
||||
ciscoIetfIsisSystemGroup,
|
||||
ciscoIetfIsisCircuitGroup,
|
||||
ciscoIetfIsisISAdjGroup,
|
||||
ciscoIetfIsisNotifObjectGroup,
|
||||
ciscoIetfIsisNotificationGroup,
|
||||
ciscoIetfIsisISPDUCounterGroup,
|
||||
ciscoIetfIsisRATableGroup,
|
||||
ciscoIetfIsisISIPRADestGroup,
|
||||
ciscoIetfIsisLSPGroup
|
||||
}
|
||||
-- Table objects
|
||||
VARIATION ciiSysType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysID
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysMaxPathSplits
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysMaxLSPGenInt
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysPollESHelloRate
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysWaitTime
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not implemented since 'waiting' state
|
||||
is not supported."
|
||||
|
||||
VARIATION ciiSysAdminState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysL2toL1Leaking
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysMaxAge
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysReceiveLSPBufferSize
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiManAreaAddrExistState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiSysProtSuppExistState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiSummAddrExistState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiSummAddrMetric
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiSummAddrFullMetric
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiRedistributeAddrExistState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiSysLevelOrigLSPBuffSize
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysLevelMinLSPGenInt
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysLevelOverloadState
|
||||
SYNTAX INTEGER { off (1), on (2), overloaded (4) }
|
||||
-- subset of CiiLevelState
|
||||
-- no { waiting (3) }
|
||||
DESCRIPTION "Unable to detect all states. The 'waiting'
|
||||
state of the Intermediate System is not
|
||||
supported."
|
||||
|
||||
VARIATION ciiSysLevelSetOverload
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysLevelSetOverloadUntil
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysLevelMetricStyle
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysLevelSPFConsiders
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysLevelTEEnabled
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiNextCircIndex
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not implemented since row creation using
|
||||
SET is not supported."
|
||||
|
||||
VARIATION ciiCircIfIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircIfSubIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircAdminState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircExistState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircExtDomain
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not implemented since externalDomain
|
||||
linkage is not supported."
|
||||
|
||||
VARIATION ciiCircType
|
||||
SYNTAX INTEGER { broadcast(1), ptToPt(2) }
|
||||
-- no { staticIn(3), staticOut(4), dA(5) }
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented.
|
||||
Unable to detect all circuit types. Only
|
||||
broadcast and point-to-point types are
|
||||
supported. There is no support for
|
||||
static (staticIn, staticOut), and
|
||||
dynamically assigned (dA) circuit
|
||||
types."
|
||||
|
||||
VARIATION ciiCircLevel
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircPassiveCircuit
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircMeshGroupEnabled
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircMeshGroup
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircSmallHellos
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCirc3WayEnabled
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiCircExtendedCircID
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access not implemented"
|
||||
|
||||
VARIATION ciiCircLevelMetric
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelWideMetric
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelISPriority
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelIDOctet
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelHelloMultiplier
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelHelloTimer
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelDRHelloTimer
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelLSPThrottle
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelMinLSPRetransInt
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelCSNPInterval
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiCircLevelPartSNPInterval
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Write access is not implemented."
|
||||
|
||||
VARIATION ciiSysStatPartChanges
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not implemented since partition changes
|
||||
are not supported."
|
||||
|
||||
VARIATION ciiCircInitFails
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not implemented since circuit initialization
|
||||
failures are not supported."
|
||||
|
||||
VARIATION ciiPacketCountISHellos
|
||||
DESCRIPTION "Number of ES-IS PDUs not supported at
|
||||
levels enabled for this circuit. This
|
||||
is implemented as a system-wide variable."
|
||||
|
||||
VARIATION ciiPacketCountESHellos
|
||||
DESCRIPTION "Number of ES PDUs not supported at
|
||||
levels enabled for this circuit. This is
|
||||
is implemented as a system-wide variable."
|
||||
|
||||
VARIATION ciiPacketCountUnknowns
|
||||
DESCRIPTION "Number of unknown IS-IS PDUs sent not
|
||||
supported for levels enabled. Only
|
||||
implemented for number of PDUs received."
|
||||
|
||||
VARIATION ciiRAExistState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiRAAdminState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiRAAddrPrefix
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiRAMapType
|
||||
SYNTAX INTEGER { none(1), explicit(2) }
|
||||
-- no { extractIDI(3), extractDSP(4) }
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented.
|
||||
Unable to detect all SNPA mapping types.
|
||||
Only implicit (none) and explicit mapping
|
||||
types are supported. There is no support
|
||||
for extractIDI and extractDSP mapping
|
||||
types."
|
||||
|
||||
VARIATION ciiRAMetric
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiRAMetricType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiRASNPAAddress
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiRASNPAMask
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not implemented since extractIDI and
|
||||
extractDSP are not supported."
|
||||
|
||||
VARIATION ciiRASNPAPrefix
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not implemented since extractIDI and
|
||||
extractDSP are not supported."
|
||||
|
||||
VARIATION ciiRAType
|
||||
SYNTAX INTEGER { automatic(2) }
|
||||
-- no { manual(1) }
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented.
|
||||
The 'manual' reachable address type is
|
||||
is not implemented since SET is not
|
||||
supported. Only 'automatic' reachable
|
||||
address type is supported."
|
||||
|
||||
VARIATION ciiIPRANextHopType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiIPRANextHop
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiIPRAType
|
||||
SYNTAX INTEGER { automatic(2) }
|
||||
-- no { manual(1) }
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented.
|
||||
The 'manual' reachable address type is
|
||||
is not implemented since SET is not
|
||||
supported. Only 'automatic' reachable
|
||||
address type is supported."
|
||||
|
||||
VARIATION ciiIPRAExistState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiIPRAAdminState
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiIPRAMetric
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiIPRAMetricType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiIPRAFullMetric
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
VARIATION ciiIPRASNPAAddress
|
||||
ACCESS read-only
|
||||
DESCRIPTION "Create/write access is not implemented."
|
||||
|
||||
-- Notification objects
|
||||
--
|
||||
VARIATION ciiLSPTooLargeToPropagate -- NOTIFICATION-TYPE
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Trap not supported."
|
||||
|
||||
VARIATION ciiOrigLSPBuffSizeMismatch -- NOTIFICATION-TYPE
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Trap not supported."
|
||||
|
||||
::= { ciscoIetfIsisCapability 1 }
|
||||
|
||||
END
|
||||
@@ -1,287 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- CISCO-IETF-PW-CAPABILITY.my: Capability statement for
|
||||
-- Cisco's implementation of the IETF PW-MIB
|
||||
--
|
||||
-- Febuary 2005 - Tim Swanson
|
||||
--
|
||||
-- Copyright (c) 2004, 2005 by Cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- *****************************************************************
|
||||
|
||||
CISCO-IETF-PW-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
|
||||
ciscoIetfPwCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200502091200Z" -- 09 Feb 2005 12:00:00
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 W Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: mpls-mib@cisco.com"
|
||||
DESCRIPTION
|
||||
"Agent capabilities for CISCO-IETF-PW-MIB."
|
||||
REVISION "200502091200Z" -- 09 Feb 2005 12:00:00
|
||||
DESCRIPTION
|
||||
"Initial version: ciscoIetfPwCapabilityV12R00.
|
||||
"
|
||||
::= { ciscoAgentCapability 432 }
|
||||
|
||||
ciscoIetfPwCapabilityV12R00 AGENT-CAPABILITIES
|
||||
|
||||
PRODUCT-RELEASE "Cisco IOS 12.0(28)S, Cisco IOS 12.2"
|
||||
STATUS current
|
||||
DESCRIPTION "Pseudowire MIB capabilities"
|
||||
|
||||
SUPPORTS CISCO-IETF-PW-MIB
|
||||
INCLUDES {
|
||||
cpwVcGroup,
|
||||
cpwVcPeformanceGroup,
|
||||
cpwVcMappingTablesGroup,
|
||||
cpwVcNotificationsGroup
|
||||
}
|
||||
|
||||
-- cpwVcGroup Variations
|
||||
VARIATION cpwVcType
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcOwner
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcPsnType
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcSetUpPriority
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"This implementation does not support this object.
|
||||
Therefore, it always returns 0."
|
||||
|
||||
VARIATION cpwVcHoldingPriority
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"This implementation does not support this object.
|
||||
Therefore, it always returns 0."
|
||||
|
||||
VARIATION cpwVcInboundMode
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcPeerAddrType
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcPeerAddr
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcID
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcLocalGroupID
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcControlWord
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcLocalIfMtu
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcLocalIfString
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcRemoteControlWord
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcOutboundVcLabel
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcInboundVcLabel
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcName
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcDescr
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcAdminStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow setting this
|
||||
object through the MIB."
|
||||
|
||||
VARIATION cpwVcTimeElapsed
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfCurrentTable and cpwVcPerfIntervalTable
|
||||
are not supported. Therefore this object has no meaning
|
||||
and always returns 0."
|
||||
|
||||
VARIATION cpwVcValidIntervals
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfCurrentTable and cpwVcPerfIntervalTable
|
||||
are not supported. Therefore this object has no meaning
|
||||
and always returns 0."
|
||||
|
||||
VARIATION cpwVcRowStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation of the cpwVcTable is
|
||||
read-only and does not allow dynamic creation
|
||||
of rows via RowStatus. This object will
|
||||
always be set to 'active'."
|
||||
|
||||
VARIATION cpwVcStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation of the cpwVcTable is
|
||||
read-only. This object will always be set to
|
||||
'volatile'."
|
||||
|
||||
VARIATION cpwVcNotifRate
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"This object is not implemented and will always
|
||||
return 0."
|
||||
|
||||
-- cpwVcPerformanceGroup Variations
|
||||
VARIATION cpwVcPerfCurrentInHCPackets
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfCurrentTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfCurrentInHCBytes
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfCurrentTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfCurrentOutHCPackets
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfCurrentTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfCurrentOutHCBytes
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfCurrentTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfIntervalValidData
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfIntervalTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfIntervalTimeElapsed
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfIntervalTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfIntervalInHCPackets
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfIntervalTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfIntervalInHCBytes
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfIntervalTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfIntervalOutHCPackets
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfIntervalTable is not implemented
|
||||
in this release."
|
||||
|
||||
VARIATION cpwVcPerfIntervalOutHCBytes
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"The cpwVcPerfIntervalTable is not implemented
|
||||
in this release."
|
||||
|
||||
-- cpwVcNotificationsGroup Variations
|
||||
VARIATION cpwVcDown
|
||||
DESCRIPTION
|
||||
"The ability to indicate a range of
|
||||
cpwVcOperStatus entries per notification is not
|
||||
supported. The two instances of cpwVcOperStatus
|
||||
in this notification will always be identical."
|
||||
|
||||
VARIATION cpwVcUp
|
||||
DESCRIPTION
|
||||
"The ability to indicate a range of
|
||||
cpwVcOperStatus entries per notification is not
|
||||
supported. The two instances of cpwVcOperStatus
|
||||
in this notification will always be identical."
|
||||
|
||||
::= { ciscoIetfPwCapability 1 }
|
||||
|
||||
END
|
||||
@@ -1,100 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- CISCO-IETF-PW-ENET-CAPABILITY.my: Capability statement for
|
||||
-- Cisco's implementation of the IETF PW-ENET-MIB
|
||||
--
|
||||
-- November 29, 2004 - Tim Swanson
|
||||
--
|
||||
-- Copyright (c) 2004 by Cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- *****************************************************************
|
||||
|
||||
CISCO-IETF-PW-ENET-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
|
||||
ciscoIetfPwEnetCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200411291200Z" -- 29 Nov 2004 12:00:00
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 W Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: mpls-mib@cisco.com"
|
||||
DESCRIPTION
|
||||
"Agent capabilities for CISCO-IETF-PW-ENET-MIB"
|
||||
REVISION "200411291200Z" -- 29 Nov 2004 12:00:00
|
||||
DESCRIPTION
|
||||
"Initial version: ciscoIetfPwEnetCapabilityV12R00
|
||||
"
|
||||
::= { ciscoAgentCapability 428 }
|
||||
|
||||
ciscoIetfPwEnetCapabilityV12R00 AGENT-CAPABILITIES
|
||||
|
||||
PRODUCT-RELEASE "Cisco IOS 12.0(28)S, Cisco IOS 12.2"
|
||||
STATUS current
|
||||
DESCRIPTION "Pseudowire Ethernet MIB capabilities"
|
||||
|
||||
SUPPORTS CISCO-IETF-PW-ENET-MIB
|
||||
INCLUDES {
|
||||
cpwVcEnetGroup
|
||||
}
|
||||
|
||||
-- cpwVcEnetGroup Variations
|
||||
VARIATION cpwVcEnetVlanMode
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow set operation
|
||||
on this object."
|
||||
|
||||
VARIATION cpwVcEnetPortVlan
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow set operation
|
||||
on this object."
|
||||
|
||||
VARIATION cpwVcEnetVcIfIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow set operation
|
||||
on this object."
|
||||
|
||||
VARIATION cpwVcEnetPortIfIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation does not allow set operation
|
||||
on this object."
|
||||
|
||||
VARIATION cpwVcEnetRowStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation of the cpwVcEnetTable is read-only
|
||||
and does not allow dynamic creation of rows via
|
||||
RowStatus. This object will always be set to
|
||||
active(1)."
|
||||
|
||||
VARIATION cpwVcEnetStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"The implementation of the cpwVcEnetTable is
|
||||
read-only. This object will always be set to
|
||||
volatile(2)."
|
||||
|
||||
::= { ciscoIetfPwEnetCapability 1 }
|
||||
|
||||
END
|
||||
@@ -1,163 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- CISCO-IETF-PW-MPLS-CAPABILITY.my: Capability statement for
|
||||
-- PW-MPLS MIB --
|
||||
-- October 2004, Hemantika Garg
|
||||
--
|
||||
-- Copyright (c) 2003 ,2004 by cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- *****************************************************************
|
||||
|
||||
CISCO-IETF-PW-MPLS-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
cpwVcMplsCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200410061200Z" -- 10 Oct 2004 12:00:00 GMT
|
||||
ORGANIZATION
|
||||
"Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
"Thomas D. Nadeau
|
||||
Postal: Cisco Systems, Inc.
|
||||
250 Apollo Drive
|
||||
Chelmsford, MA 01824
|
||||
Tel: +1-978-497-3051
|
||||
Email: tnadeau@cisco.com
|
||||
|
||||
MPLS MIB Development Team
|
||||
Postal: Cisco Systems, Inc.
|
||||
250 Apollo Drive
|
||||
Chelmsford, MA 01924
|
||||
Tel: +1-978-497-3989
|
||||
Email: ch-mpls-mib-dev@cisco.com "
|
||||
|
||||
DESCRIPTION
|
||||
"Agent capabilities for CISCO-IETF-PW-MPLS-MIB"
|
||||
|
||||
-- Revision history.
|
||||
REVISION "200410061200Z" -- 10 Oct 2004 12:00:00 GMT
|
||||
DESCRIPTION
|
||||
"Made Cisco proprietary based on the PW-MPLS-MIB.my file
|
||||
extracted from draft-ietf-pwe3-pw-mpls-mib-00.txt"
|
||||
|
||||
::= { ciscoAgentCapability 429 }
|
||||
|
||||
cpwVcMplsCapability AGENT-CAPABILITIES
|
||||
|
||||
PRODUCT-RELEASE "Cisco IOS 12.0(29)S"
|
||||
STATUS current
|
||||
DESCRIPTION "pseudowire over MPLS MIB capabilities"
|
||||
|
||||
SUPPORTS CISCO-IETF-PW-MPLS-MIB
|
||||
INCLUDES { cpwVcMplsGroup, cpwVcMplsNotificationGroup }
|
||||
|
||||
-- PW VC MPLS OBJECTS
|
||||
|
||||
VARIATION cpwVcMplsMplsType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsExpBitsMode
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsExpBits
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsTtl
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsLocalLdpID
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsLocalLdpEntityID
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
|
||||
-- Pseudo Wire VC MPLS Outbound Objects
|
||||
|
||||
VARIATION cpwVcMplsOutboundLsrXcIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsOutboundTunnelIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsOutboundTunnelInstance
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsOutboundTunnelLclLSR
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsOutboundTunnelPeerLSR
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsOutboundIfIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsOutboundRowStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsOutboundStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
-- Pseudo Wire VC MPLS Inbound Tunnel Table
|
||||
|
||||
VARIATION cpwVcMplsInboundTunnelIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsInboundTunnelInstance
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsInboundTunnelLclLSR
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsInboundTunnelPeerLSR
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsInboundIfIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsInboundRowStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
VARIATION cpwVcMplsInboundStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only implementation"
|
||||
|
||||
-- MPLS to VC Mapping Table is fully supported.
|
||||
|
||||
-- TE MPLS Tunnel to VC Mapping Table is fully supported.
|
||||
|
||||
::= { cpwVcMplsCapability 1 }
|
||||
|
||||
END
|
||||
@@ -1,214 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- CISCO-IF-EXTENSION-CAPABILITY.my:
|
||||
-- Cisco CISCO-IF-EXTENSION-MIB AGENT-CAPABILITIES
|
||||
--
|
||||
-- Jan 2004, Liwei Lue
|
||||
--
|
||||
-- Copyright (c) 2004, 2005, 2007-2008 by Cisco Systems Inc.
|
||||
-- All rights reserved.
|
||||
-- ****************************************************************
|
||||
|
||||
CISCO-IF-EXTENSION-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
Integer32
|
||||
FROM SNMPv2-SMI
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
|
||||
ciscoIfExtensionCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200711050000Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
"Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 West Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: cs-lan-switch-snmp@cisco.com"
|
||||
DESCRIPTION
|
||||
"The capabilities description of
|
||||
CISCO-IF-EXTENSION-MIB."
|
||||
REVISION "200711050000Z"
|
||||
DESCRIPTION
|
||||
"Added ciscoIfExtCapc4710aceVA1R700
|
||||
agent capabilities for ACE 4710 Application
|
||||
Control Engine Appliance."
|
||||
REVISION "200708300000Z"
|
||||
DESCRIPTION
|
||||
"Added ciscoIfExtCapV12R0233SXHPCat6K
|
||||
capability statement."
|
||||
REVISION "200704190000Z"
|
||||
DESCRIPTION
|
||||
"Added ciscoIfExtCapV12R0229SM1 and
|
||||
ciscoIfExtCapV12R0412MR1 capability statements."
|
||||
REVISION "200602210000Z"
|
||||
DESCRIPTION
|
||||
"Added capability statement
|
||||
ciscoIfExtCapabilityACSWV03R000 for
|
||||
Application Control Engine (ACE)."
|
||||
REVISION "200504140000Z"
|
||||
DESCRIPTION
|
||||
"Added capability statement
|
||||
ciscoIfExtCapSanOSV30R1MDS9000."
|
||||
REVISION "200503040000Z"
|
||||
DESCRIPTION
|
||||
"Added capability statement
|
||||
ciscoIfExtCapV12R0217bSXAPCat6K."
|
||||
REVISION "200401260000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
::= { ciscoAgentCapability 395 }
|
||||
|
||||
|
||||
|
||||
ciscoIfExtensionCapV08R0301 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco CatOS 8.3(1) on Catalyst 6000/6500 and
|
||||
Cisco 7600 series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-IF-EXTENSION-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-IF-EXTENSION-MIB
|
||||
INCLUDES {
|
||||
ciscoIfExtDot1qEtherTypeGroup,
|
||||
ciscoIfExtUtilizationGroup,
|
||||
ciscoIfExtDot1dBaseMappingGroup
|
||||
}
|
||||
::= { ciscoIfExtensionCapability 1 }
|
||||
|
||||
ciscoIfExtCapV12R0217bSXAPCat6K AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.2(17b)SXA on Catalyst 6000/6500
|
||||
and Cisco 7600 series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-IF-EXTENSION-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-IF-EXTENSION-MIB
|
||||
INCLUDES {
|
||||
ciscoIfExtensionTablePacketGroup,
|
||||
ciscoIfExtensionTableIntfGroup,
|
||||
ciscoIfExtDot1qEtherTypeGroup,
|
||||
ciscoIfExtDot1dBaseMappingGroup
|
||||
}
|
||||
::= { ciscoIfExtensionCapability 2 }
|
||||
|
||||
ciscoIfExtCapSanOSV30R1MDS9000 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco SanOS 3.0 on Cisco MDS 9000
|
||||
series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-IF-EXTENSION-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-IF-EXTENSION-MIB
|
||||
INCLUDES {
|
||||
ciscoIfExtensionTableIntfGroup2,
|
||||
ciscoIfExtUtilizationGroup,
|
||||
ciscoIfExtDot1dBaseMappingGroup,
|
||||
ciscoIfExtIfNameMappingGroup,
|
||||
cieIfStatusListGroup
|
||||
}
|
||||
VARIATION cieIfDhcpMode
|
||||
SYNTAX INTEGER {
|
||||
false(2)
|
||||
}
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Implementation supports only read-only access for
|
||||
this object. Support for true(1) is only required
|
||||
on interfaces which support DHCP."
|
||||
|
||||
VARIATION cieIfMtu
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Implementation support only read-only access for
|
||||
this object."
|
||||
|
||||
::= { ciscoIfExtensionCapability 3 }
|
||||
|
||||
ciscoIfExtCapabilityACSWV03R000 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "ACSW (Application Control Software) 3.0"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-IF-EXTENSION-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-IF-EXTENSION-MIB
|
||||
INCLUDES { ciscoIfExtIfNameMappingGroup }
|
||||
::= { ciscoIfExtensionCapability 4 }
|
||||
|
||||
ciscoIfExtCapV12R0229SM1 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.2(29)SM1"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IOS 12.2(29)SM1 Cisco CISCO-IF-EXTENSION-MIB User Agent MIB
|
||||
capabilities."
|
||||
|
||||
SUPPORTS CISCO-IF-EXTENSION-MIB
|
||||
INCLUDES {
|
||||
ciscoIfExtensionTablePacketGroup,
|
||||
ciscoIfExtensionTableIntfGroup
|
||||
}
|
||||
VARIATION cieIfMtu
|
||||
SYNTAX Integer32 (40..2147483647)
|
||||
WRITE-SYNTAX Integer32 (40..2147483647)
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Image only support for cieIfMtu not other objects in
|
||||
ciscoIfExtensionTableIntfGroup1."
|
||||
|
||||
::= { ciscoIfExtensionCapability 5 }
|
||||
|
||||
ciscoIfExtCapV12R0412MR1 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.4(2)MR1"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IOS 12.4(2)MR1 Cisco CISCO-IF-EXTENSION-MIB User Agent MIB
|
||||
capabilities."
|
||||
|
||||
SUPPORTS CISCO-IF-EXTENSION-MIB
|
||||
INCLUDES {
|
||||
ciscoIfExtensionTablePacketGroup,
|
||||
ciscoIfExtensionTableIntfGroup,
|
||||
ciscoIfExtensionAsymmetricalSpeedGroup
|
||||
}
|
||||
::= { ciscoIfExtensionCapability 6 }
|
||||
|
||||
ciscoIfExtCapV12R0233SXHPCat6K AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.2(33)SXH on Catalyst 6000/6500
|
||||
and Cisco 7600 series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-IF-EXTENSION-MIB agent capabilities."
|
||||
|
||||
SUPPORTS CISCO-IF-EXTENSION-MIB
|
||||
INCLUDES {
|
||||
ciscoIfExtensionTablePacketGroup,
|
||||
ciscoIfExtensionTableIntfGroup,
|
||||
ciscoIfExtDot1qEtherTypeGroup,
|
||||
ciscoIfExtDot1dBaseMappingGroup,
|
||||
ciscoIfExtUtilizationGroup,
|
||||
ciscoIfExtIfNameMappingGroup
|
||||
}
|
||||
::= { ciscoIfExtensionCapability 7 }
|
||||
|
||||
ciscoIfExtCapc4710aceVA1R700 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "ACSW (Application Control Software) A1(7)
|
||||
for ACE 4710 Application Control Engine
|
||||
Appliance"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-IF-EXTENSION-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-IF-EXTENSION-MIB
|
||||
INCLUDES { ciscoIfExtIfNameMappingGroup }
|
||||
::= { ciscoIfExtensionCapability 8 }
|
||||
|
||||
END
|
||||
@@ -1,56 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- CISCO-TCP-CAPABILITY.my:
|
||||
-- CISCO-TCP-MIB AGENT-CAPABILITIES
|
||||
--
|
||||
-- January 2006, Sreenivasulu Chalamcharla
|
||||
--
|
||||
-- Copyright (c) 2006 by cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- *****************************************************************
|
||||
|
||||
CISCO-TCP-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
ciscoTcpCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200601180000Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
Customer Service
|
||||
Postal: 170 West Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: cs-snmp@cisco.com
|
||||
cs-lan-switch-snmp@cisco.com"
|
||||
DESCRIPTION
|
||||
"Agent capabilities for
|
||||
CISCO-TCP-MIB"
|
||||
|
||||
REVISION "200601180000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
|
||||
::= { ciscoAgentCapability 26 }
|
||||
|
||||
cTcpCapabilityIOSXRV2R0CRS1 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS XR 2.0 for CRS-1"
|
||||
STATUS current
|
||||
DESCRIPTION "CISCO-TCP-MIB capabilities
|
||||
for IOS XR release 2.0"
|
||||
|
||||
SUPPORTS CISCO-TCP-MIB
|
||||
INCLUDES { ciscoTcpMIBGroupRev1 }
|
||||
|
||||
::= { ciscoTcpCapability 1 }
|
||||
END
|
||||
@@ -1,160 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- CISCO-TCP-STD-CAPABILITY.my: TCP-MIB AGENT-CAPABILITIES
|
||||
--
|
||||
-- February 2006, Sreenivasulu Chalamcharla
|
||||
--
|
||||
-- Copyright (c) 2006, 2008 by cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- *****************************************************************
|
||||
|
||||
CISCO-TCP-STD-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
|
||||
ciscoTcpStdCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200808110000Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
"Cisco Systems
|
||||
Customer Service
|
||||
Postal: 170 West Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: cs-snmp@cisco.com"
|
||||
DESCRIPTION
|
||||
"Agent capabilities for TCP-MIB"
|
||||
REVISION "200808110000Z"
|
||||
DESCRIPTION
|
||||
"Added newlines at the end of the MIB file."
|
||||
REVISION "200802080000Z"
|
||||
DESCRIPTION
|
||||
"Added ciscoTcpStdCapc4710aceVA1R700 agent
|
||||
capability for ACE 4710 Application Control Engine
|
||||
Appliance."
|
||||
REVISION "200611080000Z"
|
||||
DESCRIPTION
|
||||
"Added ciscoTcpStdCapIOSXRV3R4CRS1 agent
|
||||
capability for IOS XR 3.4"
|
||||
REVISION "200610250000Z"
|
||||
DESCRIPTION
|
||||
"Added capability for Cisco TelePresence System (CTS) and
|
||||
Cisco TelePresence Manager (CTM) platforms."
|
||||
REVISION "200605260000Z"
|
||||
DESCRIPTION
|
||||
"Added capability statement
|
||||
ciscoTcpStdCapACSWV03R000"
|
||||
REVISION "200602060000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
::= { ciscoAgentCapability 481 }
|
||||
|
||||
|
||||
|
||||
ciscoTcpStdCapIOSXRV3R2CRS1 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS XR 3.2.0 for CRS-1"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"TCP-MIB capabilities
|
||||
for IOS XR release 3.2.0"
|
||||
|
||||
SUPPORTS TCP-MIB
|
||||
INCLUDES {
|
||||
tcpGroup,
|
||||
tcpBaseGroup,
|
||||
tcpConnectionGroup,
|
||||
tcpHCGroup
|
||||
}
|
||||
VARIATION tcpConnectionProcess
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION
|
||||
"No backend supported is provided to
|
||||
get the process ID."
|
||||
|
||||
::= { ciscoTcpStdCapability 1 }
|
||||
|
||||
ciscoTcpStdCapACSWV03R000 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "ACSW (Application Control Software) 3.0
|
||||
|
||||
for Application Control Engine(ACE)
|
||||
|
||||
Service Module."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"TCP-MIB capabilities for ACSW 3.0"
|
||||
|
||||
SUPPORTS TCP-MIB
|
||||
INCLUDES { tcpBaseGroup }
|
||||
::= { ciscoTcpStdCapability 2 }
|
||||
|
||||
ciscoTcpStdCapCTSV100 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco TelePresence System (CTS) 1.0.0."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"TCP-MIB capabilities for CTS 1.0.0"
|
||||
|
||||
SUPPORTS TCP-MIB
|
||||
INCLUDES { tcpGroup }
|
||||
VARIATION tcpConnState
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write operation not allowed via SNMP."
|
||||
|
||||
::= { ciscoTcpStdCapability 3 }
|
||||
|
||||
ciscoTcpStdCapCTMV1000 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco TelePresence Manager (CTM) 1.0.0.0."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"TCP-MIB capabilities for CTM 1.0.0.0"
|
||||
|
||||
SUPPORTS TCP-MIB
|
||||
INCLUDES { tcpGroup }
|
||||
VARIATION tcpConnState
|
||||
ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write operation not allowed via SNMP."
|
||||
|
||||
::= { ciscoTcpStdCapability 4 }
|
||||
|
||||
ciscoTcpStdCapIOSXRV3R4CRS1 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS XR 3.4 for CRS-1"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"TCP-MIB capabilities
|
||||
for IOS XR release 3.4"
|
||||
|
||||
SUPPORTS TCP-MIB
|
||||
INCLUDES {
|
||||
tcpGroup,
|
||||
tcpBaseGroup,
|
||||
tcpConnectionGroup,
|
||||
tcpHCGroup
|
||||
}
|
||||
::= { ciscoTcpStdCapability 5 }
|
||||
|
||||
ciscoTcpStdCapc4710aceVA1R700 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "ACSW (Application Control Software) A1(7)
|
||||
for ACE 4710 Application Control Engine
|
||||
Appliance."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"TCP-MIB capabilities for ACSW A1(7)"
|
||||
|
||||
SUPPORTS TCP-MIB
|
||||
INCLUDES { tcpBaseGroup }
|
||||
::= { ciscoTcpStdCapability 6 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,699 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- CISCO-VTP-CAPABILITY.my:
|
||||
-- Cisco CISCO-VTP-MIB AGENT-CAPABILITIES
|
||||
--
|
||||
-- August 2003, Wen Xu
|
||||
--
|
||||
-- Copyright (c) 2003-2007 by Cisco Systems Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- ****************************************************************
|
||||
|
||||
CISCO-VTP-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
|
||||
ciscoVtpCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200707180000Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
"Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 W Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
E-mail: cs-lan-switch-snmp@cisco.com"
|
||||
DESCRIPTION
|
||||
"The capabilities description of CISCO-VTP-MIB."
|
||||
REVISION "200707180000Z"
|
||||
DESCRIPTION
|
||||
"Added capability statement
|
||||
ciscoVtpCapV12R0233SXHPCat6K."
|
||||
REVISION "200603150000Z"
|
||||
DESCRIPTION
|
||||
"Added VARIATION clause for managementDomainLocalMode
|
||||
in capability statement ciscoVtpCapV12R0119ECat6K,
|
||||
ciscoVtpCapV12R0217SXCat6K,ciscoVtpCapV12R0217SXACat6K
|
||||
and ciscoVtpCapV12R0218SXECat6K."
|
||||
REVISION "200503090000Z"
|
||||
DESCRIPTION
|
||||
"Added capability statement ciscoVtpCapV12R0218SXECat6K.
|
||||
|
||||
Added VARIATION clause for vtpVlanTypeExt
|
||||
and vtpVlanEditTypeExt2 in capability
|
||||
statement ciscoVtpCapV12R0119ECat6K,
|
||||
ciscoVtpCapV12R0217SXCat6K and
|
||||
ciscoVtpCapV12R0217SXACat6K."
|
||||
REVISION "200404150000Z"
|
||||
DESCRIPTION
|
||||
"Added capability statement ciscoVtpCapV12R0217SXACat6K.
|
||||
|
||||
Added a VARIATION statement for the object
|
||||
vlanTrunkPortDynamicStatus in capability
|
||||
statement ciscoVtpCapV12R0119ECat6K and
|
||||
ciscoVtpCapV12R0217SXCat6K."
|
||||
REVISION "200312010000Z"
|
||||
DESCRIPTION
|
||||
"Added capability statement ciscoVtpCapCatOSV08R0301."
|
||||
REVISION "200309150000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
::= { ciscoAgentCapability 329 }
|
||||
|
||||
|
||||
|
||||
ciscoVtpCapV12R0119ECat6K AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.1(19E) on Catalyst 6000/6500
|
||||
and Cisco 7600 series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-VTP-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-VTP-MIB
|
||||
INCLUDES {
|
||||
vtpBasicGroup,
|
||||
vtpVlanInfoGroup,
|
||||
vtpConfigNotificationsGroupRev1,
|
||||
vtpStatsGroup,
|
||||
vtpTrunkPortGroup,
|
||||
vtpVersion2BasicGroup,
|
||||
vtpVlanInfoEditGroup,
|
||||
vtpTrunkPortGroup2,
|
||||
vtpTrunkPortGroup3,
|
||||
vtpDot1qTunnelGroup,
|
||||
vtpTrunkPruningGroup,
|
||||
vtpTrunkPruningGroup2,
|
||||
vtpVlanIfIndexGroup,
|
||||
vtpVlanInfoEditGroup2,
|
||||
vtp4kVlanGroupRev1,
|
||||
vtpConfigNotificationsGroup2,
|
||||
vtpVlanNotifEnabledGroup,
|
||||
vtpConfigNotificationsGroup3
|
||||
}
|
||||
VARIATION vtpVersion
|
||||
SYNTAX INTEGER {
|
||||
one(1),
|
||||
two(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainVersionInUse
|
||||
SYNTAX INTEGER {
|
||||
version1(1),
|
||||
version2(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortDynamicStatus
|
||||
SYNTAX INTEGER {
|
||||
trunking(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported.
|
||||
vlanTrunkPortTable only includes the
|
||||
trunking ports."
|
||||
|
||||
VARIATION vtpVlanTypeExt
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION vtpVlanEditTypeExt2
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION managementDomainLocalMode
|
||||
SYNTAX INTEGER {
|
||||
client(1),
|
||||
server(2),
|
||||
transparent(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
::= { ciscoVtpCapability 1 }
|
||||
|
||||
ciscoVtpCapV12R0217SXCat6K AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.2(17)SX on Catalyst 6000/6500
|
||||
and Cisco 7600 series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-VTP-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-VTP-MIB
|
||||
INCLUDES {
|
||||
vtpBasicGroup,
|
||||
vtpVlanInfoGroup,
|
||||
vtpConfigNotificationsGroupRev1,
|
||||
vtpStatsGroup,
|
||||
vtpTrunkPortGroup,
|
||||
vtpVersion2BasicGroup,
|
||||
vtpVlanInfoEditGroup,
|
||||
vtpTrunkPortGroup2,
|
||||
vtpTrunkPortGroup3,
|
||||
vtpDot1qTunnelGroup,
|
||||
vtpTrunkPruningGroup,
|
||||
vtpTrunkPruningGroup2,
|
||||
vtpVlanIfIndexGroup,
|
||||
vtpVlanInfoEditGroup2,
|
||||
vtp4kVlanGroupRev1,
|
||||
vtpConfigNotificationsGroup2,
|
||||
vtpVlanNotifEnabledGroup,
|
||||
vtpConfigNotificationsGroup3
|
||||
}
|
||||
VARIATION vtpVersion
|
||||
SYNTAX INTEGER {
|
||||
one(1),
|
||||
two(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainVersionInUse
|
||||
SYNTAX INTEGER {
|
||||
version1(1),
|
||||
version2(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortDynamicStatus
|
||||
SYNTAX INTEGER {
|
||||
trunking(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported.
|
||||
vlanTrunkPortTable only includes the
|
||||
trunking ports."
|
||||
|
||||
VARIATION vtpVlanTypeExt
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION vtpVlanEditTypeExt2
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION managementDomainLocalMode
|
||||
SYNTAX INTEGER {
|
||||
client(1),
|
||||
server(2),
|
||||
transparent(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
::= { ciscoVtpCapability 2 }
|
||||
|
||||
ciscoVtpCapCatOSV08R0101 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco CatOS 8.1(1)."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-VTP-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-VTP-MIB
|
||||
INCLUDES {
|
||||
vtpBasicGroup,
|
||||
vtpVlanInfoGroup,
|
||||
vtpConfigNotificationsGroupRev1,
|
||||
vtpStatsGroup,
|
||||
vtpTrunkPortGroup,
|
||||
vtpVersion2BasicGroup,
|
||||
vtpVlanInfoEditGroup,
|
||||
vtpDot1qTunnelGroup,
|
||||
vtpTrunkPortGroup2,
|
||||
vtpTrunkPortGroup3,
|
||||
vtpTrunkPruningGroup,
|
||||
vtpTrunkPruningGroup2,
|
||||
vtpVlanIfIndexGroup,
|
||||
vtpVlanInfoEditGroup2,
|
||||
vtp4kVlanGroup,
|
||||
vtp4kVlanGroupRev1,
|
||||
vtpConfigNotificationsGroup2,
|
||||
vtpVlanNotifEnabledGroup,
|
||||
vtpConfigNotificationsGroup3,
|
||||
vtpDiscoverGroup,
|
||||
vtpDatabaseGroup,
|
||||
vtpAuthGroup
|
||||
}
|
||||
VARIATION vtpVersion
|
||||
SYNTAX INTEGER {
|
||||
one(1),
|
||||
two(2),
|
||||
three(4)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainVersionInUse
|
||||
SYNTAX INTEGER {
|
||||
version1(1),
|
||||
version2(2),
|
||||
version3(4)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
::= { ciscoVtpCapability 3 }
|
||||
|
||||
ciscoVtpCapCatOSV08R0301 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco CatOS 8.3(1)."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-VTP-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-VTP-MIB
|
||||
INCLUDES {
|
||||
vtpBasicGroup,
|
||||
vtpVlanInfoGroup,
|
||||
vtpConfigNotificationsGroupRev1,
|
||||
vtpStatsGroup,
|
||||
vtpTrunkPortGroup,
|
||||
vtpVersion2BasicGroup,
|
||||
vtpVlanInfoEditGroup,
|
||||
vtpDot1qTunnelGroup,
|
||||
vtpTrunkPortGroup2,
|
||||
vtpTrunkPortGroup3,
|
||||
vtpTrunkPruningGroup,
|
||||
vtpTrunkPruningGroup2,
|
||||
vtpVlanIfIndexGroup,
|
||||
vtpVlanInfoEditGroup2,
|
||||
vtp4kVlanGroup,
|
||||
vtp4kVlanGroupRev1,
|
||||
vtpConfigNotificationsGroup2,
|
||||
vtpVlanNotifEnabledGroup,
|
||||
vtpConfigNotificationsGroup3,
|
||||
vtpDiscoverGroup,
|
||||
vtpDatabaseGroup,
|
||||
vtpAuthGroup,
|
||||
vtpInternalVlanGrp
|
||||
}
|
||||
VARIATION vtpVersion
|
||||
SYNTAX INTEGER {
|
||||
one(1),
|
||||
two(2),
|
||||
three(4)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainVersionInUse
|
||||
SYNTAX INTEGER {
|
||||
version1(1),
|
||||
version2(2),
|
||||
version3(4)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
::= { ciscoVtpCapability 4 }
|
||||
|
||||
ciscoVtpCapV12R0217SXACat6K AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.2(17)SXA on Catalyst 6000/6500
|
||||
and Cisco 7600 series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-VTP-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-VTP-MIB
|
||||
INCLUDES {
|
||||
vtpBasicGroup,
|
||||
vtpVlanInfoGroup,
|
||||
vtpConfigNotificationsGroupRev1,
|
||||
vtpStatsGroup,
|
||||
vtpTrunkPortGroup,
|
||||
vtpVersion2BasicGroup,
|
||||
vtpVlanInfoEditGroup,
|
||||
vtpTrunkPortGroup2,
|
||||
vtpTrunkPortGroup3,
|
||||
vtpDot1qTunnelGroup,
|
||||
vtpTrunkPruningGroup,
|
||||
vtpTrunkPruningGroup2,
|
||||
vtpVlanIfIndexGroup,
|
||||
vtpVlanInfoEditGroup2,
|
||||
vtp4kVlanGroupRev1,
|
||||
vtpConfigNotificationsGroup2,
|
||||
vtpVlanNotifEnabledGroup,
|
||||
vtpConfigNotificationsGroup3
|
||||
}
|
||||
VARIATION vtpVersion
|
||||
SYNTAX INTEGER {
|
||||
one(1),
|
||||
two(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainVersionInUse
|
||||
SYNTAX INTEGER {
|
||||
version1(1),
|
||||
version2(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vtpVlanTypeExt
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION vtpVlanEditTypeExt2
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION managementDomainLocalMode
|
||||
SYNTAX INTEGER {
|
||||
client(1),
|
||||
server(2),
|
||||
transparent(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
::= { ciscoVtpCapability 5 }
|
||||
|
||||
ciscoVtpCapV12R0218SXECat6K AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.2(18)SXE on Catalyst 6000/6500
|
||||
and Cisco 7600 series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-VTP-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-VTP-MIB
|
||||
INCLUDES {
|
||||
vtpBasicGroup,
|
||||
vtpVlanInfoGroup,
|
||||
vtpConfigNotificationsGroupRev1,
|
||||
vtpStatsGroup,
|
||||
vtpTrunkPortGroup,
|
||||
vtpVersion2BasicGroup,
|
||||
vtpVlanInfoEditGroup,
|
||||
vtpTrunkPortGroup2,
|
||||
vtpTrunkPortGroup3,
|
||||
vtpDot1qTunnelGroup,
|
||||
vtpTrunkPruningGroup,
|
||||
vtpTrunkPruningGroup2,
|
||||
vtpVlanIfIndexGroup,
|
||||
vtpVlanInfoEditGroup2,
|
||||
vtp4kVlanGroupRev1,
|
||||
vtpConfigNotificationsGroup2,
|
||||
vtpVlanNotifEnabledGroup,
|
||||
vtpConfigNotificationsGroup3,
|
||||
vtpInternalVlanGrp
|
||||
}
|
||||
VARIATION vtpVersion
|
||||
SYNTAX INTEGER {
|
||||
one(1),
|
||||
two(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainVersionInUse
|
||||
SYNTAX INTEGER {
|
||||
version1(1),
|
||||
version2(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vtpVlanTypeExt
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION vtpVlanEditTypeExt2
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION managementDomainLocalMode
|
||||
SYNTAX INTEGER {
|
||||
client(1),
|
||||
server(2),
|
||||
transparent(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
::= { ciscoVtpCapability 6 }
|
||||
|
||||
ciscoVtpCapV12R0233SXHPCat6K AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Cisco IOS 12.2(33)SXH on Catalyst 6000/6500
|
||||
and Cisco 7600 series devices."
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CISCO-VTP-MIB capabilities."
|
||||
|
||||
SUPPORTS CISCO-VTP-MIB
|
||||
INCLUDES {
|
||||
vtpBasicGroup,
|
||||
vtpVlanInfoGroup,
|
||||
vtpConfigNotificationsGroupRev1,
|
||||
vtpStatsGroup,
|
||||
vtpTrunkPortGroup,
|
||||
vtpVersion2BasicGroup,
|
||||
vtpVlanInfoEditGroup,
|
||||
vtpTrunkPortGroup2,
|
||||
vtpTrunkPortGroup3,
|
||||
vtpDot1qTunnelGroup,
|
||||
vtpTrunkPruningGroup,
|
||||
vtpTrunkPruningGroup2,
|
||||
vtpVlanIfIndexGroup,
|
||||
vtpVlanInfoEditGroup2,
|
||||
vtp4kVlanGroupRev1,
|
||||
vtpConfigNotificationsGroup2,
|
||||
vtpVlanNotifEnabledGroup,
|
||||
vtpConfigNotificationsGroup3,
|
||||
vtpInternalVlanGrp
|
||||
}
|
||||
VARIATION vtpVersion
|
||||
SYNTAX INTEGER {
|
||||
one(1),
|
||||
two(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vlanTrunkPortRowStatus
|
||||
SYNTAX INTEGER {
|
||||
active(1)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION managementDomainVersionInUse
|
||||
SYNTAX INTEGER {
|
||||
version1(1),
|
||||
version2(2)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values
|
||||
are supported."
|
||||
|
||||
VARIATION vtpVlanTypeExt
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION vtpVlanEditTypeExt2
|
||||
SYNTAX BITS {
|
||||
vtpmanageable(0),
|
||||
rspan(3)
|
||||
}
|
||||
DESCRIPTION
|
||||
"Only limited set of enumerated values are
|
||||
supported."
|
||||
|
||||
VARIATION managementDomainLocalMode
|
||||
SYNTAX INTEGER {
|
||||
client(1),
|
||||
server(2),
|
||||
transparent(3),
|
||||
off(4)
|
||||
}
|
||||
DESCRIPTION
|
||||
"The enumerated values supported are all
|
||||
those defined at the time this clause
|
||||
was written."
|
||||
|
||||
::= { ciscoVtpCapability 7 }
|
||||
|
||||
END
|
||||
|
||||
@@ -1,175 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- DIFFSERV-MIB-CAPABILITY.my:
|
||||
-- DIFFSERV MIB AGENT-CAPABILITIES
|
||||
--
|
||||
-- October 2003, H.K.Vivek
|
||||
--
|
||||
-- Copyright (c) 2003 by cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- *****************************************************************
|
||||
|
||||
DIFFSERV-MIB-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI
|
||||
IndexInteger, IfDirection
|
||||
FROM DIFFSERV-MIB;
|
||||
|
||||
diffServMibCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200310130000Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 West Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: cs-san@cisco.com"
|
||||
DESCRIPTION
|
||||
"Agent capabilities for
|
||||
DIFFSERV-MIB"
|
||||
REVISION "200310130000Z"
|
||||
DESCRIPTION
|
||||
"The capabilities description of
|
||||
DIFFSERV-MIB (RFC 3289) for
|
||||
MDS 1.3(1)."
|
||||
::= { ciscoAgentCapability 377 }
|
||||
|
||||
diffServMibCapabilityMDS13R1 AGENT-CAPABILITIES
|
||||
|
||||
PRODUCT-RELEASE "Cisco MDS 1.3(1)"
|
||||
STATUS current
|
||||
DESCRIPTION "DIFFSERV MIB capabilities"
|
||||
|
||||
SUPPORTS DIFFSERV-MIB
|
||||
INCLUDES {
|
||||
diffServMIBDataPathGroup,
|
||||
diffServMIBClfrGroup,
|
||||
diffServMIBClfrElementGroup,
|
||||
diffServMIBMeterGroup,
|
||||
diffServMIBActionGroup,
|
||||
diffServMIBDscpMarkActGroup
|
||||
}
|
||||
|
||||
VARIATION diffServDataPathIfDirection
|
||||
SYNTAX IfDirection
|
||||
DESCRIPTION "Only 'inbound(1)' is supported."
|
||||
|
||||
VARIATION diffServDataPathStart
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServDataPathStorage
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServDataPathStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServClfrNextFree
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not supported."
|
||||
|
||||
VARIATION diffServClfrId
|
||||
SYNTAX IndexInteger (1..1023)
|
||||
DESCRIPTION "Only the range 1-1023 is supported."
|
||||
|
||||
VARIATION diffServClfrStorage
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServClfrElementNextFree
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not supported."
|
||||
|
||||
VARIATION diffServClfrElementId
|
||||
SYNTAX IndexInteger (1..256)
|
||||
DESCRIPTION "Only the range 1-256 is supported."
|
||||
|
||||
VARIATION diffServClfrElementPrecedence
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServClfrElementStorage
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServClfrElementEntry
|
||||
CREATION-REQUIRES { diffServClfrElementSpecific }
|
||||
DESCRIPTION "The diffServClfrElementSpecific
|
||||
object must be specified during
|
||||
creation and this object cannot
|
||||
be modified later."
|
||||
|
||||
VARIATION diffServClfrElementNext
|
||||
DESCRIPTION "This object can only be set to
|
||||
diffServActionEntry."
|
||||
|
||||
VARIATION diffServClfrElementSpecific
|
||||
DESCRIPTION "This object can only be set to
|
||||
cdsmFCMultiFieldClfrEntry, which
|
||||
is defined in
|
||||
CISCO-DIFFSERV-EXT-MIB."
|
||||
|
||||
VARIATION diffServMeterNextFree
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not supported."
|
||||
|
||||
VARIATION diffServMeterSucceedNext
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServMeterFailNext
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServMeterSpecific
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServMeterStorage
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServMeterStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServActionNextFree
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Not supported."
|
||||
|
||||
VARIATION diffServActionNext
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServActionSpecific
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServActionStorage
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServActionInterface
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
VARIATION diffServActionStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "create is not supported."
|
||||
|
||||
::= { diffServMibCapability 1 }
|
||||
|
||||
END
|
||||
@@ -1,252 +0,0 @@
|
||||
-- *****************************************************************
|
||||
-- MPLS-LSR-MIB-CAPABILITY.my: MPLS-LSR-MIB AGENT-CAPABILITIES
|
||||
--
|
||||
-- September 2001, Thomas D. Nadeau
|
||||
--
|
||||
-- Copyright (c) 2001 Cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- *****************************************************************
|
||||
|
||||
MPLS-LSR-MIB-CAPABILITY DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
ciscoAgentCapability
|
||||
FROM CISCO-SMI;
|
||||
|
||||
mplsLsrMibCapability MODULE-IDENTITY
|
||||
LAST-UPDATED "200109011200Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 West Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: mpls-mib@cisco.com"
|
||||
|
||||
DESCRIPTION
|
||||
"Agent capabilities for MPLS-LSR-MIB"
|
||||
LAST-UPDATED "200109011200Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
|
||||
::= { ciscoAgentCapability 303 }
|
||||
|
||||
|
||||
mplsLsrMibCapabilityV12R0 AGENT-CAPABILITIES
|
||||
|
||||
PRODUCT-RELEASE "Cisco IOS 12.0(14)ST 12.2(1)T"
|
||||
STATUS current
|
||||
DESCRIPTION "MPLS Label Switch Router MIB capabilities
|
||||
for draft-mpls-lsr-mib-04.txt"
|
||||
|
||||
SUPPORTS MPLS-LSR-MIB
|
||||
INCLUDES { mplsInSegmentGroup,
|
||||
mplsOutSegmentGroup,
|
||||
mplsXCGroup,
|
||||
mplsInterfaceGroup,
|
||||
mplsPerfGroup,
|
||||
mplsHCInSegmentPerfGroup,
|
||||
mplsHCOutSegmentPerfGroup
|
||||
}
|
||||
|
||||
-- InSegment Group
|
||||
|
||||
VARIATION mplsInSegmentNPop
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentAddrFamily
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentXCIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentOctets
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentDiscards
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentOwner
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
|
||||
VARIATION mplsInSegmentAdminStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentOperStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentRowStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentTrapEnable
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsInSegmentTrafficParamPtr
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only. This
|
||||
value will always be set to 0."
|
||||
|
||||
-- OutSegment Group
|
||||
|
||||
VARIATION mplsOutSegmentIndexNext
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only. This value will
|
||||
always be reported as 0."
|
||||
|
||||
VARIATION mplsOutSegmentIfIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentNextHopIpAddrType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentNextHopIpv4Addr
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentNextHopIpv6Addr
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only. This value will always
|
||||
be 0; IPv6 is unsupported in this
|
||||
MPLS release."
|
||||
|
||||
VARIATION mplsOutSegmentXCIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentOwner
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentOctets
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentDiscards
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentErrors
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentAdminStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentRowStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentTrapEnable
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsOutSegmentTrafficParamPtr
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only. This value
|
||||
will always be set to 0."
|
||||
|
||||
-- XC Group
|
||||
|
||||
VARIATION mplsXCIndexNext
|
||||
DESCRIPTION "This value will always be set to 0 as
|
||||
all entries in table are supported as
|
||||
read-only."
|
||||
|
||||
VARIATION mplsXCLspId
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsXCLabelStackIndex
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only. This value will be set
|
||||
to 0 as XCLabelStack is unsupported
|
||||
in this release."
|
||||
|
||||
VARIATION mplsXCOwner
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsXCAdminStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsXCRowStatus
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
VARIATION mplsXCTrapEnable
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only. This value will never be
|
||||
true as traps are unsupported in
|
||||
this release."
|
||||
|
||||
VARIATION mplsXCStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
-- Interface Group
|
||||
|
||||
VARIATION mplsInterfaceConfStorageType
|
||||
ACCESS read-only
|
||||
DESCRIPTION "read-only."
|
||||
|
||||
|
||||
-- Perf Group
|
||||
|
||||
VARIATION mplsInSegmentPackets
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Unsupported."
|
||||
|
||||
VARIATION mplsOutSegmentPackets
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Unsupported."
|
||||
|
||||
VARIATION mplsInterfaceInPackets
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Unsupported."
|
||||
|
||||
VARIATION mplsInterfaceOutLabelsUsed
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Unsupported."
|
||||
|
||||
VARIATION mplsInterfaceOutFragments
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Unsupported."
|
||||
|
||||
::= { mplsLsrMibCapability 1 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,187 +0,0 @@
|
||||
-- This module defines enterprise MIBs for NS admin setting
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-ADMIN-USR-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetAdminUsrMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor admin
|
||||
user"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311100000Z" -- November 10, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 11 }
|
||||
|
||||
NsSetAdminUserClientEntry ::= SEQUENCE
|
||||
{
|
||||
nsAdminUserClientIndex Integer32,
|
||||
nsAdminUserClientIp IpAddress,
|
||||
nsAdminUserClientNetmask IpAddress
|
||||
}
|
||||
|
||||
NsSetAdminUserLocalEntry ::= SEQUENCE
|
||||
{
|
||||
nsAdminUserLocalIndex Integer32,
|
||||
nsAdminUserLocalName DisplayString,
|
||||
nsAdminUserLocalPriv Integer32
|
||||
}
|
||||
|
||||
nsSetAdminUser OBJECT IDENTIFIER ::= { netscreenSetting 11 }
|
||||
|
||||
nsSetAdminUserLocalTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsSetAdminUserLocalEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table collects all administration user information stored
|
||||
in local user database."
|
||||
::= { nsSetAdminUser 1 }
|
||||
|
||||
nsSetAdminUserLocalEntry OBJECT-TYPE
|
||||
SYNTAX NsSetAdminUserLocalEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Local database administration user attributes."
|
||||
INDEX
|
||||
{ nsAdminUserLocalIndex }
|
||||
::= { nsSetAdminUserLocalTable 1 }
|
||||
|
||||
nsAdminUserLocalIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for user info table. Its value ranges between
|
||||
0 and 65535 and may not be contiguous."
|
||||
::= { nsSetAdminUserLocalEntry 1 }
|
||||
|
||||
nsAdminUserLocalName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Administration user name."
|
||||
::= { nsSetAdminUserLocalEntry 2 }
|
||||
|
||||
nsAdminUserLocalPriv OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Administration user's privileges. The smaller the value, the
|
||||
higher the privileges."
|
||||
::= { nsSetAdminUserLocalEntry 3 }
|
||||
|
||||
nsAdminUserRadius OBJECT IDENTIFIER ::= { nsSetAdminUser 2 }
|
||||
|
||||
nsAdminUserRadiusEnabled OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disabled(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable external radius server to authenticate admin user"
|
||||
::= { nsAdminUserRadius 1 }
|
||||
|
||||
nsAdminUserRadiusServer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"External radius server name"
|
||||
::= { nsAdminUserRadius 2 }
|
||||
|
||||
nsSetAdminUserClientTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsSetAdminUserClientEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Management Client IP addresses is used to restrict the
|
||||
administration ability from one or multiple addresses of a
|
||||
subnet."
|
||||
::= { nsSetAdminUser 3 }
|
||||
|
||||
nsSetAdminUserClientEntry OBJECT-TYPE
|
||||
SYNTAX NsSetAdminUserClientEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry containing admin client ip information"
|
||||
INDEX
|
||||
{ nsAdminUserClientIndex }
|
||||
::= { nsSetAdminUserClientTable 1 }
|
||||
|
||||
nsAdminUserClientIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for client ip table. Its value ranges between
|
||||
0 and 65535 and may not be contiguous."
|
||||
::= { nsSetAdminUserClientEntry 1 }
|
||||
|
||||
nsAdminUserClientIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Management client ip"
|
||||
::= { nsSetAdminUserClientEntry 2 }
|
||||
|
||||
nsAdminUserClientNetmask OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Management client ip netmask"
|
||||
::= { nsSetAdminUserClientEntry 3 }
|
||||
|
||||
nsAdminUserVSYS OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Vsys ID of the admin user"
|
||||
::= { nsSetAdminUserClientEntry 4 }
|
||||
END
|
||||
|
||||
|
||||
@@ -1,404 +0,0 @@
|
||||
-- This module defines enterprise MIBs for Authentication
|
||||
-- Configuration
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-AUTH-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetAuthMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200411102022Z" -- Nov 10, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor all
|
||||
the configuration info"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Added nsSetAuthCfgEntry attributes"
|
||||
REVISION "200411102022Z" -- Nov 10, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311100000Z" -- November 10, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200204270000Z" -- April 27, 2002
|
||||
DESCRIPTION
|
||||
"More than one auth setting allowed in one system"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 2 }
|
||||
|
||||
NsSetAuthCfgEntry ::= SEQUENCE
|
||||
{
|
||||
nsSetAuthCfgIdx Integer32,
|
||||
nsSetAuthCfgVsys Integer32,
|
||||
nsSetAuthCfgName DisplayString,
|
||||
nsSetAuthCfgPrimary DisplayString,
|
||||
nsSetAuthCfgBackup1 DisplayString,
|
||||
nsSetAuthCfgBackup2 DisplayString,
|
||||
nsSetAuthCfgConnIdleTimeout Integer32,
|
||||
nsSetAuthCfgAuthAccount INTEGER,
|
||||
nsSetAuthCfgIkeAccount INTEGER,
|
||||
nsSetAuthCfgL2tpAccount INTEGER,
|
||||
nsSetAuthCfgAdminAccount INTEGER,
|
||||
nsSetAuthCfgXauthAccount INTEGER,
|
||||
nsSetAuthCfgMethod INTEGER,
|
||||
nsSetAuthCfgPort Integer32,
|
||||
nsSetAuthCfgSecCliRetry Integer32,
|
||||
nsSetAuthCfgSecCliTimeout Integer32,
|
||||
nsSetAuthCfgSecEncType INTEGER,
|
||||
nsSetAuthCfgSecUseDuress INTEGER,
|
||||
nsSetAuthCfgLDAPCni DisplayString,
|
||||
nsSetAuthCfgLDAPDn DisplayString,
|
||||
nsSetAuthCfgSepChar DisplayString,
|
||||
nsSetAuthCfgSepNumber Integer32,
|
||||
nsSetAuthCfgRevInterval Integer32,
|
||||
nsSetAuthCfgRadRetries Integer32,
|
||||
nsSetAuthCfgEnableStnID INTEGER,
|
||||
nsSetAuthCfgDomainName DisplayString,
|
||||
nsSetAuthCfgAcctSessIdLen Integer32,
|
||||
nsSetAuthCfgRFC2138Compatibility INTEGER,
|
||||
nsSetAuthCfgSourceIfName DisplayString,
|
||||
nsSetAuthCfgAcctPort Integer32,
|
||||
nsSetAuthCfgAcctListActn INTEGER,
|
||||
nsSetAuthCfgSourceIfInfo Integer32
|
||||
}
|
||||
|
||||
nsSetAuth OBJECT IDENTIFIER ::= { netscreenSetting 2 }
|
||||
|
||||
nsSetAuthCfgTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsSetAuthCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The authentication configuration of NetScreen device."
|
||||
::= { nsSetAuth 1 }
|
||||
|
||||
nsSetAuthCfgEntry OBJECT-TYPE
|
||||
SYNTAX NsSetAuthCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetScreen admin user authentication setting table."
|
||||
INDEX
|
||||
{ nsSetAuthCfgIdx }
|
||||
::= { nsSetAuthCfgTable 1 }
|
||||
|
||||
nsSetAuthCfgIdx OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Authentication server config index."
|
||||
::= { nsSetAuthCfgEntry 1 }
|
||||
|
||||
nsSetAuthCfgVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Virtural system the setting belongs to."
|
||||
::= { nsSetAuthCfgEntry 2 }
|
||||
|
||||
nsSetAuthCfgName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Authentication server setting entry name."
|
||||
::= { nsSetAuthCfgEntry 3 }
|
||||
|
||||
nsSetAuthCfgPrimary OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Primary authentication server IP or domain name."
|
||||
::= { nsSetAuthCfgEntry 4 }
|
||||
|
||||
nsSetAuthCfgBackup1 OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"First backup authentication server IP or domain name.It's
|
||||
optional."
|
||||
::= { nsSetAuthCfgEntry 5 }
|
||||
|
||||
nsSetAuthCfgBackup2 OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Secondary backup authentication server IP or domain name.It's
|
||||
optional."
|
||||
::= { nsSetAuthCfgEntry 6 }
|
||||
|
||||
nsSetAuthCfgConnIdleTimeout OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"connection timeout threshold setting. 0 means no timeout
|
||||
setting."
|
||||
::= { nsSetAuthCfgEntry 7 }
|
||||
|
||||
nsSetAuthCfgAuthAccount OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Allow authentication account."
|
||||
::= { nsSetAuthCfgEntry 8 }
|
||||
|
||||
nsSetAuthCfgIkeAccount OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Allow IKE account."
|
||||
::= { nsSetAuthCfgEntry 9 }
|
||||
|
||||
nsSetAuthCfgL2tpAccount OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Allow L2tp account."
|
||||
::= { nsSetAuthCfgEntry 10 }
|
||||
|
||||
nsSetAuthCfgAdminAccount OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Allow administration account."
|
||||
::= { nsSetAuthCfgEntry 11 }
|
||||
|
||||
nsSetAuthCfgXauthAccount OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Allow Xauth account."
|
||||
::= { nsSetAuthCfgEntry 12 }
|
||||
|
||||
nsSetAuthCfgMethod OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
build-in-user-db(0),
|
||||
radius-server(1),
|
||||
secureId-server(2),
|
||||
ldap-server(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetScreen device admin user authentication method."
|
||||
::= { nsSetAuthCfgEntry 13 }
|
||||
|
||||
nsSetAuthCfgPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Server listening port number."
|
||||
::= { nsSetAuthCfgEntry 14 }
|
||||
|
||||
nsSetAuthCfgSecCliRetry OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SecureID client client retry times"
|
||||
::= { nsSetAuthCfgEntry 15 }
|
||||
|
||||
nsSetAuthCfgSecCliTimeout OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SecureID client timeout threshold."
|
||||
::= { nsSetAuthCfgEntry 16 }
|
||||
|
||||
nsSetAuthCfgSecEncType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
sdi(0),
|
||||
des(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SecureID traffic encryption type."
|
||||
::= { nsSetAuthCfgEntry 17 }
|
||||
|
||||
nsSetAuthCfgSecUseDuress OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Use duress in SecureID authentication."
|
||||
::= { nsSetAuthCfgEntry 18 }
|
||||
|
||||
nsSetAuthCfgLDAPCni OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..2))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"LDAP server common name identifier"
|
||||
::= { nsSetAuthCfgEntry 19 }
|
||||
|
||||
nsSetAuthCfgLDAPDn OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"LDAP server distinguished name"
|
||||
::= { nsSetAuthCfgEntry 20 }
|
||||
|
||||
nsSetAuthCfgSepChar OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..2))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Seperator character for this entry"
|
||||
::= { nsSetAuthCfgEntry 21 }
|
||||
|
||||
nsSetAuthCfgSepNumber OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Seperator number for this entry"
|
||||
::= { nsSetAuthCfgEntry 22 }
|
||||
|
||||
nsSetAuthCfgRevInterval OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Revert interval for this entry"
|
||||
::= { nsSetAuthCfgEntry 23 }
|
||||
nsSetAuthCfgRadRetries OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Radius retries for this entries"
|
||||
::= { nsSetAuthCfgEntry 24 }
|
||||
nsSetAuthCfgEnableStnID OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Enable/Disable call station ID for this entry."
|
||||
::= { nsSetAuthCfgEntry 25 }
|
||||
|
||||
nsSetAuthCfgDomainName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..255))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Domain name for this entry"
|
||||
::= { nsSetAuthCfgEntry 26 }
|
||||
|
||||
nsSetAuthCfgAcctSessIdLen OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Acct session identifier length for this entry"
|
||||
::= { nsSetAuthCfgEntry 27 }
|
||||
nsSetAuthCfgRFC2138Compatibility OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Is RFC2138 compatible for this entry"
|
||||
::= { nsSetAuthCfgEntry 28 }
|
||||
|
||||
nsSetAuthCfgSourceIfName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..255))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Source interface name for this entry"
|
||||
::= { nsSetAuthCfgEntry 29 }
|
||||
|
||||
nsSetAuthCfgAcctPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Radius accounting port for this entry"
|
||||
::= { nsSetAuthCfgEntry 30 }
|
||||
|
||||
nsSetAuthCfgAcctListActn OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
none(0),
|
||||
cleanup-sess(1)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Radius accounting action for this entry"
|
||||
::= { nsSetAuthCfgEntry 31 }
|
||||
|
||||
nsSetAuthCfgSourceIfInfo OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Source interface info for this entry. Returns -1 if no interface is selected"
|
||||
::= { nsSetAuthCfgEntry 32 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,134 +0,0 @@
|
||||
-- This module defines enterprise MIBs for DHCP Configuration
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-DHCP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetDhcpMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor all
|
||||
the configuration info"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311100000Z" -- November 10, 2003
|
||||
DESCRIPTION
|
||||
"Correct wrong title"
|
||||
REVISION "200112120000Z" -- December 12, 2001
|
||||
DESCRIPTION
|
||||
"change dhcp configuration per physical interface"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 5 }
|
||||
|
||||
NsSetDhcpEntry ::= SEQUENCE
|
||||
{
|
||||
nsSetDhcpIfIdx Integer32,
|
||||
nsSetDHCPService INTEGER,
|
||||
nsSetDHCPRelayServer DisplayString,
|
||||
nsSetDHCPVpnEncryp INTEGER,
|
||||
nsSetDhcpIfInfo Integer32
|
||||
}
|
||||
|
||||
nsSetDHCP OBJECT IDENTIFIER ::= { netscreenSetting 5 }
|
||||
|
||||
nsSetDhcpTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsSetDhcpEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetScreen ScreenOS can allow dhcp service on each of NetScreen
|
||||
device's physical interface. This table collects the dhcp
|
||||
configuration on each physical interface."
|
||||
::= { nsSetDHCP 1 }
|
||||
|
||||
nsSetDhcpEntry OBJECT-TYPE
|
||||
SYNTAX NsSetDhcpEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Hold the firewall setting attribute."
|
||||
INDEX
|
||||
{ nsSetDhcpIfIdx }
|
||||
::= { nsSetDhcpTable 1 }
|
||||
|
||||
nsSetDhcpIfIdx OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"unique interface id."
|
||||
::= { nsSetDhcpEntry 1 }
|
||||
|
||||
nsSetDHCPService OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
none(0),
|
||||
dhcp-relay-agent(1),
|
||||
dhcp-server(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"DHCP service type for trusted network."
|
||||
::= { nsSetDhcpEntry 2 }
|
||||
|
||||
nsSetDHCPRelayServer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"DHCP relay agent server name."
|
||||
::= { nsSetDhcpEntry 3 }
|
||||
|
||||
nsSetDHCPVpnEncryp OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Secure DHCP relay agent traffic via VPN encryption."
|
||||
::= { nsSetDhcpEntry 4 }
|
||||
|
||||
nsSetDhcpIfInfo OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Internal id assigned to this interface. Stays persistent across resets."
|
||||
::= { nsSetDhcpEntry 5 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
-- This module defines enterprise MIBs for DNS Configuration
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-DNS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetDnsMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor all
|
||||
the configuration info"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311100000Z" -- November 10, 2003
|
||||
DESCRIPTION
|
||||
"Correct wrong title"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 3 }
|
||||
|
||||
nsSetDNS OBJECT IDENTIFIER ::= { netscreenSetting 3 }
|
||||
|
||||
nsConfigDnsPriSer OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Primary DNS server ip address"
|
||||
::= { nsSetDNS 1 }
|
||||
|
||||
nsConfigDnsSecSer OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Secondary DNS server ip address"
|
||||
::= { nsSetDNS 2 }
|
||||
|
||||
nsConfigDnsRefEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable refresh DNS every day."
|
||||
::= { nsSetDNS 3 }
|
||||
|
||||
nsConfigDnsRefTime OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(6))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"DNS refresh time."
|
||||
::= { nsSetDNS 4 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,102 +0,0 @@
|
||||
-- This module defines enterprise MIBs for email notification
|
||||
-- setting
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-EMAIL-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetEmailMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
the email notification setting"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311100000Z" -- November 10, 2003
|
||||
DESCRIPTION
|
||||
"Correct wrong title"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 7 }
|
||||
|
||||
nsSetEmail OBJECT IDENTIFIER ::= { netscreenSetting 7 }
|
||||
|
||||
nsSetEmailEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable E-mail Notification for Alarms"
|
||||
::= { nsSetEmail 1 }
|
||||
|
||||
nsSetEmailSMTP OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SMTP server name"
|
||||
::= { nsSetEmail 2 }
|
||||
|
||||
nsSetEmailLog OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Include Traffic Log in email"
|
||||
::= { nsSetEmail 3 }
|
||||
|
||||
nsSetEmailAddr1 OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"E-mail receiver address one"
|
||||
::= { nsSetEmail 4 }
|
||||
|
||||
nsSetEmailAddr2 OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"E-mail receiver address two"
|
||||
::= { nsSetEmail 5 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,130 +0,0 @@
|
||||
-- This module defines enterprise MIBs for Configuration monitoring
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-GEN-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetGenMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"obsolete nsSetGenSysIp"
|
||||
REVISION "200508120000Z" -- Aug 12, 2005
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor all
|
||||
the configuration info"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311100000Z" -- November 10, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 1 }
|
||||
|
||||
nsSetGeneral OBJECT IDENTIFIER ::= { netscreenSetting 1 }
|
||||
|
||||
nsSetGenSysIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"System Ip address"
|
||||
::= { nsSetGeneral 1 }
|
||||
|
||||
nsSetGenHostName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Host name of NetScreen device."
|
||||
::= { nsSetGeneral 2 }
|
||||
|
||||
nsSetGenDomain OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Domain name of NetScreen device."
|
||||
::= { nsSetGeneral 3 }
|
||||
|
||||
nsSetGenOpMode OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetScreen device can work in one of the tree mode:
|
||||
transparent, NAT and route. This attribute indicates which
|
||||
operation mode it use."
|
||||
::= { nsSetGeneral 4 }
|
||||
|
||||
nsSetGenSwVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetSceen OS version."
|
||||
::= { nsSetGeneral 5 }
|
||||
|
||||
nsSetGenLicInfo OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetScreen OS license information."
|
||||
::= { nsSetGeneral 6 }
|
||||
|
||||
nsSetGenSCSAdminEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"enable Command Security Shell"
|
||||
::= { nsSetGeneral 7 }
|
||||
|
||||
nsSetGenDropSelfLogPac OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Log Packets to Self that are dropped"
|
||||
::= { nsSetGeneral 8 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,272 +0,0 @@
|
||||
-- This module defines enterprise MIBs for Global, Global-Pro and NSM setting
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-GLB-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetGlbMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
Global, Global-Pro and NSM setting"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 10 }
|
||||
|
||||
nsSetGlbMng OBJECT IDENTIFIER ::= { netscreenSetting 10 }
|
||||
|
||||
nsSetGlbMngVPNEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Secure NS Global Manager/PRO traffic via VPN encryption."
|
||||
::= { nsSetGlbMng 1 }
|
||||
|
||||
nsSetGlbMngEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Global Manager service on NetScreen device."
|
||||
::= { nsSetGlbMng 2 }
|
||||
|
||||
nsSetGlbProEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Global Pro Management service on NetScreen device."
|
||||
::= { nsSetGlbMng 3 }
|
||||
|
||||
nsSetGlbManagerSetting OBJECT IDENTIFIER ::= { nsSetGlbMng 4 }
|
||||
|
||||
nsSetGlbMngSerName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Server Name of Global Manager service."
|
||||
::= { nsSetGlbManagerSetting 1 }
|
||||
|
||||
nsSetGlbMngSerTCP OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"TCP port number of Global Manager service."
|
||||
::= { nsSetGlbManagerSetting 2 }
|
||||
|
||||
nsSetGlbMngSerUDP OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"UDP port number of Global Manager service."
|
||||
::= { nsSetGlbManagerSetting 3 }
|
||||
|
||||
nsSetGlbMngLocal OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Global Manager service listening port number(NS device
|
||||
side)."
|
||||
::= { nsSetGlbManagerSetting 4 }
|
||||
|
||||
nsSetGlbProManagerSetting OBJECT IDENTIFIER ::= { nsSetGlbMng 5 }
|
||||
|
||||
nsSetGlbProPriSer OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Primary IP Address of Global PRO Server."
|
||||
::= { nsSetGlbProManagerSetting 1 }
|
||||
|
||||
nsSetGlbProSecSer OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Secondary IP Address of Global PRO Server"
|
||||
::= { nsSetGlbProManagerSetting 2 }
|
||||
|
||||
nsSetGlbMngSetting OBJECT IDENTIFIER ::= { nsSetGlbMng 6 }
|
||||
|
||||
nsSetGlbMngProtDist OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Protocol Distribution in global management service."
|
||||
::= { nsSetGlbMngSetting 1 }
|
||||
|
||||
nsSetGlbMngEthStatis OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Ethernet Statistics in global management service."
|
||||
::= { nsSetGlbMngSetting 2 }
|
||||
|
||||
nsSetGlbMngAttStatis OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Attack Statistics in global management service."
|
||||
::= { nsSetGlbMngSetting 3 }
|
||||
|
||||
nsSetGlbMngPlyStatis OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Policy Statistics in global management service."
|
||||
::= { nsSetGlbMngSetting 4 }
|
||||
|
||||
nsSetGlbMngFlowStatis OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Flow Statistics in global management service."
|
||||
::= { nsSetGlbMngSetting 5 }
|
||||
|
||||
nsSetGlbMngTrafAlm OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Traffic Alarms in global management service."
|
||||
::= { nsSetGlbMngSetting 6 }
|
||||
|
||||
nsSetGlbMngAttAlm OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Attack Alarms in global management service."
|
||||
::= { nsSetGlbMngSetting 7 }
|
||||
|
||||
nsSetGlbMngEvtAlm OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Event Alarms in global management service."
|
||||
::= { nsSetGlbMngSetting 8 }
|
||||
|
||||
nsSetGlbMngCfgLog OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Configuration Logs in global management service."
|
||||
::= { nsSetGlbMngSetting 9 }
|
||||
|
||||
nsSetGlbMngTrafLog OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Traffic Logs in global management service."
|
||||
::= { nsSetGlbMngSetting 10 }
|
||||
|
||||
nsSetGlbMngInfoLog OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Information Logs in global management service."
|
||||
::= { nsSetGlbMngSetting 11 }
|
||||
|
||||
nsSetGlbMngSelfLog OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Self Logs in global management service."
|
||||
::= { nsSetGlbMngSetting 12 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,197 +0,0 @@
|
||||
-- This module defines enterprise MIBs for syslog setting
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-LOG-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetLogMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
syslog setting"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311100000Z" -- November 10, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 8 }
|
||||
|
||||
nsSetLog OBJECT IDENTIFIER ::= { netscreenSetting 8 }
|
||||
|
||||
nsSetLogEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Syslog messages"
|
||||
::= { nsSetLog 1 }
|
||||
|
||||
nsSetLogVPNEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Secure syslog message traffic using VPN encryption"
|
||||
::= { nsSetLog 2 }
|
||||
|
||||
nsSetLogTraffic OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Including traffic log when recording administration log"
|
||||
::= { nsSetLog 3 }
|
||||
|
||||
nsSetLogHostName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"syslog server name or ip address"
|
||||
::= { nsSetLog 4 }
|
||||
|
||||
nsSetLogPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"syslog server port number"
|
||||
::= { nsSetLog 5 }
|
||||
|
||||
nsSetLogSecFacility OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
local0(16),
|
||||
local1(17),
|
||||
local2(18),
|
||||
local3(19),
|
||||
local4(20),
|
||||
local5(21),
|
||||
local6(22),
|
||||
local7(23),
|
||||
auth-sec(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Security Facility of syslog server"
|
||||
::= { nsSetLog 6 }
|
||||
|
||||
nsSetLogFacility OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
local0(16),
|
||||
local1(17),
|
||||
local2(18),
|
||||
local3(19),
|
||||
local4(20),
|
||||
lcoal5(21),
|
||||
local6(22),
|
||||
loca7(23),
|
||||
auth-sec(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Facility of syslog server"
|
||||
::= { nsSetLog 7 }
|
||||
|
||||
nsSetLogLevel OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
emergency(0),
|
||||
aleart(1),
|
||||
critical(2),
|
||||
error(3),
|
||||
warning(4),
|
||||
notice(5),
|
||||
info(6),
|
||||
debug(7)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Only log messages with a priority level of
|
||||
EMERGENCY/ALERT/CRITICAL/ERROR/WARNING/NOTICE/INFO/DEBUG or
|
||||
higher"
|
||||
::= { nsSetLog 8 }
|
||||
|
||||
nsSetLogWebTrendsEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable WebTrends Firewall syslog report."
|
||||
::= { nsSetLog 9 }
|
||||
|
||||
nsSetLogWebTrendsVPNEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Secure WebTrends message via VPN encryption"
|
||||
::= { nsSetLog 10 }
|
||||
|
||||
nsSetLogWebTrendsHostName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"WebTrends Host Name"
|
||||
::= { nsSetLog 11 }
|
||||
|
||||
nsSetLogWebTrendsPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"WebTrends Host Port"
|
||||
::= { nsSetLog 12 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,176 +0,0 @@
|
||||
-- This module defines enterprise MIBs for SNMP setting
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-SNMP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetSnmpMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
SNMP setting"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311100000Z" -- November 10, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 9 }
|
||||
|
||||
NsSetSnmpCommHostEntry ::= SEQUENCE
|
||||
{
|
||||
nsSetSnmpCommHostIndex Integer32,
|
||||
nsSetSnmpCommunity DisplayString,
|
||||
nsSetSnmpHostInComm IpAddress,
|
||||
nsSetSnmpWritePermit INTEGER,
|
||||
nsSetSnmpTrapPermit INTEGER,
|
||||
nsSetSnmpTrafficAlarmPermit INTEGER
|
||||
}
|
||||
|
||||
nsSetSNMP OBJECT IDENTIFIER ::= { netscreenSetting 9 }
|
||||
|
||||
nsSetSnmpSysName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SNMP agent's sysname."
|
||||
::= { nsSetSNMP 1 }
|
||||
|
||||
nsSetSnmpContact OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"contact name."
|
||||
::= { nsSetSNMP 2 }
|
||||
|
||||
nsSetSnmpLocation OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SNMP agent Location."
|
||||
::= { nsSetSNMP 3 }
|
||||
|
||||
nsSetSnmpVPNEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Secure SNMP traffic via VPN encryption"
|
||||
::= { nsSetSNMP 4 }
|
||||
|
||||
nsSetSnmpCommHostTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsSetSnmpCommHostEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The snmp community and host table"
|
||||
::= { nsSetSNMP 5 }
|
||||
|
||||
nsSetSnmpCommHostEntry OBJECT-TYPE
|
||||
SYNTAX NsSetSnmpCommHostEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry containing community and hosts information"
|
||||
INDEX
|
||||
{ nsSetSnmpCommHostIndex }
|
||||
::= { nsSetSnmpCommHostTable 1 }
|
||||
|
||||
nsSetSnmpCommHostIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for snmp community & host table. Its value
|
||||
ranges between 0 and 65535 and may not be contiguous."
|
||||
::= { nsSetSnmpCommHostEntry 1 }
|
||||
|
||||
nsSetSnmpCommunity OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SNMP community name."
|
||||
::= { nsSetSnmpCommHostEntry 2 }
|
||||
|
||||
nsSetSnmpHostInComm OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SNMP host ip address."
|
||||
::= { nsSetSnmpCommHostEntry 3 }
|
||||
|
||||
nsSetSnmpWritePermit OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Permission to write."
|
||||
::= { nsSetSnmpCommHostEntry 4 }
|
||||
|
||||
nsSetSnmpTrapPermit OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Permission to receive trap."
|
||||
::= { nsSetSnmpCommHostEntry 5 }
|
||||
|
||||
nsSetSnmpTrafficAlarmPermit OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Permission of including traffic alarm in trap."
|
||||
::= { nsSetSnmpCommHostEntry 6 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,102 +0,0 @@
|
||||
-- This module defines enterprise MIBs for time and NTP setting
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-SYSTIME-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
;
|
||||
|
||||
netscreenSetSystimeMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
NTP setting"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311120000Z" -- November 12, 2003
|
||||
DESCRIPTION
|
||||
"Correct wrong title"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 6 }
|
||||
|
||||
nsSetSysTime OBJECT IDENTIFIER ::= { netscreenSetting 6 }
|
||||
|
||||
nsSetSysTimeGmtOffset OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"GMT time offset of system time"
|
||||
::= { nsSetSysTime 1 }
|
||||
|
||||
nsSetSysTimeDaySaving OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"enable daylight time saving method."
|
||||
::= { nsSetSysTime 2 }
|
||||
|
||||
nsSetSysTimeNTP OBJECT IDENTIFIER ::= { nsSetSysTime 3 }
|
||||
|
||||
nsSetNtpEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Network Time Protocol"
|
||||
::= { nsSetSysTimeNTP 1 }
|
||||
|
||||
nsSetNtpServer OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Network Time Server ip"
|
||||
::= { nsSetSysTimeNTP 2 }
|
||||
|
||||
nsSetNtpUpdateInterval OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"If NetScreen device use NTP to get system time. This object
|
||||
indicate the update system clock time interval."
|
||||
::= { nsSetSysTimeNTP 3 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,133 +0,0 @@
|
||||
-- This module defines enterprise MIBs for URL filtering
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-URL-FILTER-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetUrlFilterMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor all
|
||||
the configuration info"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311120000Z" -- November 12, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No Comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 4 }
|
||||
|
||||
nsSetURLFilter OBJECT IDENTIFIER ::= { netscreenSetting 4 }
|
||||
|
||||
nsSetUrlFilterViaWebsense OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable URL Filtering via Websense Server."
|
||||
::= { nsSetURLFilter 1 }
|
||||
|
||||
nsSetUrlServerName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Websense Server Name."
|
||||
::= { nsSetURLFilter 2 }
|
||||
|
||||
nsSetUrlServerPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Websense Server Port."
|
||||
::= { nsSetURLFilter 3 }
|
||||
|
||||
nsSetUrlCommTimeout OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..240)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Communication timeout threshold of url filtering."
|
||||
::= { nsSetURLFilter 4 }
|
||||
|
||||
nsSetUrlServerStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
not-applicable(0),
|
||||
running(1),
|
||||
down(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Current server status."
|
||||
::= { nsSetURLFilter 5 }
|
||||
|
||||
nsSetUrlSerLostHdlWay OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
block-all(0),
|
||||
permit-all(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"If connectivity to the Websense server is lost, the way of
|
||||
handling HTTP requests."
|
||||
::= { nsSetURLFilter 6 }
|
||||
|
||||
nsSetUrlBlockMsgType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
websense(0),
|
||||
netscreen(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"URL filter block message type."
|
||||
::= { nsSetURLFilter 7 }
|
||||
|
||||
nsSetUrlNsBlockMsg OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..220))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetScreen device block message."
|
||||
::= { nsSetURLFilter 8 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,150 +0,0 @@
|
||||
-- This module defines enterprise MIBs for NS web setting
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-SET-WEB-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenSettingMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenSetWebMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
NS web setting"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311120000Z" -- November 12, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No comment"
|
||||
REVISION "200105270000Z" -- May 27, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenSettingMibModule 12 }
|
||||
|
||||
NsSetWebUICfgEntry ::= SEQUENCE
|
||||
{
|
||||
nsSetWebVsys Integer32,
|
||||
nsSetWebIdleTimeout INTEGER,
|
||||
nsSetWebTimeout Integer32,
|
||||
nsSetWebPort Integer32,
|
||||
nsSetWebSSLPort Integer32,
|
||||
nsSetWebSSLCertificate DisplayString,
|
||||
nsSetWebSSLCipher INTEGER
|
||||
}
|
||||
|
||||
nsSetWebUI OBJECT IDENTIFIER ::= { netscreenSetting 12 }
|
||||
|
||||
nsSetWebUICfgTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsSetWebUICfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetScreen devices provide WebUI for easy administration. This
|
||||
table collects admin settings relating to WebUI."
|
||||
::= { nsSetWebUI 1 }
|
||||
|
||||
nsSetWebUICfgEntry OBJECT-TYPE
|
||||
SYNTAX NsSetWebUICfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry containing WebUI admin configuration."
|
||||
INDEX
|
||||
{ nsSetWebVsys }
|
||||
::= { nsSetWebUICfgTable 1 }
|
||||
|
||||
nsSetWebVsys OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Virtual system name the configuration belongs to. Also used as
|
||||
table index."
|
||||
::= { nsSetWebUICfgEntry 1 }
|
||||
|
||||
nsSetWebIdleTimeout OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Web Management Idle Timeout"
|
||||
::= { nsSetWebUICfgEntry 2 }
|
||||
|
||||
nsSetWebTimeout OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Web Management Idle Timeout Setting"
|
||||
::= { nsSetWebUICfgEntry 3 }
|
||||
|
||||
nsSetWebPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Web Management Http port number setting."
|
||||
::= { nsSetWebUICfgEntry 4 }
|
||||
|
||||
nsSetWebSSLPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Web Management http ssl port number setting."
|
||||
::= { nsSetWebUICfgEntry 5 }
|
||||
|
||||
nsSetWebSSLCertificate OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SSL certificate web management."
|
||||
::= { nsSetWebUICfgEntry 6 }
|
||||
|
||||
nsSetWebSSLCipher OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
rc4-md5(0),
|
||||
rc4-40-md5(1),
|
||||
des-sha(2),
|
||||
triple-des-sha(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Web Management via SSL cipher algorithm"
|
||||
::= { nsSetWebUICfgEntry 7 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,217 +0,0 @@
|
||||
-- This module defines enterprise MIBs for VPN certificate
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-CERTIFICATE-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenCertificateMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
VPN certificates"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311120000Z" -- November 12, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No comment"
|
||||
REVISION "200105150000Z" -- May 15, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenVpnMibModule 7 }
|
||||
|
||||
NsVpnCertCfgEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnCertCfgIndex Integer32,
|
||||
nsVpnCertCfgType INTEGER,
|
||||
nsVpnCertCfgSubject DisplayString,
|
||||
nsVpnCertCfgExpire DisplayString,
|
||||
nsVpnCertCfgIssuer DisplayString,
|
||||
nsVpnCertCfgVsys Integer32
|
||||
}
|
||||
|
||||
NsVpnCertDefEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnCertDefIndex Integer32,
|
||||
nsVpnCertDefLdap DisplayString,
|
||||
nsVpnCertDefCrlUrl DisplayString,
|
||||
nsVpnCertDefRefresh DisplayString,
|
||||
nsVpnCertDefX509 INTEGER,
|
||||
nsVpnCertDefVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnCert OBJECT IDENTIFIER ::= { netscreenVpn 7 }
|
||||
|
||||
nsVpnCertDefTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnCertDefEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Certificate default setting table collects the default
|
||||
certificates used when establish a secure VPN connection in
|
||||
NetScreen device."
|
||||
::= { nsVpnCert 1 }
|
||||
|
||||
nsVpnCertDefEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnCertDefEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry containing attributes of a certificate"
|
||||
INDEX
|
||||
{ nsVpnCertDefIndex }
|
||||
::= { nsVpnCertDefTable 1 }
|
||||
|
||||
nsVpnCertDefIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table index using as primary key when retrieving the table."
|
||||
::= { nsVpnCertDefEntry 1 }
|
||||
|
||||
nsVpnCertDefLdap OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"LDAP server name."
|
||||
::= { nsVpnCertDefEntry 2 }
|
||||
|
||||
nsVpnCertDefCrlUrl OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"URL of CRL."
|
||||
::= { nsVpnCertDefEntry 3 }
|
||||
|
||||
nsVpnCertDefRefresh OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CRL Refresh Frequency."
|
||||
::= { nsVpnCertDefEntry 4 }
|
||||
|
||||
nsVpnCertDefX509 OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
partial(0),
|
||||
full(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"X509 Certificate Path Validation Level."
|
||||
::= { nsVpnCertDefEntry 5 }
|
||||
|
||||
nsVpnCertDefVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys the cert setting belongs to."
|
||||
::= { nsVpnCertDefEntry 6 }
|
||||
|
||||
nsVpnCertCfgTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnCertCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table collects detail certificate information."
|
||||
::= { nsVpnCert 2 }
|
||||
|
||||
nsVpnCertCfgEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnCertCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnCertCfgTable contains a set of
|
||||
attributes for a certificate"
|
||||
INDEX
|
||||
{ nsVpnCertCfgIndex }
|
||||
::= { nsVpnCertCfgTable 1 }
|
||||
|
||||
nsVpnCertCfgIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for certification table. Its value ranges
|
||||
between 0 and 65535 and may not be contiguous."
|
||||
::= { nsVpnCertCfgEntry 1 }
|
||||
|
||||
nsVpnCertCfgType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
ca(0),
|
||||
local(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Certificate type."
|
||||
::= { nsVpnCertCfgEntry 2 }
|
||||
|
||||
nsVpnCertCfgSubject OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Certificate subject."
|
||||
::= { nsVpnCertCfgEntry 3 }
|
||||
|
||||
nsVpnCertCfgExpire OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Certificate expire date."
|
||||
::= { nsVpnCertCfgEntry 4 }
|
||||
|
||||
nsVpnCertCfgIssuer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Certificate configuration details."
|
||||
::= { nsVpnCertCfgEntry 5 }
|
||||
|
||||
nsVpnCertCfgVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Certificate's vsys."
|
||||
::= { nsVpnCertCfgEntry 6 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,240 +0,0 @@
|
||||
-- This module defines enterprise MIBs for Gateway VPN
|
||||
-- configuration
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-VPN-GATEWAY-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenVpnGatewayMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines NetScreen private MIBs for Gateway VPN
|
||||
configuration"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311130000Z" -- November 13, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No comment"
|
||||
REVISION "200105140000Z" -- May 14, 2001
|
||||
DESCRIPTION
|
||||
"Creation date"
|
||||
::= { netscreenVpnMibModule 4 }
|
||||
|
||||
NsVpnGwEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnGwIndex Integer32,
|
||||
nsVpnGwName DisplayString,
|
||||
nsVpnGwRemoteType INTEGER,
|
||||
nsVpnGwRemoteStaticIp IpAddress,
|
||||
nsVpnGwRemotePeerId DisplayString,
|
||||
nsVpnGwDialup DisplayString,
|
||||
nsVpnGwInitMode INTEGER,
|
||||
nsVpnGwPhOnePropOne DisplayString,
|
||||
nsVpnGwPhOnePropTwo DisplayString,
|
||||
nsVpnGwPhOnePropThree DisplayString,
|
||||
nsVpnGwPhOnePropFour DisplayString,
|
||||
nsVpnGwCertLocal DisplayString,
|
||||
nsVpnGwPeerCa DisplayString,
|
||||
nsVpnGwPeerType INTEGER,
|
||||
nsVpnGwVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnGateway OBJECT IDENTIFIER ::= { netscreenVpn 4 }
|
||||
|
||||
nsVpnGwTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnGwEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Remote tunnel gateway table collects tunnel gateway
|
||||
configurations."
|
||||
::= { nsVpnGateway 1 }
|
||||
|
||||
nsVpnGwEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnGwEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnGwTable holds a set of configuration
|
||||
parameters associated with an instance of tunnel gateway."
|
||||
INDEX
|
||||
{ nsVpnGwIndex }
|
||||
::= { nsVpnGwTable 1 }
|
||||
|
||||
nsVpnGwIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for ike gateway table. Its value ranges
|
||||
between 0 and 65535 and may not be contiguous."
|
||||
::= { nsVpnGwEntry 1 }
|
||||
|
||||
nsVpnGwName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Tunnel gateway name."
|
||||
::= { nsVpnGwEntry 2 }
|
||||
|
||||
nsVpnGwRemoteType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static-ip(0),
|
||||
dynamic-ip(1),
|
||||
dialup-user(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Remote tunnel gateway type.It shows whether the gateway use
|
||||
static ip, dynamic ip or dialup user."
|
||||
::= { nsVpnGwEntry 3 }
|
||||
|
||||
nsVpnGwRemoteStaticIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ip address of static-ip gateway."
|
||||
::= { nsVpnGwEntry 4 }
|
||||
|
||||
nsVpnGwRemotePeerId OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Remote gateway peer id, which can be used for static-ip and
|
||||
dynamic ip gateway. This is optional for the static-ip
|
||||
gateway."
|
||||
::= { nsVpnGwEntry 5 }
|
||||
|
||||
nsVpnGwDialup OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Remote gateway dialup user or group"
|
||||
::= { nsVpnGwEntry 6 }
|
||||
|
||||
nsVpnGwInitMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
main(0),
|
||||
aggressive(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 1 can take place in either Main mode or Aggressive
|
||||
mode."
|
||||
::= { nsVpnGwEntry 7 }
|
||||
|
||||
nsVpnGwPhOnePropOne OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 1 Proposal one."
|
||||
::= { nsVpnGwEntry 8 }
|
||||
|
||||
nsVpnGwPhOnePropTwo OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 1 Proposal two."
|
||||
::= { nsVpnGwEntry 9 }
|
||||
|
||||
nsVpnGwPhOnePropThree OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 1 Proposal three."
|
||||
::= { nsVpnGwEntry 10 }
|
||||
|
||||
nsVpnGwPhOnePropFour OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 1 Proposal four."
|
||||
::= { nsVpnGwEntry 11 }
|
||||
|
||||
nsVpnGwCertLocal OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Local Certificate configuration for preferred
|
||||
certification.(optional)"
|
||||
::= { nsVpnGwEntry 12 }
|
||||
|
||||
nsVpnGwPeerCa OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Preferred Peer CA(optional)"
|
||||
::= { nsVpnGwEntry 13 }
|
||||
|
||||
nsVpnGwPeerType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
none(0),
|
||||
pkcs7(1),
|
||||
pgp(2),
|
||||
dns(3),
|
||||
x509-sig(4),
|
||||
x509-ke(5),
|
||||
keerberos(6),
|
||||
crl(7),
|
||||
arl(8),
|
||||
spki(9),
|
||||
x509-att(10)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Peer Type(optional)"
|
||||
::= { nsVpnGwEntry 14 }
|
||||
|
||||
nsVpnGwVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys this gateway configuration belongs to."
|
||||
::= { nsVpnGwEntry 15 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,125 +0,0 @@
|
||||
-- These MIBs were created on 07/22/2004
|
||||
-- This module defines enterprise MIBs for VPN IAS monitoring
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
|
||||
NETSCREEN-VPN-IAS-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
|
||||
DisplayString FROM RFC1213-MIB
|
||||
netscreenVpn FROM NETSCREEN-SMI;
|
||||
|
||||
|
||||
-- MODULE-IDENTITY
|
||||
-- OrgName
|
||||
-- Juniper Networks, Inc.
|
||||
-- ContactInfo
|
||||
-- Customer Support
|
||||
--
|
||||
-- 1194 North Mathilda Avenue
|
||||
-- Sunnyvale, California 94089-1206
|
||||
-- USA
|
||||
--
|
||||
-- Tel: 1-800-638-8296
|
||||
-- E-mail: customerservice@juniper.net
|
||||
-- HTTP://www.juniper.net"
|
||||
--
|
||||
-- Descr
|
||||
-- This module defines the object that are used to monitor VPN IAS
|
||||
--
|
||||
--
|
||||
-- Last modified date: 09/20/2004
|
||||
-- Created
|
||||
|
||||
nsVpnIas OBJECT IDENTIFIER ::= {netscreenVpn 11}
|
||||
|
||||
nsVpnIasTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnIasEntry
|
||||
ACCESS not-accessible
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"VPN IAS entry for ipv6 and ipv4."
|
||||
::= { nsVpnIas 1 }
|
||||
|
||||
nsVpnIasEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnIasEntry
|
||||
ACCESS not-accessible
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"VPN IAS entry"
|
||||
INDEX { nsVpnIasType }
|
||||
::= { nsVpnIasTable 1 }
|
||||
|
||||
NsVpnIasEntry ::=
|
||||
SEQUENCE {
|
||||
nsVpnIasType
|
||||
INTEGER,
|
||||
nsVpnIasTotal
|
||||
Counter
|
||||
}
|
||||
|
||||
nsVpnIasType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
ipv4(1),
|
||||
ipv6(2)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The IAS type (ipv4(1) or ipv6(2))"
|
||||
::= { nsVpnIasEntry 1 }
|
||||
|
||||
nsVpnIasTotal OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The total count of IAS"
|
||||
::= { nsVpnIasEntry 2 }
|
||||
|
||||
-- This table provides Xauth-ID usernames for IAS active sessions
|
||||
|
||||
nsVpnIasSessTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnIasSessEntry
|
||||
ACCESS not-accessible
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"VPN IAS session entry."
|
||||
::= { nsVpnIas 2 }
|
||||
|
||||
nsVpnIasSessEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnIasSessEntry
|
||||
ACCESS not-accessible
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"VPN IAS session entry"
|
||||
INDEX { nsVpnIasSessIndex }
|
||||
::= { nsVpnIasSessTable 1 }
|
||||
|
||||
NsVpnIasSessEntry ::=
|
||||
SEQUENCE {
|
||||
nsVpnIasSessIndex
|
||||
INTEGER,
|
||||
nsVpnIasSessXauthUserName
|
||||
DisplayString
|
||||
}
|
||||
|
||||
nsVpnIasSessIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The internal index for this entry"
|
||||
::= { nsVpnIasSessEntry 1 }
|
||||
|
||||
nsVpnIasSessXauthUserName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Active IAS session Xauth-ID username"
|
||||
::= { nsVpnIasSessEntry 2 }
|
||||
|
||||
END
|
||||
@@ -1,190 +0,0 @@
|
||||
-- This module defines enterprise MIBs for VPN IKE info
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-VPN-IKE-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenVpnIkeMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
VPN IKE info"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311130000Z" -- November 13, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"No comment"
|
||||
REVISION "200105140000Z" -- May 14, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenVpnMibModule 3 }
|
||||
|
||||
NsVpnIkeEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnIkeIndex Integer32,
|
||||
nsVpnIkeName DisplayString,
|
||||
nsVpnIkeReplayProc INTEGER,
|
||||
nsVpnIkeGWTun DisplayString,
|
||||
nsVpnIkePh2ProOne DisplayString,
|
||||
nsVpnIkePh2ProTwo DisplayString,
|
||||
nsVpnIkePh2ProThree DisplayString,
|
||||
nsVpnIkePh2ProFour DisplayString,
|
||||
nsVpnIkeMonitorEnable INTEGER,
|
||||
nsVpnIkeTransMode INTEGER,
|
||||
nsVpnIkeVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnIke OBJECT IDENTIFIER ::= { netscreenVpn 3 }
|
||||
|
||||
nsVpnIkeTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnIkeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IPSec supports the automated generation and negotiation of
|
||||
keys and security associations using the Internet Key
|
||||
Exchange(IKE) protocol. This table collects the IKE
|
||||
configuration in NetScreen device."
|
||||
::= { nsVpnIke 1 }
|
||||
|
||||
nsVpnIkeEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnIkeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnIkeTable holds a set of configuration
|
||||
parameters associated with an IKE."
|
||||
INDEX
|
||||
{ nsVpnIkeIndex }
|
||||
::= { nsVpnIkeTable 1 }
|
||||
|
||||
nsVpnIkeIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for ike table. Its value ranges between 0 and
|
||||
65535 and may not be contiguous."
|
||||
::= { nsVpnIkeEntry 1 }
|
||||
|
||||
nsVpnIkeName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each IKE configuration can have a readable name."
|
||||
::= { nsVpnIkeEntry 2 }
|
||||
|
||||
nsVpnIkeReplayProc OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Replay Protection"
|
||||
::= { nsVpnIkeEntry 3 }
|
||||
|
||||
nsVpnIkeGWTun OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Remote Gateway Tunnel Name"
|
||||
::= { nsVpnIkeEntry 4 }
|
||||
|
||||
nsVpnIkePh2ProOne OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 2 Proposal one"
|
||||
::= { nsVpnIkeEntry 5 }
|
||||
|
||||
nsVpnIkePh2ProTwo OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 2 Proposal two"
|
||||
::= { nsVpnIkeEntry 6 }
|
||||
|
||||
nsVpnIkePh2ProThree OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 2 Proposal three"
|
||||
::= { nsVpnIkeEntry 7 }
|
||||
|
||||
nsVpnIkePh2ProFour OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase 2 Proposal four"
|
||||
::= { nsVpnIkeEntry 8 }
|
||||
|
||||
nsVpnIkeMonitorEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable to monitor VPN tunnel's link status."
|
||||
::= { nsVpnIkeEntry 9 }
|
||||
|
||||
nsVpnIkeTransMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transport Mode Enable (For L2TP-over-IPSec only)"
|
||||
::= { nsVpnIkeEntry 10 }
|
||||
|
||||
nsVpnIkeVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys the configuration belongs to."
|
||||
::= { nsVpnIkeEntry 11 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,125 +0,0 @@
|
||||
-- This module defines enterprise MIBs for VPN IP pool
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-IPPOOL-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenIppoolMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor
|
||||
VPN IP pool"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311130000Z" -- November 13, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"no comment"
|
||||
REVISION "200008270000Z" -- August 27, 2000
|
||||
DESCRIPTION
|
||||
"Creation date"
|
||||
::= { netscreenVpnMibModule 9 }
|
||||
|
||||
NsVpnIpPoolEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnIpPoolIndex Integer32,
|
||||
nsVpnIpPoolName DisplayString,
|
||||
nsVpnIpPoolStartIp IpAddress,
|
||||
nsVpnIpPoolEndIp IpAddress,
|
||||
nsVpnIpPoolIpUsed Integer32
|
||||
}
|
||||
|
||||
nsVpnIpPool OBJECT IDENTIFIER ::= { netscreenVpn 9 }
|
||||
|
||||
nsVpnIpPoolTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnIpPoolEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table collects all ip pool configuration in NetScreen
|
||||
device."
|
||||
::= { nsVpnIpPool 1 }
|
||||
|
||||
nsVpnIpPoolEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnIpPoolEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnIpPoolEntry holds a set of
|
||||
configuration parameters associated with an instance IP pool."
|
||||
INDEX
|
||||
{ nsVpnIpPoolIndex }
|
||||
::= { nsVpnIpPoolTable 1 }
|
||||
|
||||
nsVpnIpPoolIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for ip pool. Its value ranges between 0 and
|
||||
65535 and may not be contiguous."
|
||||
::= { nsVpnIpPoolEntry 1 }
|
||||
|
||||
nsVpnIpPoolName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ip pool name"
|
||||
::= { nsVpnIpPoolEntry 2 }
|
||||
|
||||
nsVpnIpPoolStartIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IP pool's start ip address."
|
||||
::= { nsVpnIpPoolEntry 3 }
|
||||
|
||||
nsVpnIpPoolEndIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IP pool's end ip address."
|
||||
::= { nsVpnIpPoolEntry 4 }
|
||||
|
||||
nsVpnIpPoolIpUsed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Total number of addresses in use from this pool."
|
||||
::= { nsVpnIpPoolEntry 5 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,494 +0,0 @@
|
||||
-- This module defines enterprise MIBs for L2tp configuration.
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-VPN-L2TP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenVpnL2tpMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines NetScreen private MIBs for L2tp
|
||||
configuration."
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200008270000Z" -- August 27, 2000
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenVpnMibModule 8 }
|
||||
|
||||
NsVpnL2tpDefEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnL2tpDefVsys Integer32,
|
||||
nsVpnL2tpDefPool DisplayString,
|
||||
nsVpnL2tpDefAuthDb INTEGER,
|
||||
nsVpnL2tpDefPPPAuth INTEGER,
|
||||
nsVpnL2tpDefRadServer DisplayString,
|
||||
nsVpnL2tpDefPriDns IpAddress,
|
||||
nsVpnL2tpDefSecDns IpAddress,
|
||||
nsVpnL2tpDefPriWins IpAddress,
|
||||
nsVpnL2tpDefSecWins IpAddress
|
||||
}
|
||||
|
||||
NsVpnL2tpTunnelEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnL2tpTunIndex Integer32,
|
||||
nsVpnL2tpTunId Integer32,
|
||||
nsVpnL2tpTunName DisplayString,
|
||||
nsVpnL2tpTunUsrOrGroup DisplayString,
|
||||
nsVpnL2tpTunPeerIp IpAddress,
|
||||
nsVpnL2tpTunHost DisplayString,
|
||||
nsVpnL2tpTunKeepAlive Integer32,
|
||||
nsVpnL2tpTunVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnL2TP OBJECT IDENTIFIER ::= { netscreenVpn 8 }
|
||||
|
||||
nsVpnL2tpDefTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnL2tpDefEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table specifies the configuration attributes for
|
||||
NetScreen L2TP tunnel."
|
||||
::= { nsVpnL2TP 1 }
|
||||
|
||||
nsVpnL2tpDefEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnL2tpDefEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnL2tpDefEntry holds a set of
|
||||
configuration parameters associated with an instance of L2TP
|
||||
configuration."
|
||||
INDEX
|
||||
{ nsVpnL2tpDefVsys }
|
||||
::= { nsVpnL2tpDefTable 1 }
|
||||
|
||||
nsVpnL2tpDefVsys OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"virtual system id"
|
||||
::= { nsVpnL2tpDefEntry 1 }
|
||||
|
||||
nsVpnL2tpDefPool OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IP pool used by the default L2TP setting."
|
||||
::= { nsVpnL2tpDefEntry 2 }
|
||||
|
||||
nsVpnL2tpDefAuthDb OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
local(0),
|
||||
radius(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"l2tp authentication database."
|
||||
::= { nsVpnL2tpDefEntry 3 }
|
||||
|
||||
nsVpnL2tpDefPPPAuth OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
pap(1),
|
||||
chap(2),
|
||||
any(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"l2tp PPP authentication algorithm."
|
||||
::= { nsVpnL2tpDefEntry 4 }
|
||||
|
||||
nsVpnL2tpDefRadServer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"l2tp RADIUS Server's IP address or name."
|
||||
::= { nsVpnL2tpDefEntry 5 }
|
||||
|
||||
nsVpnL2tpDefPriDns OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"DNS Primary Server's IP address."
|
||||
::= { nsVpnL2tpDefEntry 6 }
|
||||
|
||||
nsVpnL2tpDefSecDns OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"DNS Secondary Server's IP address."
|
||||
::= { nsVpnL2tpDefEntry 7 }
|
||||
|
||||
nsVpnL2tpDefPriWins OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"WINS Primary Server's IP address."
|
||||
::= { nsVpnL2tpDefEntry 8 }
|
||||
|
||||
nsVpnL2tpDefSecWins OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"WINS Secondary Server's IP address."
|
||||
::= { nsVpnL2tpDefEntry 9 }
|
||||
|
||||
nsVpnL2tpTunnelTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnL2tpTunnelEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table specifies the configuration attributes for
|
||||
NetScreen L2TP tunnel."
|
||||
::= { nsVpnL2TP 2 }
|
||||
|
||||
nsVpnL2tpTunnelEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnL2tpTunnelEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnL2tpTunnelTable holds a set of
|
||||
configuration parameters associated with an instance of L2TP
|
||||
tunnel."
|
||||
INDEX
|
||||
{ nsVpnL2tpTunIndex }
|
||||
::= { nsVpnL2tpTunnelTable 1 }
|
||||
|
||||
nsVpnL2tpTunIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for l2tp tunnel table. Its value ranges
|
||||
between 0 and 65535 and may not be contigous."
|
||||
::= { nsVpnL2tpTunnelEntry 1 }
|
||||
|
||||
nsVpnL2tpTunId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"l2tp tunnel id."
|
||||
::= { nsVpnL2tpTunnelEntry 2 }
|
||||
|
||||
nsVpnL2tpTunName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"l2tp tunnel name."
|
||||
::= { nsVpnL2tpTunnelEntry 3 }
|
||||
|
||||
nsVpnL2tpTunUsrOrGroup OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Dialup user or group using this l2tp tunnel."
|
||||
::= { nsVpnL2tpTunnelEntry 4 }
|
||||
|
||||
nsVpnL2tpTunPeerIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel peer's IP address."
|
||||
::= { nsVpnL2tpTunnelEntry 5 }
|
||||
|
||||
nsVpnL2tpTunHost OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel's host name."
|
||||
::= { nsVpnL2tpTunnelEntry 6 }
|
||||
|
||||
nsVpnL2tpTunKeepAlive OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Keep alive time threshold for a l2tp tunnel."
|
||||
::= { nsVpnL2tpTunnelEntry 7 }
|
||||
|
||||
nsVpnL2tpTunVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Virtual system this tunnel belongs to"
|
||||
::= { nsVpnL2tpTunnelEntry 8 }
|
||||
|
||||
-- VPN L2tp Monitoring Tunnel Table
|
||||
|
||||
nsVpnL2tpMonTunnelTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnL2tpMonTunnelEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table specifies the monitoring attributes for NetScreen
|
||||
L2TP tunnel."
|
||||
::= { nsVpnL2TP 3 }
|
||||
|
||||
nsVpnL2tpMonTunnelEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnL2tpMonTunnelEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnL2tpMonTunnelTable holds a set of monitoring
|
||||
parameters associated with an instance of L2TP tunnel."
|
||||
INDEX
|
||||
{ nsVpnL2tpMonTunId }
|
||||
::= { nsVpnL2tpMonTunnelTable 1 }
|
||||
|
||||
NsVpnL2tpMonTunnelEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnL2tpMonTunId Integer32,
|
||||
nsVpnL2tpMonTunPeerId Integer32,
|
||||
nsVpnL2tpMonTunName DisplayString,
|
||||
nsVpnL2tpMonTunPeerIp IpAddress,
|
||||
nsVpnL2tpMonTunPort Integer32,
|
||||
nsVpnL2tpMonTunPeerHost DisplayString,
|
||||
nsVpnL2tpMonTunCalls Integer32,
|
||||
nsVpnL2tpMonTunState INTEGER,
|
||||
nsVpnL2tpMonTunVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnL2tpMonTunId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel id. Its value ranges between 1 and 65535 and may
|
||||
not be contigous."
|
||||
::= { nsVpnL2tpMonTunnelEntry 1 }
|
||||
|
||||
nsVpnL2tpMonTunPeerId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel peer id."
|
||||
::= { nsVpnL2tpMonTunnelEntry 2 }
|
||||
|
||||
nsVpnL2tpMonTunName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel name."
|
||||
::= { nsVpnL2tpMonTunnelEntry 3 }
|
||||
|
||||
nsVpnL2tpMonTunPeerIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel peer's IP address."
|
||||
::= { nsVpnL2tpMonTunnelEntry 4 }
|
||||
|
||||
nsVpnL2tpMonTunPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel port number."
|
||||
::= { nsVpnL2tpMonTunnelEntry 5 }
|
||||
|
||||
nsVpnL2tpMonTunPeerHost OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel peer's host name."
|
||||
::= { nsVpnL2tpMonTunnelEntry 6 }
|
||||
|
||||
nsVpnL2tpMonTunCalls OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Total calls for this tunnel."
|
||||
::= { nsVpnL2tpMonTunnelEntry 7 }
|
||||
|
||||
nsVpnL2tpMonTunState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
idle(1),
|
||||
wait-reply(2),
|
||||
wait-conn(3),
|
||||
establish(4),
|
||||
dead(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel state."
|
||||
::= { nsVpnL2tpMonTunnelEntry 8 }
|
||||
|
||||
nsVpnL2tpMonTunVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Virtual system this tunnel belongs to"
|
||||
::= { nsVpnL2tpMonTunnelEntry 9 }
|
||||
|
||||
|
||||
-- VPN L2tp Monitoring Call Table
|
||||
|
||||
nsVpnL2tpMonCallTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnL2tpMonCallEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table specifies the monitoring attributes for NetScreen
|
||||
L2TP calls."
|
||||
::= { nsVpnL2TP 4 }
|
||||
|
||||
nsVpnL2tpMonCallEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnL2tpMonCallEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnL2tpMonCallTable holds a set of monitoring
|
||||
parameters associated with an instance of L2TP tunnel and call id."
|
||||
INDEX
|
||||
{ nsVpnL2tpMonCallTunId, nsVpnL2tpMonCallId }
|
||||
::= { nsVpnL2tpMonCallTable 1 }
|
||||
|
||||
NsVpnL2tpMonCallEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnL2tpMonCallTunId Integer32,
|
||||
nsVpnL2tpMonCallId Integer32,
|
||||
nsVpnL2tpMonCallPeerId Integer32,
|
||||
nsVpnL2tpMonCallIp IpAddress,
|
||||
nsVpnL2tpMonCallUser DisplayString,
|
||||
nsVpnL2tpMonCallType INTEGER,
|
||||
nsVpnL2tpMonCallState INTEGER,
|
||||
nsVpnL2tpMonCallEstTime TimeTicks,
|
||||
nsVpnL2tpMonCallVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnL2tpMonCallTunId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp tunnel id. Its value ranges between 1 and 65535 and may not
|
||||
be contigous."
|
||||
::= { nsVpnL2tpMonCallEntry 1 }
|
||||
|
||||
nsVpnL2tpMonCallId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp call id."
|
||||
::= { nsVpnL2tpMonCallEntry 2 }
|
||||
|
||||
nsVpnL2tpMonCallPeerId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp call peer id."
|
||||
::= { nsVpnL2tpMonCallEntry 3 }
|
||||
|
||||
nsVpnL2tpMonCallIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp call assigned IP address."
|
||||
::= { nsVpnL2tpMonCallEntry 4 }
|
||||
|
||||
nsVpnL2tpMonCallUser OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp call user name."
|
||||
::= { nsVpnL2tpMonCallEntry 5 }
|
||||
|
||||
nsVpnL2tpMonCallType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
none(1),
|
||||
incoming(2),
|
||||
outgoing(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Call type."
|
||||
::= { nsVpnL2tpMonCallEntry 6 }
|
||||
|
||||
nsVpnL2tpMonCallState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
idle(1),
|
||||
wait-conn(2),
|
||||
establish(3),
|
||||
wait-tunnel(4),
|
||||
wait-reply(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp call state."
|
||||
::= { nsVpnL2tpMonCallEntry 7 }
|
||||
|
||||
nsVpnL2tpMonCallEstTime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2tp call establish time. This is the sysUptime when
|
||||
the call was established"
|
||||
::= { nsVpnL2tpMonCallEntry 8 }
|
||||
|
||||
nsVpnL2tpMonCallVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Virtual system this tunnel belongs to"
|
||||
::= { nsVpnL2tpMonCallEntry 9 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,219 +0,0 @@
|
||||
-- This module defines enterprise MIBs for VPN Manual Key
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-VPN-MANUAL-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenVpnManualMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines NetScreen private MIBs for VPN Manual
|
||||
Key"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311130000Z" -- November 13, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200205210000Z" -- May 21, 2002
|
||||
DESCRIPTION
|
||||
"Zwang add sha-256 in nsVpnManualKeyEspAuthAlg"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"no comment"
|
||||
REVISION "200105140000Z" -- May 14, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenVpnMibModule 2 }
|
||||
|
||||
NsVpnManualKeyEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnManualKeyIndex Integer32,
|
||||
nsVpnManualKeyTunName DisplayString,
|
||||
nsVpnManualKeyGW IpAddress,
|
||||
nsVpnManualKeySILocal Integer32,
|
||||
nsVpnManualKeySIRemote Integer32,
|
||||
nsVpnManualKeyTunnelType INTEGER,
|
||||
nsVpnManualKeyEspEncAlg INTEGER,
|
||||
nsVpnManualKeyEspAuthAlg INTEGER,
|
||||
nsVpnManualKeyAhHash INTEGER,
|
||||
nsVpnManualKeyMonitorEnable INTEGER,
|
||||
nsVpnManualKeyTunToTrust INTEGER,
|
||||
nsVpnManualKeyVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnManualKey OBJECT IDENTIFIER ::= { netscreenVpn 2 }
|
||||
|
||||
nsVpnManualKeyTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnManualKeyEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table specifies the configuration attributes for
|
||||
NetScreen device's manual key setting."
|
||||
::= { nsVpnManualKey 1 }
|
||||
|
||||
nsVpnManualKeyEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnManualKeyEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnManualKeyTable holds a set of
|
||||
configuration parameters associated with an instance of manual
|
||||
key."
|
||||
INDEX
|
||||
{ nsVpnManualKeyIndex }
|
||||
::= { nsVpnManualKeyTable 1 }
|
||||
|
||||
nsVpnManualKeyIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for manual key table. Its value ranges between
|
||||
0 and 65535 and may not be contiguous."
|
||||
::= { nsVpnManualKeyEntry 1 }
|
||||
|
||||
nsVpnManualKeyTunName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"VPN tunnel name that uses this manual key configuration."
|
||||
::= { nsVpnManualKeyEntry 2 }
|
||||
|
||||
nsVpnManualKeyGW OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"VPN tunnel peer gateway IP address."
|
||||
::= { nsVpnManualKeyEntry 3 }
|
||||
|
||||
nsVpnManualKeySILocal OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Local Security Index."
|
||||
::= { nsVpnManualKeyEntry 4 }
|
||||
|
||||
nsVpnManualKeySIRemote OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Remote Security Index."
|
||||
::= { nsVpnManualKeyEntry 5 }
|
||||
|
||||
nsVpnManualKeyTunnelType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
esp(0),
|
||||
ah(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"VPN tunnel type."
|
||||
::= { nsVpnManualKeyEntry 6 }
|
||||
|
||||
nsVpnManualKeyEspEncAlg OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
des-cbc(1),
|
||||
tripple-des-cbc(2),
|
||||
aes-cbc(3),
|
||||
aes-192(4),
|
||||
aes-256(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ESP Encryption Algorithm when manual key vpn tunnel type is
|
||||
ESP."
|
||||
::= { nsVpnManualKeyEntry 7 }
|
||||
|
||||
nsVpnManualKeyEspAuthAlg OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
md5(1),
|
||||
sha(2),
|
||||
sha256(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ESP Authentication Algorithm when manual key vpn tunnel type
|
||||
is ESP."
|
||||
::= { nsVpnManualKeyEntry 8 }
|
||||
|
||||
nsVpnManualKeyAhHash OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
md5(1),
|
||||
sha(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"AH Hash Algorithm when manual key vpn tunnel type is AH."
|
||||
::= { nsVpnManualKeyEntry 9 }
|
||||
|
||||
nsVpnManualKeyMonitorEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable monitor vpn tunnel's link status."
|
||||
::= { nsVpnManualKeyEntry 10 }
|
||||
|
||||
nsVpnManualKeyTunToTrust OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Tunnel to Trusted Interface"
|
||||
::= { nsVpnManualKeyEntry 11 }
|
||||
|
||||
nsVpnManualKeyVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys this vpn manual key setting belongs to."
|
||||
::= { nsVpnManualKeyEntry 12 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,139 +0,0 @@
|
||||
-- These MIBs were created on 02/04/2004
|
||||
-- This module defines enterprise MIBs for VPN tunnel monitoring
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
--
|
||||
|
||||
NETSCREEN-VPN-MON-SA-COUNT-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
|
||||
DisplayString FROM RFC1213-MIB
|
||||
netscreenVpn FROM NETSCREEN-SMI
|
||||
netscreenVpnMon FROM NETSCREEN-VPN-MON-MIB;
|
||||
|
||||
|
||||
-- MODULE-IDENTITY
|
||||
-- OrgName
|
||||
-- Juniper Networks, Inc.
|
||||
-- ContactInfo
|
||||
-- Customer Support
|
||||
--
|
||||
-- 1194 North Mathilda Avenue
|
||||
-- Sunnyvale, California 94089-1206
|
||||
-- USA
|
||||
--
|
||||
-- Tel: 1-800-638-8296
|
||||
-- E-mail: customerservice@juniper.net
|
||||
-- HTTP://www.juniper.net"
|
||||
--
|
||||
-- Descr
|
||||
-- This module defines the object that are used to monitor SA count
|
||||
--
|
||||
-- Last modified date: 07/08/2004
|
||||
-- Added in and out SA counters
|
||||
--
|
||||
-- Last modified date: 06/14/2004
|
||||
-- Modified copyright and contact info
|
||||
--
|
||||
-- Last modified date: 02/04/2004
|
||||
--
|
||||
|
||||
nsVpnMonSACountTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnMonSACountEntry
|
||||
ACCESS not-accessible
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"A list of SA count entries. "
|
||||
::= { netscreenVpnMon 2 }
|
||||
|
||||
nsVpnMonSACountEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnMonSACountEntry
|
||||
ACCESS not-accessible
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"A SA count entry"
|
||||
INDEX { nsVpnMonSACountType }
|
||||
::= { nsVpnMonSACountTable 1 }
|
||||
|
||||
NsVpnMonSACountEntry ::=
|
||||
SEQUENCE {
|
||||
nsVpnMonSACountType
|
||||
INTEGER,
|
||||
nsVpnMonSACountTotal
|
||||
Counter,
|
||||
nsVpnMonSACountAct
|
||||
Counter,
|
||||
nsVpnMonSACountInTotal
|
||||
Counter,
|
||||
nsVpnMonSACountInAct
|
||||
Counter,
|
||||
nsVpnMonSACountOutTotal
|
||||
Counter,
|
||||
nsVpnMonSACountOutAct
|
||||
Counter
|
||||
}
|
||||
|
||||
nsVpnMonSACountType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
ipv4(1),
|
||||
ipv6(2)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The SA Count type (ipv4(1) or ipv6(2))"
|
||||
::= { nsVpnMonSACountEntry 1 }
|
||||
|
||||
nsVpnMonSACountTotal OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The total count of SA"
|
||||
::= { nsVpnMonSACountEntry 2 }
|
||||
|
||||
nsVpnMonSACountAct OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The active SA Count."
|
||||
::= { nsVpnMonSACountEntry 3 }
|
||||
|
||||
nsVpnMonSACountInTotal OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The in total SA count"
|
||||
::= { nsVpnMonSACountEntry 4 }
|
||||
|
||||
nsVpnMonSACountInAct OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The in active SA Count"
|
||||
::= { nsVpnMonSACountEntry 5 }
|
||||
|
||||
nsVpnMonSACountOutTotal OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The out total SA count"
|
||||
::= { nsVpnMonSACountEntry 6 }
|
||||
|
||||
nsVpnMonSACountOutAct OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The out active SA Count."
|
||||
::= { nsVpnMonSACountEntry 7 }
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
||||
@@ -1,537 +0,0 @@
|
||||
-- This module defines enterprise MIBs for VPN tunnel monitoring
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-VPN-MON-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Counter32, Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE,
|
||||
TimeTicks
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenVpnMonMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines the object that are used to monitor VPN
|
||||
tunnels"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311130000Z" -- November 13, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"no comment"
|
||||
REVISION "200008270000Z" -- August 27, 2000
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenVpnMibModule 1 }
|
||||
|
||||
NsVpnMonEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnMonIndex Integer32,
|
||||
nsVpnMonInPlyId Integer32,
|
||||
nsVpnMonOutPlyId Integer32,
|
||||
nsVpnMonVpnName DisplayString,
|
||||
nsVpnMonVsysName DisplayString,
|
||||
nsVpnMonTunnelType INTEGER,
|
||||
nsVpnMonEspEncAlg INTEGER,
|
||||
nsVpnMonEspAuthAlg INTEGER,
|
||||
nsVpnMonAhAlg INTEGER,
|
||||
nsVpnMonKeyType INTEGER,
|
||||
nsVpnMonP1Auth INTEGER,
|
||||
nsVpnMonVpnType INTEGER,
|
||||
nsVpnMonRmtGwIp IpAddress,
|
||||
nsVpnMonRmtGwId DisplayString,
|
||||
nsVpnMonMyGwIp IpAddress,
|
||||
nsVpnMonMyGwId DisplayString,
|
||||
nsVpnMonOutSpi Integer32,
|
||||
nsVpnMonInSpi Integer32,
|
||||
nsVpnMonMonState INTEGER,
|
||||
nsVpnMonTunnelState INTEGER,
|
||||
nsVpnMonP1State INTEGER,
|
||||
nsVpnMonP1LifeTime Integer32,
|
||||
nsVpnMonP2State INTEGER,
|
||||
nsVpnMonP2LifeTime Integer32,
|
||||
nsVpnMonP2LifeBytes Integer32,
|
||||
nsVpnMonDelayAvg Integer32,
|
||||
nsVpnMonDelayLast Integer32,
|
||||
nsVpnMonAvail Integer32,
|
||||
nsVpnMonSaId Integer32,
|
||||
nsVpnMonGroupId Integer32,
|
||||
nsVpnMonUsrId Integer32,
|
||||
nsVpnMonStartSessRequestTime TimeTicks,
|
||||
nsVpnMonStartSessEstTime TimeTicks,
|
||||
nsVpnMonEndSessTime TimeTicks,
|
||||
nsVpnMonBytesIn Counter32,
|
||||
nsVpnMonBytesOut Counter32,
|
||||
nsVpnMonPacketsIn Counter32,
|
||||
nsVpnMonPacketsOut Counter32,
|
||||
nsVpnMonIfIndex Integer32,
|
||||
nsVpnMonUpdateTime TimeTicks,
|
||||
nsVpnMonDN DisplayString,
|
||||
nsVpnMonIfInfo Integer32
|
||||
}
|
||||
|
||||
netscreenVpnMon OBJECT IDENTIFIER ::= { netscreenVpn 1 }
|
||||
|
||||
nsVpnMonTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnMonEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of active VPN tunnel entries."
|
||||
::= { netscreenVpnMon 1 }
|
||||
|
||||
nsVpnMonEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnMonEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A VPN tunnel entry containing attributes for both IKE Phase 1
|
||||
and Phase 2 as well as associated policy"
|
||||
INDEX
|
||||
{ nsVpnMonIndex }
|
||||
::= { nsVpnMonTable 1 }
|
||||
|
||||
nsVpnMonIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for each active VPN tunnel. Its value ranges
|
||||
between 1 and 65535 and may not be contiguous. Due to the
|
||||
dynamic nature of active VPN tunnels, the index has no other
|
||||
meaning but a pure index"
|
||||
::= { nsVpnMonEntry 1 }
|
||||
|
||||
nsVpnMonInPlyId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The incoming policy ID for which this tunnel is created for.
|
||||
-1 means no policy associates with this SA."
|
||||
::= { nsVpnMonEntry 2 }
|
||||
|
||||
nsVpnMonOutPlyId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The outgoing policy ID for which this tunnel is created for.
|
||||
-1 means no policy associates with this SA."
|
||||
::= { nsVpnMonEntry 3 }
|
||||
|
||||
nsVpnMonVpnName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A textual string contains information about the VPN entity
|
||||
from which this tunnel was derived."
|
||||
::= { nsVpnMonEntry 4 }
|
||||
|
||||
nsVpnMonVsysName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A textual string contains the Virtual system to which this
|
||||
tunnel belongs."
|
||||
::= { nsVpnMonEntry 5 }
|
||||
|
||||
nsVpnMonTunnelType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
reserved(0),
|
||||
proto-isakmp(1),
|
||||
proto-ipsec-ah(2),
|
||||
proto-ipsec-esp(3),
|
||||
proto-ipcomp(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Protocol type used for the tunnel"
|
||||
::= { nsVpnMonEntry 6 }
|
||||
|
||||
nsVpnMonEspEncAlg OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
reserved(0),
|
||||
esp-des-iv64(1),
|
||||
esp-des(2),
|
||||
esp-3des(3),
|
||||
esp-rc5(4),
|
||||
esp-idea(5),
|
||||
esp-cast(6),
|
||||
esp-blowfish(7),
|
||||
esp-3idea(8),
|
||||
esp-des-iv32(9),
|
||||
esp-rc4(10),
|
||||
esp-null(11),
|
||||
esp-aes(12),
|
||||
esp-aes192(20),
|
||||
esp-aes256(21)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a value which identifies a particular algorithm to be used to
|
||||
provide secrecy protection for ESP."
|
||||
::= { nsVpnMonEntry 7 }
|
||||
|
||||
nsVpnMonEspAuthAlg OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
reserved(0),
|
||||
hmac-md5(1),
|
||||
hmac-sha(2),
|
||||
des-mac(3),
|
||||
ipdk(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The ESP Authentication Algorithm used in the IPsec."
|
||||
::= { nsVpnMonEntry 8 }
|
||||
|
||||
nsVpnMonAhAlg OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
reserved(0),
|
||||
ah-md5(2),
|
||||
ah-sha(3),
|
||||
ah-des(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a value which identifies a particular algorithm to be used to
|
||||
provide integrity protection for AH."
|
||||
::= { nsVpnMonEntry 9 }
|
||||
|
||||
nsVpnMonKeyType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
manual(0),
|
||||
auto-ike(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a value which identifies a key exchange protocol to be used
|
||||
for the negotiation"
|
||||
::= { nsVpnMonEntry 10 }
|
||||
|
||||
nsVpnMonP1Auth OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
unused(0),
|
||||
preshared-key(1),
|
||||
dss-Signature(2),
|
||||
rsa-Signature(3),
|
||||
rsa-Encryption1(4),
|
||||
rsa-Encryption2(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a value which identifies Phase 1 authentication method"
|
||||
::= { nsVpnMonEntry 11 }
|
||||
|
||||
nsVpnMonVpnType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
reserved(0),
|
||||
dialup(1),
|
||||
site-to-site(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The type of this VPN tunnel, either a dialup or site-to-site"
|
||||
::= { nsVpnMonEntry 12 }
|
||||
|
||||
nsVpnMonRmtGwIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The peer Gateway's IP address"
|
||||
::= { nsVpnMonEntry 13 }
|
||||
|
||||
nsVpnMonRmtGwId OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The peer Gateway's ID"
|
||||
::= { nsVpnMonEntry 14 }
|
||||
|
||||
nsVpnMonMyGwIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The local Gateway's IP address"
|
||||
::= { nsVpnMonEntry 15 }
|
||||
|
||||
nsVpnMonMyGwId OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The local Gateway's ID"
|
||||
::= { nsVpnMonEntry 16 }
|
||||
|
||||
nsVpnMonOutSpi OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The SPI for outgoing packets"
|
||||
::= { nsVpnMonEntry 17 }
|
||||
|
||||
nsVpnMonInSpi OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The SPI for incoming packets"
|
||||
::= { nsVpnMonEntry 18 }
|
||||
|
||||
nsVpnMonMonState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
off(0),
|
||||
on(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The monitoring status, if it is on, an icmp ping will be sent
|
||||
over the tunnel periodically to test the connectivity and
|
||||
latency"
|
||||
::= { nsVpnMonEntry 19 }
|
||||
|
||||
nsVpnMonTunnelState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
down(0),
|
||||
up(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current tunnel status determined by the icmp ping if The
|
||||
monitoring status is on."
|
||||
::= { nsVpnMonEntry 20 }
|
||||
|
||||
nsVpnMonP1State OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
inactive(0),
|
||||
active(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The IKE's Phase 1 status"
|
||||
::= { nsVpnMonEntry 21 }
|
||||
|
||||
nsVpnMonP1LifeTime OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"an active Phase 1 sa's time left before re-key. -1 means
|
||||
unlimited lifetime."
|
||||
::= { nsVpnMonEntry 22 }
|
||||
|
||||
nsVpnMonP2State OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
inactive(0),
|
||||
active(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The IKE's Phase 2 status"
|
||||
::= { nsVpnMonEntry 23 }
|
||||
|
||||
nsVpnMonP2LifeTime OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"an active Phase 2 sa's time left before re-key. -1 means
|
||||
unlimited life time."
|
||||
::= { nsVpnMonEntry 24 }
|
||||
|
||||
nsVpnMonP2LifeBytes OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"an active Phase 2 sa's bytes left before re-key. -1 means
|
||||
unlimited life bytes."
|
||||
::= { nsVpnMonEntry 25 }
|
||||
|
||||
nsVpnMonDelayAvg OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a kind of rolling average of latency, in milliseconds. -1 has
|
||||
no meaning here, which means nsVpnMonDelayAvg has not been
|
||||
calculated yet."
|
||||
::= { nsVpnMonEntry 26 }
|
||||
|
||||
nsVpnMonDelayLast OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"latency in last sample, in milliseconds.
|
||||
-1 means either vpn tunnel is inactive or vpn tunnel monitor is
|
||||
not turned on."
|
||||
::= { nsVpnMonEntry 27 }
|
||||
|
||||
nsVpnMonAvail OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"percentage over 30 samples"
|
||||
::= { nsVpnMonEntry 28 }
|
||||
|
||||
nsVpnMonSaId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SA identifier, also used as table index"
|
||||
::= { nsVpnMonEntry 29 }
|
||||
|
||||
nsVpnMonGroupId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Group Identifier"
|
||||
::= { nsVpnMonEntry 30 }
|
||||
|
||||
nsVpnMonUsrId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User Identifier"
|
||||
::= { nsVpnMonEntry 31 }
|
||||
|
||||
nsVpnMonStartSessRequestTime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Start Session request timestamp"
|
||||
::= { nsVpnMonEntry 32 }
|
||||
|
||||
nsVpnMonStartSessEstTime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Start Session establish timestamp"
|
||||
::= { nsVpnMonEntry 33 }
|
||||
|
||||
nsVpnMonEndSessTime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"End Session timestamp [when session terminates]"
|
||||
::= { nsVpnMonEntry 34 }
|
||||
|
||||
nsVpnMonBytesIn OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Incoming bytes through this sa."
|
||||
::= { nsVpnMonEntry 35 }
|
||||
|
||||
nsVpnMonBytesOut OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Outgoing bytes through this sa."
|
||||
::= { nsVpnMonEntry 36 }
|
||||
|
||||
nsVpnMonPacketsIn OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Incoming packets through this sa."
|
||||
::= { nsVpnMonEntry 37 }
|
||||
|
||||
nsVpnMonPacketsOut OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Outgoing packets through this sa."
|
||||
::= { nsVpnMonEntry 38 }
|
||||
|
||||
nsVpnMonIfIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"interface index."
|
||||
::= { nsVpnMonEntry 39 }
|
||||
|
||||
nsVpnMonUpdateTime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Timestamp [Whenever any member of the row gets updated, the
|
||||
timestamp is updated]"
|
||||
::= { nsVpnMonEntry 40 }
|
||||
|
||||
nsVpnMonDN OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"DN name"
|
||||
::= { nsVpnMonEntry 41 }
|
||||
|
||||
nsVpnMonIfInfo OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Internal id assigned to this interface. Stays persistent across resets."
|
||||
::= { nsVpnMonEntry 42 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,186 +0,0 @@
|
||||
-- This module defines enterprise MIBs for VPN Phase 1
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-VPN-PHASEONE-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenVpnPhaseoneMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines NetScreen private MIBs for VPN Phase 1"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311130000Z" -- November 13, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"no comment"
|
||||
REVISION "200105140000Z" -- May 14, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenVpnMibModule 5 }
|
||||
|
||||
NsVpnPhOneEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnPhOneIndex Integer32,
|
||||
nsVpnPhOneName DisplayString,
|
||||
nsVpnPhOneAuthMethod INTEGER,
|
||||
nsVpnPhOneDhGroup Integer32,
|
||||
nsVpnPhOneEncryp INTEGER,
|
||||
nsVpnPhOneHash INTEGER,
|
||||
nsVpnPhOneLifetime Integer32,
|
||||
nsVpnPhOneLifetimeMeasure INTEGER,
|
||||
nsVpnPhOneVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnPhaseOneCfg OBJECT IDENTIFIER ::= { netscreenVpn 5 }
|
||||
|
||||
nsVpnPhOneTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnPhOneEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"To establish an IKE IPSec tunnel, two phases of negotiation
|
||||
are required. This table specifies the configuration attributes
|
||||
for Phase One negotiation. In Phase 1, the participants
|
||||
establish a secure channel in which to negotiate the IPSec
|
||||
SAs."
|
||||
::= { nsVpnPhaseOneCfg 1 }
|
||||
|
||||
nsVpnPhOneEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnPhOneEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnPhOneTable holds a set of configuration
|
||||
parameters associated with an instance of Phase 1 setting."
|
||||
INDEX
|
||||
{ nsVpnPhOneIndex }
|
||||
::= { nsVpnPhOneTable 1 }
|
||||
|
||||
nsVpnPhOneIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for phase one table. Its value ranges between
|
||||
1 and 65535 and may not be contiguous. The index has no other
|
||||
meaning but a pure index"
|
||||
::= { nsVpnPhOneEntry 1 }
|
||||
|
||||
nsVpnPhOneName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase one proposal name."
|
||||
::= { nsVpnPhOneEntry 2 }
|
||||
|
||||
nsVpnPhOneAuthMethod OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
preshare(0),
|
||||
rsa-sig(1),
|
||||
dsa-sig(2),
|
||||
rsa-enc(3),
|
||||
rsa-rev(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase one proposal authentication method."
|
||||
::= { nsVpnPhOneEntry 3 }
|
||||
|
||||
nsVpnPhOneDhGroup OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase one proposal Diffie-Hellman exchange group id."
|
||||
::= { nsVpnPhOneEntry 4 }
|
||||
|
||||
nsVpnPhOneEncryp OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
des(1),
|
||||
des3(2),
|
||||
aes(3),
|
||||
aes-192(4),
|
||||
aes-256(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase one proposal encryption exchange id."
|
||||
::= { nsVpnPhOneEntry 5 }
|
||||
|
||||
nsVpnPhOneHash OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
md5(1),
|
||||
sha(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase one proposal hash algorithm."
|
||||
::= { nsVpnPhOneEntry 6 }
|
||||
|
||||
nsVpnPhOneLifetime OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Lifetime of this phase one setting."
|
||||
::= { nsVpnPhOneEntry 7 }
|
||||
|
||||
nsVpnPhOneLifetimeMeasure OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
second(0),
|
||||
minute(1),
|
||||
hours(2),
|
||||
days(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"life time measurement."
|
||||
::= { nsVpnPhOneEntry 8 }
|
||||
|
||||
nsVpnPhOneVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys this phase one proposal configuration belongs to."
|
||||
::= { nsVpnPhOneEntry 9 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,208 +0,0 @@
|
||||
-- This module defines enterprise MIBs for VPN Phase two
|
||||
-- negotiation.
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-VPN-PHASETWO-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenVpnPhasetwoMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines NetScreen private MIBs for VPN Phase two
|
||||
negotiation."
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311130000Z" -- November 13, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200109280000Z" -- September 28, 2001
|
||||
DESCRIPTION
|
||||
"no comment"
|
||||
REVISION "200105140000Z" -- May 14, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenVpnMibModule 6 }
|
||||
|
||||
NsVpnPhTwoEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnPhTwoIndex Integer32,
|
||||
nsVpnPhTwoName DisplayString,
|
||||
nsVpnPhTwoPFS Integer32,
|
||||
nsVpnPhTwoEncapMethod INTEGER,
|
||||
nsVpnPhTwoESPEncryp INTEGER,
|
||||
nsVpnPhTwoESPAuth INTEGER,
|
||||
nsVpnPhTwoAhAuth INTEGER,
|
||||
nsVpnPhTwoLifetime Integer32,
|
||||
nsVpnPhTwoLifetimeMeasure INTEGER,
|
||||
nsVpnPhTwoLifetimeKb Integer32,
|
||||
nsVpnPhTwoVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnPhaseTwoCfg OBJECT IDENTIFIER ::= { netscreenVpn 6 }
|
||||
|
||||
nsVpnPhTwoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnPhTwoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"To establish an IKE IPSec tunnel, two phases of negotiation
|
||||
are required. This table specifies the configuration attributes
|
||||
for Phase Two negotiation. In Phase 2, the participants
|
||||
negotiate the IPSec SAs for encrypting and authenticating the
|
||||
ensuing exchanges of user data."
|
||||
::= { nsVpnPhaseTwoCfg 1 }
|
||||
|
||||
nsVpnPhTwoEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnPhTwoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnPhTwoTable holds a set of configuration
|
||||
parameters associated with an instance of Phase 2 setting."
|
||||
INDEX
|
||||
{ nsVpnPhTwoIndex }
|
||||
::= { nsVpnPhTwoTable 1 }
|
||||
|
||||
nsVpnPhTwoIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for phase Two table. Its value ranges between
|
||||
1 and 65535 and may not be contiguous. The index has no other
|
||||
meaning but a pure index"
|
||||
::= { nsVpnPhTwoEntry 1 }
|
||||
|
||||
nsVpnPhTwoName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase two proposal name."
|
||||
::= { nsVpnPhTwoEntry 2 }
|
||||
|
||||
nsVpnPhTwoPFS OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Perfect Forward Secrecy - Diffie-Hellman exchange group."
|
||||
::= { nsVpnPhTwoEntry 3 }
|
||||
|
||||
nsVpnPhTwoEncapMethod OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
ah(0),
|
||||
esp(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase two proposal encapsulation method."
|
||||
::= { nsVpnPhTwoEntry 4 }
|
||||
|
||||
nsVpnPhTwoESPEncryp OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
des(1),
|
||||
triple-des(2),
|
||||
aes(3),
|
||||
aes-192(4),
|
||||
aes-256(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase two proposal ESP encryption algorithm."
|
||||
::= { nsVpnPhTwoEntry 5 }
|
||||
|
||||
nsVpnPhTwoESPAuth OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
md5(1),
|
||||
sha(2),
|
||||
sha-256(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase two proposal ESP authentication Algorithm."
|
||||
::= { nsVpnPhTwoEntry 6 }
|
||||
|
||||
nsVpnPhTwoAhAuth OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
md5(1),
|
||||
sha(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Phase two proposal AH authentication Algorithm."
|
||||
::= { nsVpnPhTwoEntry 7 }
|
||||
|
||||
nsVpnPhTwoLifetime OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Lifetime in time"
|
||||
::= { nsVpnPhTwoEntry 8 }
|
||||
|
||||
nsVpnPhTwoLifetimeMeasure OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
second(0),
|
||||
minute(1),
|
||||
hours(2),
|
||||
days(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"life time measurement."
|
||||
::= { nsVpnPhTwoEntry 9 }
|
||||
|
||||
nsVpnPhTwoLifetimeKb OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Lifetime in KBytes"
|
||||
::= { nsVpnPhTwoEntry 10 }
|
||||
|
||||
nsVpnPhTwoVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys this proposal configuration belongs to."
|
||||
::= { nsVpnPhTwoEntry 11 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -1,466 +0,0 @@
|
||||
-- This module defines enterprise MIBs for VPN User
|
||||
--
|
||||
-- Copyright (c) 1999-2004, Juniper Networks, Inc.
|
||||
-- All rights reserved.
|
||||
|
||||
NETSCREEN-VPN-USER-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
netscreenVpnMibModule
|
||||
FROM NETSCREEN-SMI
|
||||
Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
netscreenUserMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "200405032022Z" -- May 03, 2004
|
||||
ORGANIZATION
|
||||
"Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Customer Support
|
||||
|
||||
1194 North Mathilda Avenue
|
||||
Sunnyvale, California 94089-1206
|
||||
USA
|
||||
|
||||
Tel: 1-800-638-8296
|
||||
E-mail: customerservice@juniper.net
|
||||
HTTP://www.juniper.net"
|
||||
DESCRIPTION
|
||||
"This module defines NetScreen private MIBs for VPN User"
|
||||
REVISION "200405030000Z" -- May 03, 2004
|
||||
DESCRIPTION
|
||||
"Modified copyright and contact information"
|
||||
REVISION "200403030000Z" -- March 03, 2004
|
||||
DESCRIPTION
|
||||
"Converted to SMIv2 by Longview Software"
|
||||
REVISION "200311130000Z" -- November 13, 2003
|
||||
DESCRIPTION
|
||||
"Correct spelling mistake"
|
||||
REVISION "200205050000Z" -- May 05, 2002
|
||||
DESCRIPTION
|
||||
"Add dial-up group type"
|
||||
REVISION "200105140000Z" -- May 14, 2001
|
||||
DESCRIPTION
|
||||
"Creation Date"
|
||||
::= { netscreenVpnMibModule 10 }
|
||||
|
||||
NsVpnAILUsrEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnAILUsrIndex Integer32,
|
||||
nsVpnAILUsrName DisplayString,
|
||||
nsVpnAILUsrGrp DisplayString,
|
||||
nsVpnAILUsrStatus INTEGER,
|
||||
nsVpnAILUsrIKE INTEGER,
|
||||
nsVpnAILUsrIKEIdType INTEGER,
|
||||
nsVpnAILUsrIKEId DisplayString,
|
||||
nsVpnAILUsrAuth INTEGER,
|
||||
nsVpnAILUsrL2TP INTEGER,
|
||||
nsVpnAILUsrL2tpRemoteIp IpAddress,
|
||||
nsVpnAILUsrL2tpIpPool DisplayString,
|
||||
nsVpnAILUsrL2tpIp IpAddress,
|
||||
nsVpnAILUsrL2tpPriDnsIp IpAddress,
|
||||
nsVpnAILUsrL2tpSecDnsIp IpAddress,
|
||||
nsVpnAILUsrL2tpPriWinsIp IpAddress,
|
||||
nsVpnAILUsrL2tpSecWinsIp IpAddress,
|
||||
nsVpnAILUsrVsys Integer32
|
||||
}
|
||||
|
||||
NsVpnManualKeyUsrEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnManualKeyUsrIndex Integer32,
|
||||
nsVpnManualKeyUsrName DisplayString,
|
||||
nsVpnManualKeyUsrGrp DisplayString,
|
||||
nsVpnManualKeyUsrSILocal Integer32,
|
||||
nsVpnManualKeyUsrSIRemote Integer32,
|
||||
nsVpnManualKeyUsrTunnelType INTEGER,
|
||||
nsVpnManualKeyUsrEspEncAlg INTEGER,
|
||||
nsVpnManualKeyUsrEspAuthAlg INTEGER,
|
||||
nsVpnManualKeyUsrAhHash INTEGER,
|
||||
nsVpnManualKeyUsrVsys Integer32
|
||||
}
|
||||
|
||||
NsVpnUsrDialupGrpEntry ::= SEQUENCE
|
||||
{
|
||||
nsVpnUsrDialupGrpIndex Integer32,
|
||||
nsVpnUsrDialupGrpName DisplayString,
|
||||
nsVpnUsrDialupGrpType INTEGER,
|
||||
nsVpnUsrDialupGrpVsys Integer32
|
||||
}
|
||||
|
||||
nsVpnUser OBJECT IDENTIFIER ::= { netscreenVpn 10 }
|
||||
|
||||
nsVpnUsrDialupGrpTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnUsrDialupGrpEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"NetScreen supports using dialup group to organize vpn
|
||||
user.This table collects the information of dialup group in
|
||||
NetScreen device."
|
||||
::= { nsVpnUser 1 }
|
||||
|
||||
nsVpnUsrDialupGrpEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnUsrDialupGrpEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in this table holds a set of configuration
|
||||
information about dialup group."
|
||||
INDEX
|
||||
{ nsVpnUsrDialupGrpIndex }
|
||||
::= { nsVpnUsrDialupGrpTable 1 }
|
||||
|
||||
nsVpnUsrDialupGrpIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for schedule. Its value ranges between 0 and
|
||||
65535 and may not be contiguous."
|
||||
::= { nsVpnUsrDialupGrpEntry 1 }
|
||||
|
||||
nsVpnUsrDialupGrpName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"dialup user group name."
|
||||
::= { nsVpnUsrDialupGrpEntry 2 }
|
||||
|
||||
nsVpnUsrDialupGrpType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
undefined(0),
|
||||
manual(1),
|
||||
ike(2),
|
||||
l2tp(3),
|
||||
xauth(4),
|
||||
auth(5),
|
||||
external(6)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"dial up group type."
|
||||
::= { nsVpnUsrDialupGrpEntry 3 }
|
||||
|
||||
nsVpnUsrDialupGrpVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys this group belongs to."
|
||||
::= { nsVpnUsrDialupGrpEntry 4 }
|
||||
|
||||
nsVpnManualKeyUsrTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnManualKeyUsrEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table specifies the configuration attributes for manual
|
||||
key user."
|
||||
::= { nsVpnUser 2 }
|
||||
|
||||
nsVpnManualKeyUsrEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnManualKeyUsrEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnManualkeyUsrTable holds a set of
|
||||
configuration parameters associated with an instance of manual
|
||||
key user."
|
||||
INDEX
|
||||
{ nsVpnManualKeyUsrIndex }
|
||||
::= { nsVpnManualKeyUsrTable 1 }
|
||||
|
||||
nsVpnManualKeyUsrIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for manual key user table. Its value ranges
|
||||
between 0 and 65535 and may not be contiguous."
|
||||
::= { nsVpnManualKeyUsrEntry 1 }
|
||||
|
||||
nsVpnManualKeyUsrName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User name."
|
||||
::= { nsVpnManualKeyUsrEntry 2 }
|
||||
|
||||
nsVpnManualKeyUsrGrp OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"group this user belongs to."
|
||||
::= { nsVpnManualKeyUsrEntry 3 }
|
||||
|
||||
nsVpnManualKeyUsrSILocal OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Local Security Index"
|
||||
::= { nsVpnManualKeyUsrEntry 4 }
|
||||
|
||||
nsVpnManualKeyUsrSIRemote OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Remote Security Index"
|
||||
::= { nsVpnManualKeyUsrEntry 5 }
|
||||
|
||||
nsVpnManualKeyUsrTunnelType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
esp(0),
|
||||
ah(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vpn tunnel type."
|
||||
::= { nsVpnManualKeyUsrEntry 6 }
|
||||
|
||||
nsVpnManualKeyUsrEspEncAlg OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
des-cbc(1),
|
||||
triple-des-cbc(2)
|
||||
aes(3),
|
||||
aes-192(4),
|
||||
aes-256(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ESP Encryption Algorithm."
|
||||
::= { nsVpnManualKeyUsrEntry 7 }
|
||||
|
||||
nsVpnManualKeyUsrEspAuthAlg OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
md5(1),
|
||||
sha(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ESP Authentication Algorithm."
|
||||
::= { nsVpnManualKeyUsrEntry 8 }
|
||||
|
||||
nsVpnManualKeyUsrAhHash OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
null(0),
|
||||
md5(1),
|
||||
sha(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"AH Hash Algorithm."
|
||||
::= { nsVpnManualKeyUsrEntry 9 }
|
||||
|
||||
nsVpnManualKeyUsrVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys this user belongs to."
|
||||
::= { nsVpnManualKeyUsrEntry 10 }
|
||||
|
||||
nsVpnAILUsrTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF NsVpnAILUsrEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table specifies the configuration attributes for
|
||||
AUTH/IKE/L2TP user."
|
||||
::= { nsVpnUser 3 }
|
||||
|
||||
nsVpnAILUsrEntry OBJECT-TYPE
|
||||
SYNTAX NsVpnAILUsrEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry in the nsVpnManualkeyUsrTable holds a set of
|
||||
configuration parameters associated with an instance of
|
||||
AUTH/IKE/L2TP user."
|
||||
INDEX
|
||||
{ nsVpnAILUsrIndex }
|
||||
::= { nsVpnAILUsrTable 1 }
|
||||
|
||||
nsVpnAILUsrIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique value for Auth/Ike/l2tp user table. Its value ranges
|
||||
between 1 and 65535 and may not be contiguous."
|
||||
::= { nsVpnAILUsrEntry 1 }
|
||||
|
||||
nsVpnAILUsrName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User name."
|
||||
::= { nsVpnAILUsrEntry 2 }
|
||||
|
||||
nsVpnAILUsrGrp OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"group this user belongs to."
|
||||
::= { nsVpnAILUsrEntry 3 }
|
||||
|
||||
nsVpnAILUsrStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enabled(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User status"
|
||||
::= { nsVpnAILUsrEntry 4 }
|
||||
|
||||
nsVpnAILUsrIKE OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Since Authentication, IKE L2TP can be combined together. This
|
||||
attribute is used to indicate if this user is an IKE user."
|
||||
::= { nsVpnAILUsrEntry 5 }
|
||||
|
||||
nsVpnAILUsrIKEIdType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
not-set(0),
|
||||
ipv4-addr(1),
|
||||
fqdn(2),
|
||||
usr-fqdn(3),
|
||||
ipv4-addr-subnet(4),
|
||||
ipv6-addr(5),
|
||||
ipv6-addr-subnet(6),
|
||||
ipv4-addr-addr-range(7),
|
||||
ipv6-addr-addr-range(8),
|
||||
der-asn1-dn(9),
|
||||
der-asn1-gn(10)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IKE user type 1 means auto, other values are undefined."
|
||||
::= { nsVpnAILUsrEntry 6 }
|
||||
|
||||
nsVpnAILUsrIKEId OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IKE id."
|
||||
::= { nsVpnAILUsrEntry 7 }
|
||||
|
||||
nsVpnAILUsrAuth OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Since Authentication, IKE L2TP can be combined together. This
|
||||
attribute is used to indicate if this user is an Authentication
|
||||
user."
|
||||
::= { nsVpnAILUsrEntry 8 }
|
||||
|
||||
nsVpnAILUsrL2TP OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Since Authentication, IKE L2TP can be combined together. This
|
||||
attribute is used to indicate if this user is a L2TP user. The
|
||||
NetScreen-1000 does not support L2TP."
|
||||
::= { nsVpnAILUsrEntry 9 }
|
||||
|
||||
nsVpnAILUsrL2tpRemoteIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2TP remote peer ip address."
|
||||
::= { nsVpnAILUsrEntry 10 }
|
||||
|
||||
nsVpnAILUsrL2tpIpPool OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ip pool entity name."
|
||||
::= { nsVpnAILUsrEntry 11 }
|
||||
|
||||
nsVpnAILUsrL2tpIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L2TP local ip address."
|
||||
::= { nsVpnAILUsrEntry 12 }
|
||||
|
||||
nsVpnAILUsrL2tpPriDnsIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"primary DNS server IP address for L2TP user."
|
||||
::= { nsVpnAILUsrEntry 13 }
|
||||
|
||||
nsVpnAILUsrL2tpSecDnsIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"secondary DNS server IP address for L2TP user."
|
||||
::= { nsVpnAILUsrEntry 14 }
|
||||
|
||||
nsVpnAILUsrL2tpPriWinsIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"primary WINS server IP address for L2TP user."
|
||||
::= { nsVpnAILUsrEntry 15 }
|
||||
|
||||
nsVpnAILUsrL2tpSecWinsIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"secondary WINS server IP address for L2TP user."
|
||||
::= { nsVpnAILUsrEntry 16 }
|
||||
|
||||
nsVpnAILUsrVsys OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"vsys this user belongs to."
|
||||
::= { nsVpnAILUsrEntry 17 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -24,6 +24,19 @@ jnxAnalyzerMIB MODULE-IDENTITY
|
||||
used in enterprise switches to send a copy of all or sampled
|
||||
packets seen on a port to an anlyzer on the same or different
|
||||
switch."
|
||||
|
||||
REVISION
|
||||
"200808010000Z" -- Fri Aug 01 00:00:00 2008 UTC
|
||||
|
||||
DESCRIPTION
|
||||
"Initial version"
|
||||
|
||||
REVISION
|
||||
"200904220000Z" -- Wed April 22 00:00:00 2009 UTC
|
||||
|
||||
DESCRIPTION
|
||||
"Marking jnxAnalyzerStatus as deprecated"
|
||||
|
||||
::= { jnxExAnalyzer 1 }
|
||||
|
||||
jnxAnalyzerMIBObjects OBJECT IDENTIFIER ::= { jnxAnalyzerMIB 1 }
|
||||
@@ -69,7 +82,7 @@ jnxAnalyzerName OBJECT-TYPE
|
||||
jnxAnalyzerStatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"This object identifies whether the mirroring associated with a
|
||||
particular analyzer is enabled or disabled."
|
||||
|
||||
@@ -1530,20 +1530,13 @@ jnxStatusSource OBJECT IDENTIFIER ::= { jnxClassStatus 1 }
|
||||
jnxEX8208Slot48S OBJECT IDENTIFIER ::= { jnxEX8208SlotFPC 1 }
|
||||
jnxEX8208Slot48T OBJECT IDENTIFIER ::= { jnxEX8208SlotFPC 2 }
|
||||
jnxEX8208Slot8XS OBJECT IDENTIFIER ::= { jnxEX8208SlotFPC 3 }
|
||||
jnxEX8208SlotPLC OBJECT IDENTIFIER ::= { jnxEX8208SlotFPC 4 }
|
||||
jnxEX8208SIB OBJECT IDENTIFIER ::= { jnxSlotEX8208 2 }
|
||||
-- Swtich Interface Board
|
||||
jnxEX8208HM OBJECT IDENTIFIER ::= { jnxSlotEX8208 3 }
|
||||
-- Host Module (also called Routing Engine)
|
||||
jnxEX8208SlotPower OBJECT IDENTIFIER ::= { jnxSlotEX8208 4 }
|
||||
jnxEX8208SlotPowerAC OBJECT IDENTIFIER ::= { jnxEX8208SlotPower 1 }
|
||||
jnxEX8208SlotPowerDC OBJECT IDENTIFIER ::= { jnxEX8208SlotPower 2 }
|
||||
jnxEX8208SlotFan OBJECT IDENTIFIER ::= { jnxSlotEX8208 5 }
|
||||
jnxEX8208SlotFT OBJECT IDENTIFIER ::= { jnxEX8208SlotFan 1 }
|
||||
jnxEX8208SlotCBD OBJECT IDENTIFIER ::= { jnxSlotEX8208 6 }
|
||||
-- Control Board
|
||||
jnxEX8208SlotCDC OBJECT IDENTIFIER ::= { jnxSlotEX8208 7 }
|
||||
-- Processor Mezzanine CPU Daughter Card for FPC
|
||||
|
||||
jnxMediaCardSpaceEX8208 OBJECT IDENTIFIER ::= { jnxMediaCardSpace 32 }
|
||||
jnxEX8208MediaCardSpacePIC OBJECT IDENTIFIER ::= { jnxMediaCardSpaceEX8208 1 }
|
||||
@@ -1566,21 +1559,16 @@ jnxStatusSource OBJECT IDENTIFIER ::= { jnxClassStatus 1 }
|
||||
jnxEX8216Slot48S OBJECT IDENTIFIER ::= { jnxEX8216SlotFPC 1 }
|
||||
jnxEX8216Slot48T OBJECT IDENTIFIER ::= { jnxEX8216SlotFPC 2 }
|
||||
jnxEX8216Slot8XS OBJECT IDENTIFIER ::= { jnxEX8216SlotFPC 3 }
|
||||
jnxEX8216SlotPLC OBJECT IDENTIFIER ::= { jnxEX8216SlotFPC 4 }
|
||||
jnxEX8216SIB OBJECT IDENTIFIER ::= { jnxSlotEX8216 2 }
|
||||
-- Swtich Interface Board
|
||||
jnxEX8216HM OBJECT IDENTIFIER ::= { jnxSlotEX8216 3 }
|
||||
-- Host Module (also called Routing Engine)
|
||||
jnxEX8216SlotPower OBJECT IDENTIFIER ::= { jnxSlotEX8216 4 }
|
||||
jnxEX8216SlotPowerAC OBJECT IDENTIFIER ::= { jnxEX8216SlotPower 1 }
|
||||
jnxEX8216SlotPowerDC OBJECT IDENTIFIER ::= { jnxEX8216SlotPower 2 }
|
||||
jnxEX8216SlotFan OBJECT IDENTIFIER ::= { jnxSlotEX8216 5 }
|
||||
jnxEX8216SlotFT OBJECT IDENTIFIER ::= { jnxEX8216SlotFan 1 }
|
||||
jnxEX8216SlotRFT OBJECT IDENTIFIER ::= { jnxEX8216SlotFan 2 }
|
||||
jnxEX8216SlotCBD OBJECT IDENTIFIER ::= { jnxSlotEX8216 6 }
|
||||
-- Control Board
|
||||
jnxEX8216SlotCDC OBJECT IDENTIFIER ::= { jnxSlotEX8216 7 }
|
||||
-- Processor Mezzanine CPU Daughter Card for FPC
|
||||
|
||||
jnxMediaCardSpaceEX8216 OBJECT IDENTIFIER ::= { jnxMediaCardSpace 33 }
|
||||
jnxEX8216MediaCardSpacePIC OBJECT IDENTIFIER ::= { jnxMediaCardSpaceEX8216 1 }
|
||||
@@ -1672,7 +1660,7 @@ jnxStatusSource OBJECT IDENTIFIER ::= { jnxClassStatus 1 }
|
||||
jnxTXPSlotHM OBJECT IDENTIFIER ::= { jnxSlotTXP 2 }
|
||||
jnxTXPSlotPower OBJECT IDENTIFIER ::= { jnxSlotTXP 3 }
|
||||
jnxTXPSlotFan OBJECT IDENTIFIER ::= { jnxSlotTXP 4 }
|
||||
jnxTXPSlotCBD OBJECT IDENTIFIER ::= { jnxSlotTXP 5 }
|
||||
jnxTXPSlotCB OBJECT IDENTIFIER ::= { jnxSlotTXP 5 }
|
||||
jnxTXPSlotFPB OBJECT IDENTIFIER ::= { jnxSlotTXP 6 }
|
||||
jnxTXPSlotCIP OBJECT IDENTIFIER ::= { jnxSlotTXP 7 }
|
||||
jnxTXPSlotSPMB OBJECT IDENTIFIER ::= { jnxSlotTXP 8 }
|
||||
@@ -1689,7 +1677,7 @@ jnxStatusSource OBJECT IDENTIFIER ::= { jnxClassStatus 1 }
|
||||
jnxTXPHM OBJECT IDENTIFIER ::= { jnxModuleTXP 2 }
|
||||
jnxTXPPower OBJECT IDENTIFIER ::= { jnxModuleTXP 3 }
|
||||
jnxTXPFan OBJECT IDENTIFIER ::= { jnxModuleTXP 4 }
|
||||
jnxTXPCBD OBJECT IDENTIFIER ::= { jnxModuleTXP 5 }
|
||||
jnxTXPCB OBJECT IDENTIFIER ::= { jnxModuleTXP 5 }
|
||||
jnxTXPFPB OBJECT IDENTIFIER ::= { jnxModuleTXP 6 }
|
||||
jnxTXPCIP OBJECT IDENTIFIER ::= { jnxModuleTXP 7 }
|
||||
jnxTXPSPMB OBJECT IDENTIFIER ::= { jnxModuleTXP 8 }
|
||||
@@ -1771,6 +1759,107 @@ jnxStatusSource OBJECT IDENTIFIER ::= { jnxClassStatus 1 }
|
||||
jnxSRX650Fan OBJECT IDENTIFIER ::= { jnxModuleSRX650 4 }
|
||||
|
||||
--
|
||||
-- SRX100
|
||||
--
|
||||
jnxProductLineSRX100 OBJECT IDENTIFIER ::= { jnxProductLine 41 }
|
||||
jnxProductNameSRX100 OBJECT IDENTIFIER ::= { jnxProductName 41 }
|
||||
jnxChassisSRX100 OBJECT IDENTIFIER ::= { jnxChassis 41 }
|
||||
|
||||
jnxSlotSRX100 OBJECT IDENTIFIER ::= { jnxSlot 41 }
|
||||
jnxSRX100SlotFPC OBJECT IDENTIFIER ::= { jnxSlotSRX100 1 }
|
||||
jnxSRX100SlotRE OBJECT IDENTIFIER ::= { jnxSlotSRX100 2 }
|
||||
jnxSRX100SlotPower OBJECT IDENTIFIER ::= { jnxSlotSRX100 3 }
|
||||
jnxSRX100SlotFan OBJECT IDENTIFIER ::= { jnxSlotSRX100 4 }
|
||||
|
||||
jnxMediaCardSpaceSRX100 OBJECT IDENTIFIER ::= { jnxMediaCardSpace 41 }
|
||||
jnxSRX100MediaCardSpacePIC OBJECT IDENTIFIER ::= { jnxMediaCardSpaceSRX100 1 }
|
||||
|
||||
jnxMidplaneSRX100 OBJECT IDENTIFIER ::= { jnxBackplane 41 }
|
||||
|
||||
jnxModuleSRX100 OBJECT IDENTIFIER ::= { jnxModule 41 }
|
||||
jnxSRX100FPC OBJECT IDENTIFIER ::= { jnxModuleSRX100 1 }
|
||||
jnxSRX100RE OBJECT IDENTIFIER ::= { jnxModuleSRX100 2 }
|
||||
jnxSRX100Power OBJECT IDENTIFIER ::= { jnxModuleSRX100 3 }
|
||||
jnxSRX100Fan OBJECT IDENTIFIER ::= { jnxModuleSRX100 4 }
|
||||
|
||||
--
|
||||
-- ESR1000V
|
||||
--
|
||||
jnxProductLineESR1000V OBJECT IDENTIFIER ::= { jnxProductLine 42 }
|
||||
jnxProductNameESR1000V OBJECT IDENTIFIER ::= { jnxProductName 42 }
|
||||
jnxProductModelESR1000V OBJECT IDENTIFIER ::= { jnxProductModel 42 }
|
||||
jnxProductVariationESR1000V OBJECT IDENTIFIER ::= { jnxProductVariation 42 }
|
||||
jnxChassisESR1000V OBJECT IDENTIFIER ::= { jnxChassis 42 }
|
||||
|
||||
jnxMediaCardSpaceESR1000V OBJECT IDENTIFIER ::= { jnxMediaCardSpace 42 }
|
||||
jnxESR1000VMediaCardSpacePIC OBJECT IDENTIFIER ::= { jnxMediaCardSpaceESR1000V 1 }
|
||||
|
||||
jnxMidplaneESR1000V OBJECT IDENTIFIER ::= { jnxBackplane 42 }
|
||||
|
||||
jnxSlotESR1000V OBJECT IDENTIFIER ::= { jnxSlot 42 }
|
||||
jnxESR1000VSlotFPC OBJECT IDENTIFIER ::= { jnxSlotESR1000V 1 }
|
||||
jnxESR1000VSlotRE OBJECT IDENTIFIER ::= { jnxSlotESR1000V 2 }
|
||||
jnxESR1000VSlotPower OBJECT IDENTIFIER ::= { jnxSlotESR1000V 3 }
|
||||
jnxESR1000VSlotFan OBJECT IDENTIFIER ::= { jnxSlotESR1000V 4 }
|
||||
|
||||
--
|
||||
--EX2200 (Jasmine)
|
||||
--
|
||||
jnxProductLineEX2200 OBJECT IDENTIFIER ::= { jnxProductLine 43 }
|
||||
jnxProductNameEX2200 OBJECT IDENTIFIER ::= { jnxProductName 43 }
|
||||
jnxProductModelEX2200 OBJECT IDENTIFIER ::= { jnxProductModel 43 }
|
||||
jnxProductVariationEX2200 OBJECT IDENTIFIER ::= { jnxProductVariation 43 }
|
||||
jnxProductEX2200port24T OBJECT IDENTIFIER ::= { jnxProductVariationEX2200 1 }
|
||||
jnxProductEX2200port24P OBJECT IDENTIFIER ::= { jnxProductVariationEX2200 2 }
|
||||
jnxProductEX2200port48T OBJECT IDENTIFIER ::= { jnxProductVariationEX2200 3 }
|
||||
jnxProductEX2200port48P OBJECT IDENTIFIER ::= { jnxProductVariationEX2200 4 }
|
||||
|
||||
jnxChassisEX2200 OBJECT IDENTIFIER ::= { jnxChassis 43 }
|
||||
|
||||
jnxSlotEX2200 OBJECT IDENTIFIER ::= { jnxSlot 43 }
|
||||
jnxEX2200SlotFPC OBJECT IDENTIFIER ::= { jnxSlotEX2200 1 }
|
||||
jnxEX2200SlotPower OBJECT IDENTIFIER ::= { jnxEX2200SlotFPC 1 }
|
||||
jnxEX2200SlotFan OBJECT IDENTIFIER ::= { jnxEX2200SlotFPC 2 }
|
||||
jnxEX2200SlotRE OBJECT IDENTIFIER ::= { jnxEX2200SlotFPC 3 }
|
||||
|
||||
jnxMediaCardSpaceEX2200 OBJECT IDENTIFIER ::= { jnxMediaCardSpace 43 }
|
||||
jnxEX2200MediaCardSpacePIC OBJECT IDENTIFIER ::= { jnxMediaCardSpaceEX2200 1 }
|
||||
|
||||
jnxModuleEX2200 OBJECT IDENTIFIER ::= { jnxModule 43 }
|
||||
jnxEX2200FPC OBJECT IDENTIFIER ::= { jnxModuleEX2200 1 }
|
||||
jnxEX2200Power OBJECT IDENTIFIER ::= { jnxEX2200FPC 1 }
|
||||
jnxEX2200Fan OBJECT IDENTIFIER ::= { jnxEX2200FPC 2 }
|
||||
jnxEX2200RE OBJECT IDENTIFIER ::= { jnxEX2200FPC 3 }
|
||||
|
||||
--
|
||||
-- EX4500
|
||||
--
|
||||
|
||||
jnxProductLineEX4500 OBJECT IDENTIFIER ::= { jnxProductLine 44 }
|
||||
jnxProductNameEX4500 OBJECT IDENTIFIER ::= { jnxProductName 44 }
|
||||
jnxProductModelEX4500 OBJECT IDENTIFIER ::= { jnxProductModel 44 }
|
||||
jnxProductVariationEX4500 OBJECT IDENTIFIER ::= { jnxProductVariation 44 }
|
||||
jnxProductEX4500port40F OBJECT IDENTIFIER ::= { jnxProductVariationEX4500 1 }
|
||||
jnxProductEX4500port20F OBJECT IDENTIFIER ::= { jnxProductVariationEX4500 2 }
|
||||
|
||||
jnxChassisEX4500 OBJECT IDENTIFIER ::= { jnxChassis 44 }
|
||||
jnxEX4500RE0 OBJECT IDENTIFIER ::= { jnxChassisEX4500 1 }
|
||||
jnxEX4500RE1 OBJECT IDENTIFIER ::= { jnxChassisEX4500 2 }
|
||||
jnxSlotEX4500 OBJECT IDENTIFIER ::= { jnxSlot 44 }
|
||||
jnxEX4500SlotFPC OBJECT IDENTIFIER ::= { jnxSlotEX4500 1 }
|
||||
jnxEX4500SlotPower OBJECT IDENTIFIER ::= { jnxEX4500SlotFPC 1 }
|
||||
jnxEX4500SlotFan OBJECT IDENTIFIER ::= { jnxEX4500SlotFPC 2 }
|
||||
jnxEX4500SlotRE OBJECT IDENTIFIER ::= { jnxEX4500SlotFPC 3 }
|
||||
|
||||
jnxMediaCardSpaceEX4500 OBJECT IDENTIFIER ::= { jnxMediaCardSpace 44 }
|
||||
jnxEX4500MediaCardSpacePIC OBJECT IDENTIFIER ::= { jnxMediaCardSpaceEX4500 1 }
|
||||
|
||||
jnxModuleEX4500 OBJECT IDENTIFIER ::= { jnxModule 44 }
|
||||
jnxEX4500FPC OBJECT IDENTIFIER ::= { jnxModuleEX4500 1 }
|
||||
jnxEX4500Power OBJECT IDENTIFIER ::= { jnxEX4500FPC 1 }
|
||||
jnxEX4500Fan OBJECT IDENTIFIER ::= { jnxEX4500FPC 2 }
|
||||
jnxEX4500RE OBJECT IDENTIFIER ::= { jnxEX4500FPC 3 }
|
||||
|
||||
--
|
||||
--
|
||||
-- PLATFORM INDEPENDENT OIDs
|
||||
@@ -1995,9 +2084,23 @@ jnxStatusSource OBJECT IDENTIFIER ::= { jnxClassStatus 1 }
|
||||
jnxPicMICHLoad OBJECT IDENTIFIER ::= { jnxPic 189 }
|
||||
jnxPicOtn1X10GE OBJECT IDENTIFIER ::= { jnxPic 190 }
|
||||
jnxPicStoli10X10GE OBJECT IDENTIFIER ::= { jnxPic 191 }
|
||||
jnxPicUplinkSFPplus1G4 OBJECT IDENTIFIER ::= { jnxPic 192 }
|
||||
jnxPicUplinkSFPplus10G2 OBJECT IDENTIFIER ::= { jnxPic 193 }
|
||||
jnxPicUplinkXFP2port OBJECT IDENTIFIER ::= { jnxPic 194 }
|
||||
jnxPicUplinkSFP4port OBJECT IDENTIFIER ::= { jnxPic 195 }
|
||||
jnxPicUplinkSFPplus4port OBJECT IDENTIFIER ::= { jnxPic 196 }
|
||||
jnxPicStoli100GE OBJECT IDENTIFIER ::= { jnxPic 192 }
|
||||
jnxPicType3Q24xChOc12 OBJECT IDENTIFIER ::= { jnxPic 193 }
|
||||
jnxPicStoli100GESlot1 OBJECT IDENTIFIER ::= { jnxPic 194 }
|
||||
jnxPicUplinkSFPplus1G4 OBJECT IDENTIFIER ::= { jnxPic 195 }
|
||||
jnxPicUplinkSFPplus10G2 OBJECT IDENTIFIER ::= { jnxPic 196 }
|
||||
jnxPicUplinkXFP2port OBJECT IDENTIFIER ::= { jnxPic 197 }
|
||||
jnxPicUplinkSFP4port OBJECT IDENTIFIER ::= { jnxPic 198 }
|
||||
jnxPicUplinkSFPplus4port OBJECT IDENTIFIER ::= { jnxPic 199 }
|
||||
jnxPicXDpcCombo10X1GE OBJECT IDENTIFIER ::= { jnxPic 200 }
|
||||
jnxPicXQDpcCombo10X1GE OBJECT IDENTIFIER ::= { jnxPic 201 }
|
||||
jnxPicTAZ4X10GEXFP OBJECT IDENTIFIER ::= { jnxPic 202 }
|
||||
jnxPicTAZ48XGERJ45 OBJECT IDENTIFIER ::= { jnxPic 203 }
|
||||
jnxPicStoli1X40GECFP OBJECT IDENTIFIER ::= { jnxPic 204 }
|
||||
jnxPicOtnOc192 OBJECT IDENTIFIER ::= { jnxPic 205 }
|
||||
jnxPICStoli100GESNAP12 OBJECT IDENTIFIER ::= { jnxPic 206 }
|
||||
jnxPicEX820048S OBJECT IDENTIFIER ::= { jnxPic 207 }
|
||||
jnxPicEX820048T OBJECT IDENTIFIER ::= { jnxPic 208 }
|
||||
jnxPicEX82008XS OBJECT IDENTIFIER ::= { jnxPic 209 }
|
||||
jnxPicMIC4X10GESFPPLUS OBJECT IDENTIFIER ::= { jnxPic 210 }
|
||||
END
|
||||
|
||||
@@ -66,6 +66,10 @@ jnxBoxAnatomy MODULE-IDENTITY
|
||||
added jcsX chassis IDs to JnxChassisId enumeration."
|
||||
REVISION "200812310000Z" -- Dec 31, 2008
|
||||
DESCRIPTION "Added nodeX chassis IDs to JnxChassisId enumeration."
|
||||
REVISION "200901090000Z" -- Jan 09, 2009
|
||||
DESCRIPTION
|
||||
"Added sfcX and lcc4-lcc15 chassis IDs to JnxChassisId
|
||||
enumeration."
|
||||
|
||||
|
||||
|
||||
@@ -91,7 +95,24 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
jcs3 (10),
|
||||
jcs4 (11),
|
||||
node0 (12),
|
||||
node1 (13)
|
||||
node1 (13),
|
||||
sfc0 (14),
|
||||
sfc1 (15),
|
||||
sfc2 (16),
|
||||
sfc3 (17),
|
||||
sfc4 (18),
|
||||
lcc4 (19),
|
||||
lcc5 (20),
|
||||
lcc6 (21),
|
||||
lcc7 (22),
|
||||
lcc8 (23),
|
||||
lcc9 (24),
|
||||
lcc10 (25),
|
||||
lcc11 (26),
|
||||
lcc12 (27),
|
||||
lcc13 (28),
|
||||
lcc14 (29),
|
||||
lcc15 (30)
|
||||
}
|
||||
|
||||
|
||||
@@ -332,7 +353,8 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
jnxContentsInstalled TimeStamp,
|
||||
jnxContentsPartNo DisplayString,
|
||||
jnxContentsChassisId JnxChassisId,
|
||||
jnxContentsChassisDescr DisplayString
|
||||
jnxContentsChassisDescr DisplayString,
|
||||
jnxContentsChassisCleiCode DisplayString
|
||||
}
|
||||
|
||||
jnxContentsContainerIndex OBJECT-TYPE
|
||||
@@ -447,6 +469,34 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
contents of this row exists."
|
||||
::= { jnxContentsEntry 12 }
|
||||
|
||||
jnxContentsChassisCleiCode OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The clei code of this subject, blank if unknown
|
||||
or unavailable.
|
||||
|
||||
A CLEI code is an intelligent code that consists of 10
|
||||
alphanumeric characters with 4 data elements. The first data
|
||||
element is considered the basic code with the first 2 characters
|
||||
indicating the technology or equipment type, and the third and
|
||||
fourth characters denoting the functional sub-category. The
|
||||
second data element represents the features, and its three
|
||||
characters denote functional capabilities or changes. The third
|
||||
data element has one character and denotes a reference to a
|
||||
manufacturer, system ID, specification, or drawing. The fourth
|
||||
data element consists of two characters and contains complementary
|
||||
data. These two characters provide a means of differentiating or
|
||||
providing uniqueness between the eight character CLEI codes by
|
||||
identifying the manufacturing vintage of the product. Names are
|
||||
assigned via procedures defined in [GR485].
|
||||
|
||||
The assigned maintenance agent for the CLEI code, Telcordia
|
||||
Technologies, is responsible for assigning certain equipment and
|
||||
other identifiers (e.g., location, manufacturer/supplier) for the
|
||||
telecommunications industry."
|
||||
::= { jnxContentsEntry 13 }
|
||||
|
||||
--
|
||||
-- Box LED Indicators Table
|
||||
@@ -1380,7 +1430,31 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
fruInServSoftUpgradeError(32), -- In Service Software Upgrade Error
|
||||
fruChasdPowerRatingExceed(33), -- Chassis power rating exceeded
|
||||
fruConfigOffline(34), -- Configured offline
|
||||
fruServiceRestartRequest(35) -- restarting request from a service
|
||||
fruServiceRestartRequest(35), -- restarting request from a service
|
||||
spuResetRequest(36), -- SPU reset request
|
||||
spuFlowdDown(37), -- SPU flowd down
|
||||
spuSpi4Down(38), -- SPU SPI4 down
|
||||
spuWatchdogTimeout(39), -- SPU Watchdog timeout
|
||||
spuCoreDump(40), -- SPU kernel core dump
|
||||
fpgaSpi4LinkDown(41), -- FPGA SPI4 link down
|
||||
i3Spi4LinkDown(42), -- I3 SPI4 link down
|
||||
cppDisconnect(43), -- CPP disconnect
|
||||
cpuNotBoot(44), -- CPU not boot
|
||||
spuCoreDumpComplete(45), -- SPU kernel core dump complete
|
||||
rstOnSpcSpuFailure(46), -- Rst on SPC SPU failure
|
||||
softRstOnSpcSpuFailure(47), -- Soft Reset on SPC SPU failure
|
||||
hwAuthenticationFailure(48), -- HW authentication failure
|
||||
reconnectFpcFail(49), -- Reconnect FPC fail
|
||||
fpcAppFailed(50), -- FPC app failed
|
||||
fpcKernelCrash(51), -- FPC kernel crash
|
||||
spuFlowdDownNoCore(52), -- SPU flowd down, no core dump
|
||||
spuFlowdCoreDumpIncomplete(53), -- SPU flowd crash with incomplete core dump
|
||||
spuFlowdCoreDumpComplete(54), -- SPU flowd crash with complete core dump
|
||||
spuIdpdDownNoCore(55), -- SPU idpd down, no core dump
|
||||
spuIdpdCoreDumpIncomplete(56), -- SPU idpd crash with incomplete core dump
|
||||
spuIdpdCoreDumpComplete(57), -- SPU idpd crash with complete core dump
|
||||
spuCoreDumpIncomplete(58), -- SPU kernel crash with incomplete core dump
|
||||
spuIdpdDown(59) -- SPU idpd down
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
@@ -1689,6 +1763,56 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
check state in the chassis."
|
||||
::= { jnxChassisTraps 12 }
|
||||
|
||||
jnxFEBSwitchover NOTIFICATION-TYPE
|
||||
OBJECTS { jnxFruContentsIndex,
|
||||
jnxFruL1Index,
|
||||
jnxFruL2Index,
|
||||
jnxFruL3Index,
|
||||
jnxFruName,
|
||||
jnxFruType,
|
||||
jnxFruSlot }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxFEBSwitchover trap signifies that the SNMP
|
||||
entity, acting in an agent role, has detected that
|
||||
the specified FEB (Forwarding Engine Board) has
|
||||
switched over."
|
||||
::= { jnxChassisTraps 13 }
|
||||
|
||||
|
||||
jnxHardDiskFailed NOTIFICATION-TYPE
|
||||
OBJECTS { jnxFruContentsIndex,
|
||||
jnxFruL1Index,
|
||||
jnxFruL2Index,
|
||||
jnxFruL3Index,
|
||||
jnxFruName,
|
||||
jnxFruType,
|
||||
jnxFruSlot }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxHardDiskFailed trap signifies that the SNMP
|
||||
entity, acting in an agent role, has detected that
|
||||
the Disk in the specified Routing Engine has
|
||||
encountered some operational errors and gone into
|
||||
failed state in the chassis."
|
||||
::= { jnxChassisTraps 14 }
|
||||
|
||||
jnxHardDiskMissing NOTIFICATION-TYPE
|
||||
OBJECTS { jnxFruContentsIndex,
|
||||
jnxFruL1Index,
|
||||
jnxFruL2Index,
|
||||
jnxFruL3Index,
|
||||
jnxFruName,
|
||||
jnxFruType,
|
||||
jnxFruSlot }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A DiskMissing trap signifies that the SNMP
|
||||
entity, acting in an agent role, has detected that
|
||||
hard disk in the specified outing Engine is missing
|
||||
from boot device list."
|
||||
::= { jnxChassisTraps 15 }
|
||||
|
||||
|
||||
|
||||
-- Traps for chassis alarm cleared conditions
|
||||
|
||||
@@ -39,7 +39,6 @@ jnxExPaeExtension OBJECT IDENTIFIER ::= { jnxExSwitching 3 }
|
||||
jnxExVirtualChassis OBJECT IDENTIFIER ::= { jnxExSwitching 4 }
|
||||
jnxExVlan OBJECT IDENTIFIER ::= { jnxExSwitching 5 }
|
||||
jnxRPS OBJECT IDENTIFIER ::= { jnxExSwitching 6 }
|
||||
|
||||
|
||||
jnxMacNotificationRoot OBJECT IDENTIFIER ::= { jnxExSwitching 7 }
|
||||
END
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--
|
||||
-- $Id: jnx-ipv4.mib,v 1.3 2003/07/18 22:57:37 dchuang Exp $
|
||||
-- $Id: jnx-ipv4.mib,v 1.3 2003-07-18 22:57:37 dchuang Exp $
|
||||
-- Juniper Enterprise Specific MIB: ipv4 MIB Extension
|
||||
--
|
||||
-- Copyright (c) 2001-2003, Juniper Networks, Inc.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--
|
||||
-- $Id: jnx-ipv6.mib,v 1.3 2003/07/18 22:57:37 dchuang Exp $
|
||||
-- $Id: jnx-ipv6.mib,v 1.3 2003-07-18 22:57:37 dchuang Exp $
|
||||
-- Juniper Enterprise Specific MIB: ipv6 MIB Extension
|
||||
--
|
||||
-- Copyright (c) 2001-2003, Juniper Networks, Inc.
|
||||
|
||||
@@ -12,8 +12,11 @@
|
||||
JUNIPER-JS-IDP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Gauge32, Unsigned32
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Gauge32, Unsigned32, Integer32,
|
||||
NOTIFICATION-TYPE, TimeTicks, Counter32
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
jnxJsIdpRoot
|
||||
FROM JUNIPER-JS-SMI;
|
||||
|
||||
@@ -55,4 +58,145 @@
|
||||
|
||||
::= { jnxJsIdpObjects 2}
|
||||
|
||||
jnxJsIdpSessionsMaximum OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum number of sessions supported by IDP"
|
||||
::= { jnxJsIdpObjects 3 }
|
||||
|
||||
jnxJsIdpPoliciesSupported OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of policies that can be simultaneously loaded on the IDP device"
|
||||
::= { jnxJsIdpObjects 4}
|
||||
|
||||
jnxJsIdpPoliciesLoaded OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of policies that are currently loaded on the IDP device"
|
||||
::= { jnxJsIdpObjects 5}
|
||||
|
||||
jnxJsIdpActivePolicyName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the policy currently active on the device"
|
||||
::= { jnxJsIdpObjects 6 }
|
||||
|
||||
jnxJsIdpAttackTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF JnxJsIdpAttackEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The attack table giving details of the attack and
|
||||
the number of hits"
|
||||
::= { jnxJsIdpObjects 7 }
|
||||
|
||||
jnxJsIdpAttackEntry OBJECT-TYPE
|
||||
SYNTAX JnxJsIdpAttackEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Attributes of an attack"
|
||||
INDEX { jnxJsIdpAttackIndex }
|
||||
::= { jnxJsIdpAttackTable 1 }
|
||||
|
||||
JnxJsIdpAttackEntry ::= SEQUENCE {
|
||||
jnxJsIdpAttackIndex Unsigned32,
|
||||
jnxJsIdpAttackName DisplayString,
|
||||
jnxJsIdpAttackHits Counter32
|
||||
}
|
||||
|
||||
jnxJsIdpAttackIndex OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The index for the attack table"
|
||||
::= { jnxJsIdpAttackEntry 1 }
|
||||
|
||||
jnxJsIdpAttackName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of an attack identified by IDP"
|
||||
::= { jnxJsIdpAttackEntry 2 }
|
||||
|
||||
jnxJsIdpAttackHits OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of times an attack has been hit"
|
||||
::= { jnxJsIdpAttackEntry 3 }
|
||||
|
||||
jnxJsIdpNotifications OBJECT IDENTIFIER ::= { jnxJsIdpMIB 2 }
|
||||
|
||||
jnxJsIdpNotificationPrefix OBJECT IDENTIFIER ::= { jnxJsIdpNotifications 0 }
|
||||
|
||||
jnxJsIdpRunningDetectorVersion OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..255))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The version of the detector currently loaded"
|
||||
::= { jnxJsIdpObjects 8 }
|
||||
|
||||
jnxJsIdpSecurityPackageVersion OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..255))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The version of the security package currently loaded"
|
||||
::= { jnxJsIdpObjects 9 }
|
||||
|
||||
jnxJsIdpLastSignatureUpdateTime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of sysUpTime when the signature was last updated
|
||||
successfully. Zero if unknown."
|
||||
::= { jnxJsIdpObjects 10 }
|
||||
|
||||
jnxJsIdpSignatureUpdateStatus OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The status of the signature update i.e. success or failure"
|
||||
::= { jnxJsIdpObjects 11 }
|
||||
|
||||
jnxJsIdpSignatureUpdate NOTIFICATION-TYPE
|
||||
OBJECTS {jnxJsIdpRunningDetectorVersion,
|
||||
jnxJsIdpSecurityPackageVersion,
|
||||
jnxJsIdpLastSignatureUpdateTime,
|
||||
jnxJsIdpSignatureUpdateStatus}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A trap which signifies that a signature update has occurred."
|
||||
::= { jnxJsIdpNotificationPrefix 1 }
|
||||
|
||||
jnxJsIdpAttackLog NOTIFICATION-TYPE
|
||||
OBJECTS {jnxJsIdpAttackName,
|
||||
jnxJsIdpAttackHits}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A trap which signifies that attacks have been detected.
|
||||
|
||||
jnxJsIdpAttackName is the name of the attacks that have been
|
||||
detected so far and
|
||||
jnxJsIdpAttackHits is the number of times each attack has
|
||||
been detected."
|
||||
::= { jnxJsIdpNotificationPrefix 2 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ jnxJsIPSecVpn OBJECT IDENTIFIER ::= { jnxJsSecurity 5 }
|
||||
|
||||
-- Removed the resource node since there is no object implemented.
|
||||
--
|
||||
--jnxJsResources OBJECT IDENTIFIER ::= { jnxJsSecurity 6 }
|
||||
-- jnxJsResources OBJECT IDENTIFIER ::= { jnxJsSecurity 6 }
|
||||
|
||||
jnxJsNAT OBJECT IDENTIFIER ::= { jnxJsSecurity 7 }
|
||||
jnxJsScreening OBJECT IDENTIFIER ::= { jnxJsSecurity 8 }
|
||||
@@ -51,4 +51,5 @@ jnxJsIdpRoot OBJECT IDENTIFIER ::= { jnxJsSecurity 11 }
|
||||
jnxJsSPUMonitoringRoot OBJECT IDENTIFIER ::= { jnxJsSecurity 12 }
|
||||
jnxJsUTMRoot OBJECT IDENTIFIER ::= { jnxJsSecurity 13 }
|
||||
jnxJsChassisCluster OBJECT IDENTIFIER ::= { jnxJsSecurity 14 }
|
||||
jnxVoip OBJECT IDENTIFIER ::= { jnxJsSecurity 15 }
|
||||
END
|
||||
|
||||
@@ -69,10 +69,12 @@ jnxJsSPUMonitoringMIB MODULE-IDENTITY
|
||||
jnxJsSPUMonitoringSPUIndex Unsigned32,
|
||||
jnxJsSPUMonitoringCPUUsage Unsigned32,
|
||||
jnxJsSPUMonitoringMemoryUsage Unsigned32,
|
||||
jnxJsSPUMonitoringCurrentFlowSession Unsigned32,
|
||||
jnxJsSPUMonitoringMaxFlowSession Unsigned32,
|
||||
jnxJsSPUMonitoringCurrentCPSession Unsigned32,
|
||||
jnxJsSPUMonitoringMaxCPSession Unsigned32
|
||||
jnxJsSPUMonitoringCurrentFlowSession Unsigned32,
|
||||
jnxJsSPUMonitoringMaxFlowSession Unsigned32,
|
||||
jnxJsSPUMonitoringCurrentCPSession Unsigned32,
|
||||
jnxJsSPUMonitoringMaxCPSession Unsigned32,
|
||||
jnxJsSPUMonitoringNodeIndex Unsigned32,
|
||||
jnxJsSPUMonitoringNodeDescr DisplayString
|
||||
}
|
||||
|
||||
jnxJsSPUMonitoringIndex OBJECT-TYPE
|
||||
@@ -149,5 +151,26 @@ jnxJsSPUMonitoringMIB MODULE-IDENTITY
|
||||
"Max CP session number of SPU."
|
||||
::= { jnxJsSPUMonitoringObjects 9 }
|
||||
|
||||
jnxJsSPUMonitoringNodeIndex OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This attribute is used to identify a chassis. A chassis can
|
||||
be configured in a single or cluster mode. When it is in a
|
||||
cluster mode, the chassis can be denote as a cluster node."
|
||||
::= { jnxJsSPUMonitoringObjects 10 }
|
||||
|
||||
jnxJsSPUMonitoringNodeDescr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This attribute is used to describe the chassis/cluster
|
||||
node information. Chassis can be configured as a single, or
|
||||
cluster node. When it is cluster mode, the chassis can be
|
||||
denoted as a cluster node."
|
||||
::= { jnxJsSPUMonitoringObjects 11 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
jnxJsChassisClusterMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "200902032022Z"
|
||||
LAST-UPDATED "200905270000Z"
|
||||
ORGANIZATION "Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Juniper Technical Assistance Center
|
||||
@@ -39,6 +39,9 @@
|
||||
a cluster fails, the other chassis in the cluster takes over the function
|
||||
of the failed chassis with minimal service interruption.
|
||||
This module defines the objects pertaining to Chassis Cluster."
|
||||
REVISION "200905270000Z"
|
||||
DESCRIPTION "Added trap class for jnxJsChassisClusterSwitchover"
|
||||
|
||||
REVISION "200902030000Z"
|
||||
DESCRIPTION "Creation Date"
|
||||
::= { jnxJsChassisCluster 1 }
|
||||
|
||||
@@ -20,7 +20,7 @@ IMPORTS
|
||||
|
||||
|
||||
mpls MODULE-IDENTITY
|
||||
LAST-UPDATED "200705081445Z" -- Tue May 8 14:45:55 2007 UTC
|
||||
LAST-UPDATED "200902231445Z" -- Mon Feb 23 14:45:55 2009 UTC
|
||||
ORGANIZATION "Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
" Juniper Technical Assistance Center
|
||||
@@ -31,7 +31,7 @@ mpls MODULE-IDENTITY
|
||||
DESCRIPTION
|
||||
"The MIB module for Multi-Protocol Label Switched Paths."
|
||||
REVISION
|
||||
"200705221445Z" -- May 22, 2007
|
||||
"200902231445Z" -- Feb 23, 2009
|
||||
DESCRIPTION
|
||||
"Second revision; Deprecated mplsLspList, mplsLspEntry and all objects
|
||||
in that SEQUENCE. Introduced new table mplsLspInfoList, mplsLspInfoEntry
|
||||
@@ -206,7 +206,9 @@ mplsLspState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
unknown(1),
|
||||
up(2),
|
||||
down(3)
|
||||
down(3),
|
||||
notInService(4),
|
||||
backupActive(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
@@ -370,15 +372,21 @@ mplsPathType OBJECT-TYPE
|
||||
other(1),
|
||||
primary(2),
|
||||
standby(3),
|
||||
secondary(4)
|
||||
secondary(4),
|
||||
bypass(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The type of path that is active, i.e., a
|
||||
primary path, a standby path, or a generic
|
||||
secondary path. This field is meaningless
|
||||
unless mplsPathName is not empty"
|
||||
primary path, a standby path, a generic
|
||||
secondary path, or a bypass path.
|
||||
The value other, primary, standby and
|
||||
secondary apply to data LSPs, and are
|
||||
meaningful only if mplsPathName is not
|
||||
empty. The value bypass applies to
|
||||
bypass tunnels. A bypass tunnel
|
||||
may have an empty mplsPathName."
|
||||
::= { mplsLspEntry 18 }
|
||||
|
||||
mplsPathExplicitRoute OBJECT-TYPE
|
||||
@@ -568,7 +576,9 @@ mplsLspInfoState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
unknown(1),
|
||||
up(2),
|
||||
down(3)
|
||||
down(3),
|
||||
notInService(4),
|
||||
backupActive(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
@@ -732,15 +742,21 @@ mplsPathInfoType OBJECT-TYPE
|
||||
other(1),
|
||||
primary(2),
|
||||
standby(3),
|
||||
secondary(4)
|
||||
secondary(4),
|
||||
bypass(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The type of path that is active, i.e., a
|
||||
primary path, a standby path, or a generic
|
||||
secondary path. This field is meaningless
|
||||
unless mplsPathInfoName is not empty"
|
||||
primary path, a standby path, a generic
|
||||
secondary path, or a bypass path.
|
||||
The value other, primary, standby and
|
||||
secondary apply to data LSPs, and are
|
||||
meaningful only if mplsPathInfoName is not
|
||||
empty. The value bypass applies to
|
||||
bypass tunnels. A bypass tunnel
|
||||
may have an empty mplsPathInfoName."
|
||||
::= { mplsLspInfoEntry 18 }
|
||||
|
||||
mplsPathInfoExplicitRoute OBJECT-TYPE
|
||||
|
||||
@@ -32,7 +32,7 @@ IMPORTS
|
||||
FROM JUNIPER-SMI;
|
||||
|
||||
jnxPingMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "200505010000Z" -- May 1 00:00:00 2005 UTC
|
||||
LAST-UPDATED "200902010000Z" -- February 1 00:00:00 2005 UTC
|
||||
ORGANIZATION "Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
" Juniper Technical Assistance Center
|
||||
@@ -47,6 +47,9 @@ jnxPingMIB MODULE-IDENTITY
|
||||
related entries in mib-2, pingMIB."
|
||||
|
||||
-- revision history
|
||||
REVISION "200904200000Z" -- April 20 00:00:00 2009 UTC
|
||||
DESCRIPTION
|
||||
"Added jnxPingCtlTargetPort to jnxPingCtlTable."
|
||||
REVISION "200505010000Z" -- May 1 00:00:00 2005 UTC
|
||||
DESCRIPTION
|
||||
"Added jnxPingCtlTargetPort to jnxPingCtlTable."
|
||||
@@ -154,7 +157,8 @@ JnxPingCtlEntry ::=
|
||||
jnxPingCtlTargetPort InetPortNumber,
|
||||
jnxPingCtlJseriesHWTimeStamp TruthValue,
|
||||
jnxPingCtlOneWayHWTimeStamp TruthValue,
|
||||
jnxPingCtlMovAvgSize Unsigned32
|
||||
jnxPingCtlMovAvgSize Unsigned32,
|
||||
jnxPingCtlMXseriesHWTimeStamp TruthValue
|
||||
}
|
||||
|
||||
jnxPingCtlOwnerIndex OBJECT-TYPE
|
||||
@@ -500,6 +504,18 @@ jnxPingCtlMovAvgSize OBJECT-TYPE
|
||||
DEFVAL { 0 }
|
||||
::= { jnxPingCtlEntry 20 }
|
||||
|
||||
jnxPingCtlMXseriesHWTimeStamp OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Use to enable the RPM Hardware Timestamp feature on MX-series routers.
|
||||
For M/T series routers, use the jnxPingCtlIfName and
|
||||
pingCtlByPassRouteTable objects to redirect probes to the AS PIC.
|
||||
For those routers, this object must have the value: false."
|
||||
DEFVAL { false }
|
||||
::= { jnxPingCtlEntry 21 }
|
||||
|
||||
|
||||
|
||||
--
|
||||
|
||||
@@ -31,6 +31,13 @@ jnxRPSMIBObjects MODULE-IDENTITY
|
||||
"This module contains definitions of management information for
|
||||
Redundant power supply."
|
||||
|
||||
REVISION
|
||||
"200908070000Z" -- Fri Aug 07 00:00:00 2009 UTC
|
||||
|
||||
DESCRIPTION
|
||||
"Data types of jnxRPSFanStatus and jnxRPSSystemStatus are
|
||||
changed to JnxRPSStatus"
|
||||
|
||||
::= { jnxRPS 1 }
|
||||
|
||||
JnxRPSStatus ::= TEXTUAL-CONVENTION
|
||||
@@ -130,8 +137,8 @@ JnxRPSStatus ::= TEXTUAL-CONVENTION
|
||||
::= { jnxRPSStatusTable 1 }
|
||||
|
||||
JnxRPSStatusEntry ::= SEQUENCE {
|
||||
jnxRPSFanStatus Integer32,
|
||||
jnxRPSSystemStatus Integer32 }
|
||||
jnxRPSFanStatus JnxRPSStatus,
|
||||
jnxRPSSystemStatus JnxRPSStatus }
|
||||
|
||||
jnxRPSFanStatus OBJECT-TYPE
|
||||
SYNTAX JnxRPSStatus
|
||||
|
||||
@@ -18,11 +18,13 @@ IMPORTS
|
||||
FROM IF-MIB
|
||||
InetAddress, InetAddressType, InetAddressPrefixLength
|
||||
FROM INET-ADDRESS-MIB
|
||||
Unsigned32
|
||||
FROM SNMPv2-SMI
|
||||
jnxExVlan
|
||||
FROM JUNIPER-EX-SMI;
|
||||
|
||||
jnxVlanMIBObjects MODULE-IDENTITY
|
||||
LAST-UPDATED "200901200000Z"
|
||||
LAST-UPDATED "200901090000Z" -- Fri Jan 09 00:00:00 2009 UTC
|
||||
ORGANIZATION "Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Juniper Technical Assistance Center
|
||||
@@ -36,15 +38,18 @@ jnxVlanMIBObjects MODULE-IDENTITY
|
||||
Emulation Client (lec). Devices implementing these pre-standards
|
||||
maintain port groupings and associated filters used to form a
|
||||
'virtual bridge'."
|
||||
REVISION
|
||||
"200708290000Z" -- Wed Aug 29 00:00:00 2007 UTC
|
||||
REVISION
|
||||
"200901090000Z" -- Fri Jan 09 00:00:00 2009 UTC
|
||||
DESCRIPTION
|
||||
"Initial Version of the draft."
|
||||
"Marked the deprecated Objects of jnxVlanTable,
|
||||
jnxVlanInterfaceTable and jnxVlanPortGroupTable
|
||||
as Obsolete."
|
||||
REVISION
|
||||
"200901200000Z" -- Mon Jan 20 00:00:00 2009 UTC
|
||||
DESCRIPTION
|
||||
"Added new Object jnxExVlanTag to represent Vlan Tag information
|
||||
"Added new Object jnxExVlanTag to represent Vlan Tag information
|
||||
for each Vlan."
|
||||
|
||||
::= { jnxExVlan 1 }
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
@@ -54,7 +59,7 @@ jnxVlanMIBObjects MODULE-IDENTITY
|
||||
jnxVlanTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF JnxVlanEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"A table of VLAN names and characteristics."
|
||||
::= { jnxVlanMIBObjects 1 }
|
||||
@@ -62,7 +67,7 @@ jnxVlanTable OBJECT-TYPE
|
||||
jnxVlanEntry OBJECT-TYPE
|
||||
SYNTAX JnxVlanEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"A table entry containing VLAN names and characteristics."
|
||||
INDEX { IMPLIED jnxVlanName }
|
||||
@@ -80,7 +85,7 @@ JnxVlanEntry ::=
|
||||
jnxVlanName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (1..255))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"Vlan name is the textual name and this is the identifier
|
||||
that the user of a configuration utility will use."
|
||||
@@ -89,7 +94,7 @@ jnxVlanName OBJECT-TYPE
|
||||
jnxVlanID OBJECT-TYPE
|
||||
SYNTAX Integer32(1..4094)
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"This is the locally significant ID that is used internally by this
|
||||
device to reference this VLAN."
|
||||
@@ -101,7 +106,7 @@ jnxVlanType OBJECT-TYPE
|
||||
dynamic(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"The valn type can be
|
||||
static (1)
|
||||
@@ -112,7 +117,7 @@ jnxVlanType OBJECT-TYPE
|
||||
jnxVlanPortGroupInstance OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"jnxVlanPortGroupInstance is the index that identifies that the sub
|
||||
tree in the jnxVlanPortGroupTable helps to retrieve the group of
|
||||
@@ -122,7 +127,7 @@ jnxVlanPortGroupInstance OBJECT-TYPE
|
||||
jnxVlanMacListInstance OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"jnxVlanMacListInstance is the index , if this is a MAC-based VLAN
|
||||
which identifies the sub tree to retrieve the list of MAC address to
|
||||
@@ -134,7 +139,7 @@ jnxVlanMacListInstance OBJECT-TYPE
|
||||
jnxVlanInterfaceTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF JnxVlanInterfaceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"A table of VLAN names and characteristics in layer 3."
|
||||
::= { jnxVlanMIBObjects 2 }
|
||||
@@ -142,7 +147,7 @@ jnxVlanInterfaceTable OBJECT-TYPE
|
||||
jnxVlanInterfaceEntry OBJECT-TYPE
|
||||
SYNTAX JnxVlanInterfaceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"A table entry containing VLAN names and characteristics in layer 3."
|
||||
INDEX { IMPLIED jnxVlanName }
|
||||
@@ -163,7 +168,7 @@ JnxVlanInterfaceEntry ::=
|
||||
jnxVlanInterfaceIpAddress OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"This specifies the IPAddress of this interface. "
|
||||
::= { jnxVlanInterfaceEntry 1 }
|
||||
@@ -171,7 +176,7 @@ jnxVlanInterfaceIpAddress OBJECT-TYPE
|
||||
jnxVlanInterfaceProtocol OBJECT-TYPE
|
||||
SYNTAX InetAddressType
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"This specifies the protocol for ipv4."
|
||||
::= { jnxVlanInterfaceEntry 2 }
|
||||
@@ -179,7 +184,7 @@ jnxVlanInterfaceProtocol OBJECT-TYPE
|
||||
jnxVlanInterfaceSubNetMask OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"This specifies the subnet mask address of the vlan ."
|
||||
::= { jnxVlanInterfaceEntry 3 }
|
||||
@@ -187,7 +192,7 @@ jnxVlanInterfaceSubNetMask OBJECT-TYPE
|
||||
jnxVlanInterfaceBroadcastAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"This specifies the broadcast address of the vlan."
|
||||
::= { jnxVlanInterfaceEntry 4 }
|
||||
@@ -195,7 +200,7 @@ jnxVlanInterfaceBroadcastAddress OBJECT-TYPE
|
||||
jnxVlanInterfaceDescription OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"jnxvlanInterfaceDescription provides the description for the vlan."
|
||||
::= { jnxVlanInterfaceEntry 5 }
|
||||
@@ -203,7 +208,7 @@ jnxVlanInterfaceDescription OBJECT-TYPE
|
||||
jnxVlanInterfaceAdminStatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"This takes care of administration status of the vlan"
|
||||
::= { jnxVlanInterfaceEntry 6 }
|
||||
@@ -211,7 +216,7 @@ jnxVlanInterfaceAdminStatus OBJECT-TYPE
|
||||
jnxVlanInterfaceOperStatus OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"This specifies the operational status of the vlan"
|
||||
::= { jnxVlanInterfaceEntry 7 }
|
||||
@@ -219,7 +224,7 @@ jnxVlanInterfaceOperStatus OBJECT-TYPE
|
||||
jnxVlanSnmpIfIndex OBJECT-TYPE
|
||||
SYNTAX InterfaceIndex
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"This specifies the SNMP IF Index ."
|
||||
::= { jnxVlanInterfaceEntry 8 }
|
||||
@@ -231,7 +236,7 @@ jnxVlanSnmpIfIndex OBJECT-TYPE
|
||||
jnxVlanPortGroupTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF JnxVlanPortGroupEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"A table of port groupings."
|
||||
::= { jnxVlanMIBObjects 3 }
|
||||
@@ -239,7 +244,7 @@ jnxVlanPortGroupTable OBJECT-TYPE
|
||||
jnxVlanPortGroupEntry OBJECT-TYPE
|
||||
SYNTAX JnxVlanPortGroupEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"A table entry containing a port number"
|
||||
INDEX { jnxVlanPortGroupIndex, jnxVlanPort }
|
||||
@@ -255,7 +260,7 @@ JnxVlanPortGroupEntry ::=
|
||||
jnxVlanPortGroupIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"Index used so that there can be many different
|
||||
port groups"
|
||||
@@ -264,7 +269,7 @@ jnxVlanPortGroupIndex OBJECT-TYPE
|
||||
jnxVlanPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"The vlanPort specifies the port in the vlan.By adding a port here,
|
||||
that port will now be part of any VLAN(s) that this port group is
|
||||
@@ -280,7 +285,7 @@ jnxVlanPortStatus OBJECT-TYPE
|
||||
notAssociated (5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"The status of this port relative to the VLAN that points
|
||||
at this port group.[1.autoactive , 2.allowed, 3.allowedActive
|
||||
|
||||
Reference in New Issue
Block a user