Зарегистрирован: Вт июл 13, 2004 22:59 Сообщений: 54
|
ACLmgmnt.mib
правильно ли я понимаю про
====
Object name swACLIpRulePermit
Object ID 1.3.6.1.4.1.171.12.9.2.2.1.20
Module ACLMGMT-MIB
Base syntax Integer
Composed syntax INTEGER
Access Read-Create
Status Current
Value list 1 : deny(1)
2 : permit(2)
Parent node swACLIpRuleEntry
First child None
Description This object indicates resoult of examination is permit or deny;default is permit(1)
permit - Specifies that packets that match the access profile are
permitted to be forwarded by the switch.
deny - Specifies that packets that do not match the access profile
are not permitted to be forwarded by the switch and will be filtered.
====
что имеется в виду
не
deny - Specifies that packets that do not match the access profile
are not permitted to be forwarded by the switch and will be filtered.
а
deny - Specifies that packets that match the access profile
are not permitted to be forwarded by the switch and will be filtered.
и в итоге должно быть
permit - Specifies that packets that match the access profile are permitted to be forwarded by the switch.
deny - Specifies that packets that match the access profile are not permitted to be forwarded by the switch and will be filtered.
|
|