×

思科2811

思科2811(思科 2811 配置命令)

admin admin 发表于2024-05-25 00:22:30 浏览8 评论0

抢沙发发表评论

本篇文章给大家谈谈思科2811,以及思科 2811 配置命令对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。

本文目录

思科 2811 配置命令

switch》 用户模式1:进入特权模式 enableswitch》 enableswitch#2:进入全局配置模式 configure terminalswitch》 enableswitch#c onfigure terminalswitch(conf)#3:交换机命名 hostname aptech3950 以aptech3950为例switch》 enableswitch#c onfigure terminalswitch(conf)#hostname aptch-2950aptech3950(conf)#4:配置使能口令 enable password cisco 以cisco为例switch》 enableswitch#c onfigure terminalswitch(conf)#hostname aptch3950aptech3950(conf)# enable password cisco5:配置使能密码 enable secret ciscolab 以cicsolab为例switch》 enableswitch#c onfigure terminalswitch(conf)#hostname aptch3950aptech3950(conf)# enable secret ciscolab6:设置虚拟局域网vlan 1 interface vlan 1switch》 enableswitch#c onfigure terminalswitch(conf)#hostname aptch3950aptech3950(conf)# interface vlan 1aptech3950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口ip和子网掩码aptech3950(conf-if)#no shut 是配置处于运行中aptech3950(conf-if)#exitaptech3950(conf)#ip default-gateway 192.168.254 设置网关地址7:进入交换机某一端口 interface fastehernet 0/17 以17端口为例switch》 enableswitch#c onfigure terminalswitch(conf)#hostname aptch3950aptech3950(conf)# interface fastehernet 0/17aptech3950(conf-if)#8:查看命令 showswitch》 enableswitch# show version 察看系统中的所有版本信息show interface vlan 1 查看交换机有关ip 协议的配置信息show running-configure 查看交换机当前起作用的配置信息show interface fastethernet 0/1 察看交换机1接口具体配置和统计信息show mac-address-table 查看mac地址表show mac-address-table aging-time 查看mac地址表自动老化时间9:交换机恢复出厂默认恢复命令 switch》 enableswitch# erase startup-configureswitch# reload10:双工模式设置switch》 enableswitch#c onfigure terminalswitch3950(conf)#hostname aptch-2950aptech3950(conf)# interface fastehernet 0/17 以17端口为例aptech3950(conf-if)#duplex full/half/auto 有full , half, auto 三个可选项11:cdp相关命令switch》 enableswitch# show cdp 查看设备的cdp全局配置信息show cdp interface fastethernet 0/17 查看17端口的cdp配置信息show cdp traffic 查看有关cdp包的统计信息show cdp nerghbors 列出与设备相连的cisco设备12:csico2950的密码恢复拔下交换机电源线。用手按着交换机的MODE键,插上电源线在switch:后执行flash_ini命令:switch: flash_ini查看flash中的文件: switch: dir flash:把“config.text”文件改名为“config.old”: switch: rename flash: config.text flash: config.old执行boot: switch: boot交换机进入是否进入配置的对话,执行no : 进入特权模式察看flash里的文件: show flash : 把“config.old”文件改名为 “config.text”: switch: rename flash: config.old flash: config.text把“config.text”拷入系统的“running-configure”: copy flash: config.text system : running-configure把配置模式重新设置密码存盘,密码恢复成功。13:交换机telnet远程登录设置:switch》enswitch#c onfigure terminalswitch(conf)#hostname aptech-2950aptech3950(conf)#enable password cisco 以cisco为特权模式密码aptech3950(conf)#interface fastethernet 0/1 以17端口为telnet远程登录端口aptech3950(conf-if)#ip address 192.168.1.1 255.255.255.0aptech3950(conf-if)#no shutaptech3950(conf-if)#exitaptech3950(conf)line vty 0 4 设置0-4 个用户可以telnet远程登陆aptech3950(conf-line)#loginaptech3950(conf-line)#password edge 以edge为远程登录的用户密码主机设置:ip 192.168.1.2 主机的ip必须和交换机端口的地址在同一网络段netmask 255.255.255.0gate-way 192.168.1.1 网关地址是交换机端口地址运行:telnet 192.168.1.1 进入telnet远程登录界面password : edge aptech3950》enpassword: ciscoaptech#14:交换机配置的重新载入和保存设置完成交换机的配置后:aptech3950(conf)#reload是否保存(y/n) y: 保存设置信息 n:不保存设置信息路由器命令router》 用户模式1:进入特权模式 enablerouter 》 enablerouter #2:进入全局配置模式 configure terminalrouter 》 enablerouter #c onfigure terminalrouter (conf)#3:交换机命名 hostname routera 以routerA为例router 》 enablerouter #c onfigure terminalrouter(conf)#hostname routerAroutera (conf)#4:配置使能口令 enable password cisco 以cisco为例router 》 enablerouter #c onfigure terminalrouter(conf)#hostname routerArouterA (conf)# enable password cisco5:配置使能密码 enable secret ciscolab 以cicsolab为例router 》 enablerouter #c onfigure terminalrouter(conf)#hostname routerArouterA (conf)# enable secret ciscolab6:进入路由器某一端口 interface fastehernet 0/17 以17端口为例router 》 enablerouter #c onfigure terminalrouter(conf)#hostname routerArouterA (conf)# interface fastehernet 0/17routerA (conf-if)#进入路由器的某一子端口 interface fastethernet 0/17.1 以17端口的1子端口为例router 》 enablerouter #c onfigure terminalrouter(conf)#hostname routerArouterA (conf)# interface fastehernet 0/17.17:设置端口ip地址信息router 》 enablerouter #c onfigure terminalrouter(conf)#hostname routerArouterA(conf)# interface fastehernet 0/17 以17端口为例routerA (conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口ip和子网掩码routerA (conf-if)#no shut 是配置处于运行中routerA (conf-if)#exit8:查看命令 showrouter 》 enablerouter # show version 察看系统中的所有版本信息show interface vlan 1 查看交换机有关ip 协议的配置信息show running-configure 查看交换机当前起作用的配置信息show interface fastethernet 0/1 察看交换机1接口具体配置和统计信息show mac-address-table 查看mac地址表show mac-address-table aging-time 查看mac地址表自动老化时间 show controllers serial + 编号 查看串口类型 show ip router 查看路由器的路由表9:cdp相关命令router 》 enablerouter # show cdp 查看设备的cdp全局配置信息show cdp interface fastethernet 0/17 查看17端口的cdp配置信息show cdp traffic 查看有关cdp包的统计信息show cdp nerghbors 列出与设备相连的cisco设备10:csico2600的密码恢复重新启动路由器,在启动过程中按下win+break键,使路由器进入rom monitor在提示符下输入命令修改配置寄存器的值,然后重新启动路由器remmon1》confreg 0x2142remmon2》reset重新启动路由器后进入setup模式,选择“no”,退回到exec模式,此时路由器原有的配置仍然保存在startup-config中,为使路由器恢复密码后配置不变把startup-config中配置保存到running-config中,然后重新设置enable密码,并把配置寄存器改回0x2102:router》enable router#copy startup-config running-configrouter#c onfigure terminalrouter(conf)#enable password ciscorouter(conf)#c onfig-register 0x2102保存当前配置到startup-config , 重新启动路由器。router #copy running-config startup-config router #reload11:路由器telnet远程登录设置:router》enrouter #c onfigure terminalrouter (conf)#hostname routerArouterA (conf)#enable password cisco 以cisco为特权模式密码routerA (conf)#interface fastethernet 0/1 以17端口为telnet远程登录端口routerA (conf-if)#ip address 192.168.1.1 255.255.255.0routerA (conf-if)#no shutrouterA (conf-if)#exitrouterA (conf)line vty 0 4 设置0-4 个用户可以telnet远程登陆routerA (conf-line)#loginrouterA (conf-line)#password edge 以edge为远程登录的用户密码主机设置:ip 192.168.1.2 主机的ip必须和交换机端口的地址在同一网络段netmask 255.255.255.0gate-way 192.168.1.1 网关地址是交换机端口地址运行:telnet 192.168.1.1 进入telnet远程登录界面password : edge routera》enpassword: ciscoroutera#12:配置路由器的标识 banner $……………$在全局配置的模式下利用“banner”命令可以配置路由器的提示信息,所有连接到路由器的终端都会收到。router》enrouter #c onfigure terminalrouter (conf)#hostname routerArouterA(conf)#banner motd $This is aptech company’ router ! Please don’t change the configuration without permission!$13:配置接口标识 description ………接口标识用于区分路由器的各个接口。router》enrouter #c onfigure terminalrouter (conf)#hostname routerArouterA(conf)#interface fastethernet 0/1 以0/1 接口为例routerA(conf-if)# description this is a fast Ethernet port used to connecting the company’s intranet! 14:配置超时 超时适用于设置在多长时间没有对console进行配置,自动返回exec会话时间。默认为10分钟。router》enrouter #c onfigure terminalrouter (conf)#hostname routerArouterA(conf)#line console 0routerA(conf-if)#e xec-timeout 0 0 第一个“0”代表分钟,第二个“0”代表秒15:配置串口参数 两台路由器通过串口连接需要一个做为DTE,一个做为DCE。DCE设备要向DTE设备提供时钟频率和带宽。DCE配置:router》enrouter #c onfigure terminalrouter (conf)#hostname routerArouterA(conf)#interface serial 0/0routerA(conf_if)#clock rate 64000 提供时钟频率为64000routerA(conf_if)#bandwidth 64 提供带宽为64DTE配置:路由器串口配置ip地址router》enrouter #c onfigure terminalrouter (conf)#hostname routerBrouterB(conf)#interface serial 0/0routerB(conf_if)#ip address 192.168.1.1 255.255.255.016:静态路由的配置配置路由器A的主机名和接口参数router》enable router#c onfigure terminalrouter(conf)#hostname routerArouterA(conf)#interface fastethernet 0/1 路由器A的1端口为两路由器的连接端口routerA(conf-if)#ip address 192.168.2.1 255.255.255.0routerA(conf-if)#no shutdownrouterA(conf-if)#exitrouterA(conf)# interface fastethernet 0/0 路由器A的0端口为与主机的连接端口routerA(conf-if)#ip address 192.168.1.2 255.255.255.0routerA(conf-if)#no shutdown主机A的ip地址为 192.168.1.1 255.255.255.0 192.168.1.2配置路由器B的主机名和接口参数router》enable router#c onfigure terminalrouter(conf)#hostname routerBrouterB(conf)#interface fastethernet 0/0 路由器B的0端口为两路由器的连接端口routerB(conf-if)#ip address 192.168.2.2 255.255.255.0routerB(conf-if)#no shutdownrouterB (conf-if)#exitrouterB(conf)# interface fastethernet 0/1 路由器B的1端口为与主机的连接端口routerB(conf-if)#ip address 192.168.3.1 255.255.255.0主机B的ip地址为 192.168.3.2255.255.255.0 192.168.3.1配置路由器A的静态路由表routerA(conf)#ip router 192.168.3.0 255.255.255.0 192.168.2.2 配置路由器B的静态路由表routerA(conf)#ip router 192.168.1.0 255.255.255.0 192.168.2.1在routerA和routerB上配置默认路由routerA(conf)#ip route 0.0.0.0 0.0.0.0 192.168.2.2routerA(conf)#ip classlessrouterB(conf)#ip route 0.0.0.0 0.0.0.0 192.168.2.1routerB(conf)#ip classless在routerA和routerB上配置动态路由(RIP)routerA(conf)#router riprouterA(conf)#network 192.168.1.0routerA(conf)#network 192.168.2.0routerB(conf)# router riprouterB(conf)#network 192.168.2.0routerB(conf)#network 192.168.3.0

