Please help. I need to create a snmp community with access to only one subnet and deny others?
Please check if this is correct:- Can I apply the following policy to the snmp community :- entry iprule1 { if { source-address 10.1.2.0/24 ; } then { permit ; } } entry iprule2 { if { } then { deny; } } Or is there a simpler way?????