12.1(12C)EA1新特性:
SSH支持:
crypto key generate rsa
ip ssh authentication-retries 3
ip ssh timeout30
AutoQos,仅EI特性集可使用:
int fa0/24
auto qos voip cisco-phone
int g0/1
auto qos voip trust
可以通过Radius对802.1x的端口分配VLAN:
switch端:
aaa new-model
aaa authen dot1x default group radius
aaa author network default group radius
radius-server host 10.1.1.1 auth-port 1912 key hehehe
int fa0/1
dot1x port-control auto
radius server端:
[64]Tunnel-Type=VLAN
[65]Tunnle-Medium-Type=802
[66]Tunnel-Private-Group-ID= VLAN NAME
dot1x可以和port security同时配置在同一端口上:
aaa new-model
aaa authen dot1x default group radius
aaa author network default group radius
radius-server host 10.1.1.1 auth-port 1912 key hehehe
int fa0/1
dot1x port-control auto
dot1x multiple-hosts
switchport mode access
switchport port--security
switchport port--security max 10
switchport port--security mac-add sticky
switchport port--security violation protect
DOT1X可以和Voice VLAN配置在同一端口上:
aaa new-model
aaa authen dot1x default group radius
aaa author network default group radius
radius-server host 10.1.1.1 auth-port 1912 key hehehe
int fa0/1
dot1x port-control auto
switchport mode access
switchport access vlan 10
switcport voice vlan 25
spanning-tree portfast
12.1(13)EA1的新特性:
支持SPAN;
支持PVRST+(rapid的STP)
作者:juechen70文章地址: http://www.qqread.com/route/2006/07/y589175081.html
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
相关专题
- SSH技术手册 (127篇文章)
- 电脑配置手册 (8416篇文章)
- 服务器配置专栏 (10992篇文章)
- SSH安全技术 (8252篇文章)
- VLAN技术 (293篇文章)
- 交换机配置进阶篇 (282篇文章)
- SSH安装与配置技巧 (27篇文章)
- 以太网技术的应用 (132篇文章)
- Cisco交换机配置 (164篇文章)
- 交换机基本配置 (264篇文章)
- 华为路由器交换机VLAN配置实例 (22880次浏览)
- 交换机 VLAN配置基础及实例 (18361次浏览)
- VLAN技术浅谈 (5815次浏览)
- CISCO交换机VLAN配置指南(一) (5646次浏览)
- CISCO交换机VLAN配置指南(二) (4195次浏览)
- 交换机VLAN的配置 (4037次浏览)
- 第三层交换技术实现VLAN间通信 (3778次浏览)
- 第三层交换技术及在VLAN子网规划中的应用 (3413次浏览)
- CISCO交换机VLAN配置指南(三) (3062次浏览)
- CISCO交换机VLAN配置思路 (2462次浏览)