思科2811路由器端口映射,如果要将80端口映射到192.168.0.88号机子的80端口,在特权模式下如何设置要详

思科2811路由器端口映射如何设置

你需要把外网10.0.0.1的3389端口映射到内网192.168.1.2的3389端口。这样来进行操作 ip nat inside source static tcp 221.131.44.150 80 192.168.0.88 80。

其次是Router(config)#ip nat inside source static tcp192.168.1.2 33891 10.0.0.1 3389     extendable。其中192.168.1.2是要映射的内网地址。第一个3389就是内网端口。而 10.0.0.1就是外网的IP。那么第二个3389就是外网的端口。

思科2811路由器常见问题指令:Access-enable允许路由器在动态访问列表中创建临时访问的列表入口。Access-group把访问的控制列表应用到了接口上。Access-list 定义一个标准的IP ACL。Access-template  在连接的路由器上手动替换临时访问列表入口

思科2811路由器配置

参考,如果这个都不会,就别搞路由器配置了,请网络工程师吧!!cisco3550开启dhcp服务并为其上的vlan自动分配ip地址网络环境:一台3550EMI交换机,划分三个vlan,vlan2 为服务器所在网络,命名为server,IP地址段 为192.168.2.0,子网掩码:255.255.255.0,网关:192.168.2.1,域服务器为windows 2000 advance server,同时兼作DNS服务器,IP地址为192.168.2.10,vlan3为客户机1所在网络,IP地址段为192.168.3.0,子网掩码:255.255.255.0,网关:192.168.3.1命名为work01,vlan4为客户机2所在网络,命名为work02,IP地址段为 192.168.4.0,子网掩码:255.255.255.0,网关:192.168.4.1,3550作DHCP服务器,端口1-8划到VLAN 2,端口9-16划分到VLAN 3,端口17-24划分到VLAN 4. DHCP服务器实现功能: 各VLAN保留2-10的IP地址不分配置,例如:192.168.2.0的网段,保留192.168.2.2至192.168.2.10的IP地址段不分配。 安全要求: VLAN 3和VLAN 4 不允许互相访问,但都可以访问服务器所在的VLAN 2, 默认访问控制列表的规则是拒绝所有包。 配置命令及步骤如下: 第一步:创建VLAN: Switch》en Switch#Vlan Database Switch(Vlan)》Vlan 2 Name server Switch(Vlan)》Vlan 3 Name work01 Switch(vlan)》Vlan 4 Name work02 第二步:设置VLAN IP地址: Switch#Config T Switch(Config)》Int Vlan 2 Switch(Config-vlan)Ip Address 192.168.2.1 255.255.255.0 Switch(Config-vlan)No Shut Switch(Config-vlan)》Int Vlan 3 Switch(Config-vlan)Ip Address 192.168.3.1 255.255.255.0 Switch(Config-vlan)No Shut Switch(Config-vlan)》Int Vlan 4 Switch(Config-vlan)Ip Address 192.168.4.1 255.255.255.0 Switch(Config-vlan)No Shut Switch(Config-vlan)Exit /*注意:由于此时没有将端口分配置到VLAN2,3,4,所以各VLAN会DOWN掉,待将端口分配到各VLAN后,VLAN会起来*/ 第三步:设置端口全局参数 Switch(Config)Interface Range Fa 0/1 - 24 Switch(Config-if-range)Switchport Mode Access Switch(Config-if-range)Spanning-tree Portfast 第四步:将端口添加到VLAN2,3,4中 /*将端口1-8添加到VLAN 2*/ Switch(Config)Interface Range Fa 0/1 - 8 Switch(Config-if-range)Switchport Access Vlan 2 /*将端口9-16添加到VLAN 3*/ Switch(Config)Interface Range Fa 0/9 - 16 Switch(Config-if-range)Switchport Access Vlan 3 /*将端口17-24添加到VLAN 4*/ Switch(Config)Interface Range Fa 0/17 - 24 Switch(Config-if-range)Switchport Access Vlan 4 Switch(Config-if-range)Exit /*经过这一步后,各VLAN会起来*/ 第五步:配置3550作为DHCP服务器 /*VLAN 2可用地址池和相应参数的配置,有几个VLAN要设几个地址池*/ Switch(Config)Ip Dhcp Pool Test01 /*设置可分配的子网*/ Switch(Config-pool)Network 192.168.2.0 255.255.255.0 /*设置DNS服务器*/ Switch(Config-pool)Dns-server 192.168.2.10 /*设置该子网的网关*/ Switch(Config-pool)Default-router 192.168.2.1 /*配置VLAN 3所用的地址池和相应参数*/ Switch(Config)Ip Dhcp Pool Test02 Switch(Config-pool)Network 192.168.3.0 255.255.255.0 Switch(Config-pool)Dns-server 192.168.2.10 Switch(Config-pool)Default-router 192.168.3.1 /*配置VLAN 4所用的地址池和相应参数*/ Switch(Config)Ip Dhcp Pool Test03 Switch(Config-pool)Network 192.168.4.0 255.255.255.0 Switch(Config-pool)Dns-server 192.168.2.10 Switch(Config-pool)Default-router 192.168.4.1 第六步:设置DHCP保留不分配的地址 Switch(Config)Ip Dhcp Excluded-address 192.168.2.2 192.168.2.10 Switch(Config)Ip Dhcp Excluded-address 192.168.3.2 192.168.3.10 Switch(Config)Ip Dhcp Excluded-address 192.168.4.2 192.168.4.10 第七步:启用路由 /*路由启用后,各VLAN间主机可互相访问*/ Switch(Config)Ip Routing 第八步:配置访问控制列表 Switch(Config)access-list 103 permit ip 192.168.2.0 0.0.0.255 192.168.3.0 0.0.0.255 Switch(Config)access-list 103 permit ip 192.168.3.0 0.0.0.255 192.168.2.0 0.0.0.255 Switch(Config)access-list 103 permit udp any any eq bootpc Switch(Config)access-list 103 permit udp any any eq tftp Switch(Config)access-list 103 permit udp any eq bootpc any Switch(Config)access-list 103 permit udp any eq tftp any Switch(Config)access-list 104 permit ip 192.168.2.0 0.0.0.255 192.168.4.0 0.0.0.255 Switch(Config)access-list 104 permit ip 192.168.4.0 0.0.0.255 192.168.2.0 0.0.0.255 Switch(Config)access-list 104 permit udp any eq tftp any Switch(Config)access-list 104 permit udp any eq bootpc any Switch(Config)access-list 104 permit udp any eq bootpc any Switch(Config)access-list 104 permit udp any eq tftp any 第九步:应用访问控制列表 /*将访问控制列表应用到VLAN 3和VLAN 4,VLAN 2不需要*/ Switch(Config)Int Vlan 3 Switch(Config-vlan)ip access-group 103 out Switch(Config-vlan)Int Vlan 4 Switch(Config-vlan)ip access-group 104 out 第十步:结束并保存配置 Switch(Config-vlan)End Switch#Copy Run Start 启动DHCP服务!!!!!!!!!!!!!!!!!service dhcp//启动DHCP服务。ip dhcp exclude-add 10.30.70.2 10.30.70.100//保留两个IP地址,即这两个IP地址不通过DHCP自动分配。本例中为服务器保留这两个IP地址,通过上面这个命令来实现。ip dhcp ping packets 3//分配IP地址前先Ping该地址,也就是说分配给某计算机IP地址后先测试一下连通性,如果发现连通性没有问题则将该IP地址彻底分配给相应的计算机,采用这个方法有效地保证了网络连接的正常。ip dhcp pool 1net 10.30.70.0 255.255.255.0//设置DHCP的范围,包含IP范围和子网掩码。default-router 10.30.70.1//设置网关地址。lease 8//设置通过DHCP获得的IP地址租约为8天。

