[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring filter-interfaces Options to Hide Interfaces from SNMP Get and GetNext Outputs

The JUNOS software enables you to filter out information related to specific interfaces from the output of SNMP Get and GetNext requests performed on interface-related MIBs such as IF MIB, ATM MIB, RMON MIB, and the Juniper Networks enterprise-specific IF MIB.

You can use the following options of the filter-interfaces statement at the [edit snmp] hierarchy level to specify interfaces that must be hidden from the SNMP Get and GetNext query outputs:

[edit]
snmp {
filter-interfaces {
interfaces {
interface1;
interface2;
}
all-internal-interfaces;
}
}

However, note that these settings are limited to SNMP operations, and the users can continue to access information related to the interfaces (including those hidden using the filter-interfaces options) using the appropriate JUNOS CLI commands.


[Contents] [Prev] [Next] [Index] [Report an Error]