Switch(vlan)#vlan x // 创建VLAN ,删除时前面加no求一致
Switch#vlan database // 进入VLAN数据库模式
Switch(vlan)#vlan x // 创建 VLAN ,删除时前面加no
Switch(vlan)#exit
Switch#show vlan-switch // 查看VLAN表及所属端口,真实设备或IOU 模拟器上的命令为 show vlan
Switch#show vtp status // 查看 VTP 信息,包括域名、版本、模式等
Switch(config)#int fastEthernet x/x
Switch(config-if)#switchport mode access// 配置端口模式为access
Switch(config-if)#switchport access vlan 10// 将该端口划入VLAN10,默认所有端口属于VLAN1
Switch(config-if)#exit
Switch(config)#int fastEthernet x/x// 进入单臂路由主接口
Switch(config-if)#switchporttrunkencapsulationdot1q//指定trunk封装使用802.1Q ,当交换机支持802.1Q和 ISL时使用
Switch(config-if)#switchport mode trunk// 配置端口模式为trunk
Switch(config-if)#exit
Switch#show interfaces trunk// 查看交换机trunk接口信息及状态
Switch(config)#interface vlan x// 进入管理IP所在的接口Switch(config-if)#ip address x.x.x.x x.x.x.x// 配置交换机的管理IP
Switch(config-if)#exit
Switch(config)#ip default-gateway x.x.x.x// 配置交换机的网关地址,实现跨网段远程管理
FRSW(config)#frame-relay switching// 将路由器模拟成帧中继交换机
FRSW(config)#int serial x/x
FRSW(config-if)#clock rate 64000
FRSW(config-if)#encapsulationframe-relay// 将接口封装从默认的HDLC改为帧中继 封装
FRSW(config-if)#frame-relay intf-type dce// 指定帧中继交换机接口类型为DCE
FRSW(config-if)#frame-relay route xxx interface serial x/x xxx// 配置帧中继交换路径
FRSW(config-if)#exit
FRR(config)#int serial x/x
FRR(config-if)#encapsulation
frame-relay// 配置帧中继路由器接口封装从默认HDLC改为 FR
FRR(config-if)#ip address x.x.x.x x.x.x.x
FRR(config-if)#frame-relay map ip x.x.x.x x broadcast// 静态配置IP 到 DLCI 的映射关 系,指定对端IP 及本端使用的DLCI 值
FRR(config-if)#exit
FRR#show frame-relay map// 查看帧中继映射表
FRR(config)#int serial x/x
FRR(config-if)#ipospfnetworkpoint-to-multipoint// 帧中继下OSPF默认模式是NBMA ,无法自动建立邻居。手动修改网络类型为PTMP 或 PTP FRR(config-if)#exit
上一篇:为什么推荐大学生考思科认证呢?
下一篇:CCNA常用命令大全(四)