思科C2811路由器如何配置拨号上网

vpdn enablevpdn-group 1 request-dialin protocol pppoe、l2tp协议也行1.配置一个出口interface E0/1no ip addresspppoe enablepppoe-client dial-pool-number 12.定义一个虚拟拨号口interface dialer0ip address negotiateden pppdial pool 1dial-group 1(随意要不要加)ip mtu 1492ppp authentication pap callinppp pap sent-username test password testppp chap hostname testppp chap password test3.配置PATinterface e0/0ip nat insideint dialer0ip nat outsideaccess-list 1 permit 192.168.1.0 0.0.0.255ip nat inside source list 1 interface dialer0 overload4.配置DHCP(可选)ip dhcp pool ADSLnetwork 192.168.1.0 255.255.255.0default-router 192.168.1.15.配置静态路由ip route 0.0.0.0 0.0.0.0 dialer0检查一下拨号配置是否成功:R0#show int dialer 1 //查看虚拟拨号口1的状态

思科2811路由器配置翻译 !求大神解释这一段什么意思

interface FastEthernet0/1.101 //新建子接口description dev_mgmt //描述encapsulation dot1Q 101 //封装VLAN101ip address 172.21.1.1 255.255.255.0 //配置IP!ip forward-protocol ndip access-list 120 permit ip 172.21.30.0 0.0.0.255 any

