思科模拟器比较好用~请下载连接
思科模拟器是网络工程师经常使用的网络实验模拟软件。它可以快速模拟网络中的各种设备(交换机、路由器、台式电脑、笔记本电脑、服务器、网络云),构建各种网络环境,模拟网络拓扑结构。路由器是网络环境中的重要设备,可以有效隔离内外网络,提供安全的互联网环境。
思维模拟器交换机配置教程
楼主,你好
在模拟器上添加思科交换机
CLI输入
hostname用户模式# ;
hostname特权模式(config)# ;
hostname的全局配置模式(config-if)# ;
开关密码设置:
switch>enable ;进入特权模式
switch#config terminal ;进入全球配置模式
switch(config)#hostname csico ;设置交换机主机名称
switch(config)#enable secret csico1 ;设置特权加密密码
switch(config)#enable password csico8 ;设置特权非密封密码
switch(config)#line console 0 ;进入控制台口
switch(config-line)#line vty 0 4 ;进入虚拟终端
switch(config-line)#login ;允许登录虚拟终端
switch(config-line)#password csico6 ;设置虚拟终端登录密码csico6
switch#exit ;返回命令
VLAN创建、删除、设置端口属性、配置trunk端口、在vlan中添加一个端口、配置VTP:
switch#vlan database ;进入VLAN设置
switch(vlan)#vlan 2 ;建VLAN 2
switch(vlan)#vlan 3 name vlan3 ;建VLAN 3命名为vlan3
switch(vlan)#no vlan 2 ;删vlan 2
switch(config)#int f0/1 ;进入端口1
switch(config)#speed ? 查看speed命令的子命令
switch(config)#speed 100 端口速度为100mb/s (10/auto)
switch(config)#duplex ? 查看duplex的子命令
switch(config)#duplex full 设置该端口为全双工(auto/half)
switch(config)#description TO_PC1 这个端口被描述为TO_PC1
switch(config-if)#switchport access vlan 2 ;vlanan加入当前端口 2
switch(config-if)#switchport mode trunk ;设置为trunk模式(access模式)
switch(config-if)#switchport trunk allowed vlan 1,2 ;设置允许的vlan
switch(config-if)#switchport trunk encap dot1q ;vlan设置 中继
switch(config)#vtp domain vtpserver ;设置相同的vtp域名
switch(config)#vtp password ;设置vtp密码
switch(config)#vtp server ;设置vtp服务器模式
switch(config)#vtp client ;设置vtp客户机模式
交换机设置IP地址、默认网关、域名、域名服务器,配置并查看MAC地址表:
switch(config)#interface vlan 1 ;进入vlan 1
switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置IP地址
switch(config)#ip default-gateway 192.168.1.6 ;设置默认网关
switch(config)#ip domain-name cisco.com 设置域名
switch(config)#ip name-server 192.168.1.18 设置域名服务器
switch(config)#mac-address-table? 查看mac-address-子命令table
switch(config)#mac-address-table aging-time 100 超时设置为100ms
switch(config)#mac-address-table permanent 0000.0c01.bbcc f0/3 f0/3端口加入永久地址
switch(config)#mac-address-table restricted static 0000.0c02.bbcc f0/6 f0/7 f0/6源端口加入静态地址目标端口
switch(config)#end
switch#show mac-address-table 查看整个MAC地址表
switch#clear mac-address-table restricted static 去除限制性静态地址
交换机显示命令:
switch#write ;保存配置信息
switch#show vtp ;查看vtp配置信息
switch#show run ;查看当前配置信息
switch#show vlan ;查看vlan配置信息
switch#show interface ;查看端口信息
switch#show int f0/0 ;查看指定的端口信息
switch#show int f0/0 status;检查指定端口的状态
switch#dir flash: ;查看闪存