11-05-2009 04:52 AM
Есть несколько вопросов:
[There are several issues:]
1) Как сделать port protected на несколько аплинков?
[How to make a port protected by several uplinks?]
2) Делаем storm-control на портах, но команда sh ports storm-control выдаёт State Disabled. Включен ли он или нет?
[Making storm-control on the ports, but the command sh ports storm-control issues a State Disabled. Included whether he or not]
office(config)# interface range ethernet e(1-5)
office(config-if)# port storm-control broadcast rate 100
office(config-if)# port storm-control broadcast enable
PORT e1: Rate limit is enabled.
PORT e2: Rate limit is enabled.
PORT e3: Rate limit is enabled.
PORT e4: Rate limit is enabled.
PORT e5: Rate limit is enabled.
office# sh ports storm-control
Port State Rate [Kbits/Sec] Included
-------- -------- ---------------- -------------------------------------
e1 Disabled 100 Broadcast
e2 Disabled 100 Broadcast
e3 Disabled 100 Broadcast
e4 Disabled 100 Broadcast
e5 Disabled 100 Broadcast
3) Есть ли возможность удалить учётную запись admin?
[Is it possible to delete account admin?]
Message was edited by: Cindy Toy - this message was translated from Russian to English using Google Translations. The translated text is in [brackets].
11-12-2009 03:14 AM
Здравствуйте,
1) Port protected можно установить только на одном аплинке, или на несколько если их объединить в LAG
2) Команды правильные, должно работать. В приложении лог, как это было удачно сконфигурировано.
3) Можно удалить пользователь админ, если сделать еще один пользователь с привилегиями 15:
Console(config)# username bob password lee level 15
С Уважением,
Янис
Translate:
11-12-2009 04:27 AM
По первому и третьему вопросу всё ясно, спасибо.
По второму вопросу: если конфигурацию порта делать следущей последовательностью:
switchport access vlan 1048
rate-limit 50000
port security max 5
service-acl input 101
port storm-control broadcast enable
port storm-control broadcast rate 100
no shut
тогда не работает, если:
port storm-control broadcast enable
port storm-control broadcast rate 100
switchport access vlan 1048
rate-limit 50000
port security max 5
service-acl input 101
no shut
тогда всё нормально. Аналогичная ситуация у меня была при конфигурировании dhcp-relay + опция 82.
11-12-2009 07:07 AM
Здравствуйте,
Функцию rate-limit и storm-control невозможно использовать одновременно на один и тот же порт. Как указанно в руководстве:
rate-limit:
The command can be enabled on a specific port only if the port storm-control
broadcast enable interface configuration command is not enabled on that port.
Если это как нибудь помогает, в приложении полное руководство коммутатора
С Уважением,
Янис
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide