All MIBs › IPSEC-SPD-MIB › spdIngressPolicyGroupName
spdIngressPolicyGroupName
Module: IPSEC-SPD-MIB
OID (symbolic): IPSEC-SPD-MIB::spdIngressPolicyGroupName
OID (numeric): 1.3.6.1.2.1.153.1.1.1
Node type: OBJECT-TYPE
Type: SnmpAdminString
Access: read-write
Description:
This object indicates the global system policy group that is to be applied on ingress packets (i.e., arriving at an interface from a network) when a given endpoint does not contain a policy definition in the spdEndpointToGroupTable. Its value can be used as an index into the spdGroupContentsTable to retrieve a list of policies. A zero length string indicates that no system-wide policy exists and the default policy of 'drop' SHOULD be executed for ingress packets until one is imposed by either this object or by the endpoint processing a given packet.
This object MUST be persistent
What is spdIngressPolicyGroupName?
This read-write object specifies the name of the global IPsec Security Policy Database (SPD) policy group that should be applied to incoming packets at all interfaces that do not have endpoint-specific policies defined. An empty string means no default ingress policy exists and packets will be dropped by default. Security administrators configure this to set a system-wide fallback security posture for handling untrusted network traffic.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.153.1.1.1 snmpwalk -v2c -c public <target> IPSEC-SPD-MIB::spdIngressPolicyGroupName
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.153.1.1.1.1 snmpget -v2c -c public <target> IPSEC-SPD-MIB::spdIngressPolicyGroupName.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.153.1.1.1.1 s <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.153 | spdMIB | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.1 | spdConfigObjects | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.1.1 | spdLocalConfigObjects | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.1.1.1 | spdIngressPolicyGroupName | IPSEC-SPD-MIB |