All MIBs › RAD-MIB › radBridgeSplitHorizon
radBridgeSplitHorizon
Module: RAD-MIB
OID (symbolic): RAD-MIB::radBridgeSplitHorizon
OID (numeric): 1.3.6.1.4.1.164.4.1.9.4.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This object configure 'split horizon' switching between bridge Ports. - disable - normal (VLAN aware) bridge behavior. - enable - all packets, regardless their VLAN, coming from user side are blocked from being switched back to other user side bridge ports. - vlanBased - split horizon behavior is applicable only for specific VLANs, according to radBridgeDot1qVlanSplitHorizon.
What is radBridgeSplitHorizon?
This object controls how a bridge handles traffic between user-facing ports to prevent loops and manage VLAN-based network segmentation. When enabled in normal mode, packets from one user port are blocked from being switched to other user ports, isolating different user segments; in VLAN-based mode, this isolation applies selectively to specific VLANs. An operator would configure this to enforce network security policies or to isolate customer segments in multi-tenant environments.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.4.1.9.4.1.7 snmpwalk -v2c -c public <target> RAD-MIB::radBridgeSplitHorizon
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.4.1.9.4.1.7.1 snmpget -v2c -c public <target> RAD-MIB::radBridgeSplitHorizon.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.4.1.9.4.1.7.1 i <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.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.4 | radBridges | DACS-MIB |
| 1.3.6.1.4.1.164.4.1 | genBridge | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.9 | radBridgeGenCnfg | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.9.4 | radBridgeGenCfgTable | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.9.4.1 | radBridgeGenCfgEntry | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.9.4.1.7 | radBridgeSplitHorizon | RAD-MIB |