思科模拟器2811路由器怎么开启无线网

双击图标“Cisco Packet Tracer ”,打开思科模拟器:2从左下角选出路由器设备,也就是英文“Router”,再选择路由器型号“2811”,如下图所示:3用左键按住路由器型号“2811”,直接拖到空白的地方,如下图所示:4点击路由器型号“2811”,会出现配置窗口,选择“Physical”,在点击“电源开关”,关闭电源开关,因为默认情况下电源都是开启的状态。5然后从左边的设备选出“WIC-2T”,并把“WIC-2T”拖到右边的插槽上,并打开电源,如下图所示:6打开电源之后,点击Config,然后过几秒点击“OK”。7点击完“OK”之后,我们就会从左下角看到多了两个串行接口,这说明已经成功添加好了串行接口。

CISCO 2811的产品概述

Cisco 2811隶属于Cisco 2800系列产品,与相似价位的前几代思科路由器相比, Cisco 2800系列的性能提高了五倍、安全性和话音性能提高了十倍、具有全新内嵌服务选项,且大大提高了插槽性能和密度,同时保持了对目前Cisco 1700系列和Cisco 2600系列中现有90多种模块中大多数模块的支持,从而提供了极大的性能优势。思科2811具有先进、集成的端到端安全性,以用于提供融合服务和应用。凭借思科IOS软件高级安全特性集,它在一个解决方案集中提供了一系列强大的通用安全特性,如思科IOS Software Firewall、入侵保护、IPSec VPN、Secure Shell (SSH)协议2.0和简单网络管理协议(SNMPv3)。思科2811提供了2个10Mbps/100Mbps端口,它能以线速为多条T1/E1/xDSL连接提供多种高质量并发服务。这些路由器提供了内嵌加密加速和主板话音数字信号处理器(DSP)插槽;入侵保护和防火墙功能;集成化呼叫处理和语音留言;用于多种连接需求的高密度接口;以及充足的性能和插槽密度,以用于未来网络扩展和高级应用。思科2811特别设计可满足中小型分支机构和中小型企业对于目前和未来应用日益提高的需求。将业界范围最广的连接选项与领先的可用性和可靠性特性相结合。此外,Cisco IOS软件支持全套传输协议、服务质量(QoS)工具,以及先进的安全和话音应用。

