Romsat support
|
|
« : Май 30, 2011, 09:22:13 » |
|
Создаем запись IP Source Guard:
<1>ipSrcGuardBindingsStatus snmpset -v 2c -c private 192.168.2.3 1.3.6.1.4.1.259.8.1.11.1.48.2.1.8.vlan.mac <value type:integer:5 createandwait> Указываем IP адрес для этой записи:
<2>set ip to rule snmpset -v 2c -c private 192.168.2.3 1.3.6.1.4.1.259.8.1.11.1.48.2.1.5.vlan.mac <vlaue type:ipaddress> Привязываем правило к порту:
<3>set rule to port snmpset -v 2c -c private 192.168.2.3 1.3.6.1.4.1.259.8.1.11.1.48.2.1.6.vlan.mac <value type:integer:port> Делаем это правило активным:
<4>ipSrcGuardBindingsStatus snmpset -v 2c -c private 192.168.2.3 1.3.6.1.4.1.259.8.1.11.1.48.2.1.8.vlan.mac <value type:integer:1 active>
|