All MIBs › PEA-BRIDGE-IPDSLAM › upstreamPortIpFilterValue
upstreamPortIpFilterValue
Module: PEA-BRIDGE-IPDSLAM
OID (symbolic): PEA-BRIDGE-IPDSLAM::upstreamPortIpFilterValue
OID (numeric): 1.3.6.1.4.1.193.72.300.30.1.4.1.21
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
Filter on TCP/UDP destination port number as well as destination IP address in packets from subscriber into network. Filter entries are 10 bytes each. The first two bytes represent the port number and the ending 8 bytes of the entry represent an IP address range. To exclude all SMTP traffic (port 25) except traffic with destination IP address in the range 10.0.0.0 to 10.0.0.10 add 0x00 0x19 0x0A 0x00 0x00 0x00 0x0A 0x00 0x00 0x0A.
This parameter is deprecated. Please use the IP Access Control List instead. For more information please see the following parameters: peaBridgeIpDslam::pvcUpstreamIpAclId peaBridgeIpDslam::ipAclTable peaBridgeIpDslam::ipAclRuleTable
Deprecated from: EDA 2.2 SP3
What is upstreamPortIpFilterValue?
This object stores filtering rules for upstream traffic (from subscriber toward network) based on TCP/UDP port numbers and destination IP address ranges. Each filter entry specifies which ports and IP destinations are allowed or blocked, enabling granular traffic control at the DSLAM. ISP administrators use this to enforce acceptable-use policies and block unwanted traffic.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.193.72.300.30.1.4.1.21 snmpwalk -v2c -c public <target> PEA-BRIDGE-IPDSLAM::upstreamPortIpFilterValue
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.193.72.300.30.1.4.1.21.1 snmpget -v2c -c public <target> PEA-BRIDGE-IPDSLAM::upstreamPortIpFilterValue.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.193.72.300.30.1.4.1.21.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> upstreamPortIpFilterValue.1
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.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.193 | ericsson | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.72 | diaxMIB | DXD-SMI |
| 1.3.6.1.4.1.193.72.300 | peaIpDslam | DIESEL-SMI |
| 1.3.6.1.4.1.193.72.300.30 | peaBridgeIpDslam | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1 | bridgeControl | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.4 | pvcFiltersTable | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.4.1 | pvcFiltersEntry | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.4.1.21 | upstreamPortIpFilterValue | PEA-BRIDGE-IPDSLAM |