思科2811路由怎么配置

随机器会送一根console口的线, 一头是RJ45头 一头是9针串口。 使用这根线,RJ45头插到机器的console口上, 串口头插到电脑上(如电脑没有串口,可买一个USB转串口的线)。然后使用SecureCRT 软件内的serial连接方式,进行连接。 波特率要设置正确,看产品手册。 然后就可以在软件内的窗口上可以敲命令进行配置具体配置命令, 可参考思科书籍,或用户手册

请问思科3560接2811路由器该怎么连接,接什么口,IP要怎么设置

1、首先检查路由器设置,选择相应的PPPOE拨号上网或其它上网方式,并填入相应帐号和密码,许多路由器可以看到WAN口连接状态,如果拨号成功,路由器状态里可以查看到;2、如果WAN口拨号正常,那么检查路由器LAN口设置,看LAN口IP地址和PC是否在同一个网段,如果不在同一网段,PC是不能通过路由器上网的;3、如果第二步确认也没问题,接下来可以设置防火墙和无线之类的。

思科C2811路由器上配置拨号上网

vpdn enablevpdn-group 1 request-dialin protocol pppoe、l2tp协议也行1.配置一个出口interface E0/1no ip addresspppoe enablepppoe-client dial-pool-number 12.定义一个虚拟拨号口interface dialer0ip address negotiateden pppdial pool 1dial-group 1(随意要不要加)ip mtu 1492ppp authentication pap callinppp pap sent-username test password testppp chap hostname testppp chap password test3.配置PATinterface e0/0ip nat insideint dialer0ip nat outsideaccess-list 1 permit 192.168.1.0 0.0.0.255ip nat inside source list 1 interface dialer0 overload4.配置DHCP(可选)ip dhcp pool ADSLnetwork 192.168.1.0 255.255.255.0default-router 192.168.1.15.配置静态路由ip route 0.0.0.0 0.0.0.0 dialer0检查一下拨号配置是否成功:R0#show int dialer 1 //查看虚拟拨号口1的状态

文章分享结束,思科2811和思科 2811 配置命令的答案你都知道了吗?欢迎再次光临本站哦!