Login
升级VIP 登录 注册 安全退出
当前位置: 首页 > word文档 > 其他文档 > 思科交换机配置命令大全,思科交换机配置命令大全 图文

思科交换机配置命令大全,思科交换机配置命令大全 图文

收藏

本作品内容为思科交换机配置命令大全,格式为 doc ,大小 64000 KB ,页数为 24页

思科交换机配置命令大全


('思科交换机配置命令大全switch>用户模式1:进入特权模式enableswitch>enableswitch#2:进入全局配置模式configureterminalswitch>enableswitch#configureterminalswitch(conf)#3:交换机命名hostnameaptech2950以aptech2950为例switch>enableswitch#configureterminalswitch(conf)#hostnameaptch-2950aptech2950(conf)#4:配置使能口令enablepasswordcisco以cisco为例switch>enableswitch#configureterminalswitch(conf)#hostnameaptch2950aptech2950(conf)#enablepasswordcisco5:配置使能密码enablesecretciscolab以cicsolab为例switch>enableswitch#configureterminalswitch(conf)#hostnameaptch2950aptech2950(conf)#enablesecretciscolab6:设置虚拟局域网vlan1interfacevlan1switch>enableswitch#configureterminalswitch(conf)#hostnameaptch2950aptech2950(conf)#interfacevlan1aptech2950(conf-if)#noshut是配置处于运行中精心整理aptech2950(conf-if)#exit7:进入交换机某一端口interfacefastehernet0/17以17端口为例switch>enableswitch#configureterminalswitch(conf)#hostnameaptch2950aptech2950(conf)#interfacefastehernet0/17aptech2950(conf-if)#8:查看命令showswitch>enableswitch#showversion察看系统中的所有版本信息showinterfacevlan1查看交换机有关ip协议的配置信息showrunning-configure查看交换机当前起作用的配置信息showinterfacefastethernet0/1察看交换机1接口具体配置和统计信息showmac-address-table查看mac地址表showmac-address-tableaging-time查看mac地址表自动老化时间9:交换机恢复出厂默认恢复命令switch>enableswitch#erasestartup-configureswitch#reload10:双工模式设置switch>enableswitch#configureterminalswitch2950(conf)#hostnameaptch-2950aptech2950(conf)#interfacefastehernet0/17以17端口为例aptech2950(conf-if)#duplexfull/half/auto有full,half,auto三个可选项11:cdp相关命令switch>enableswitch#showcdp查看设备的cdp全局配置信息showcdpinterfacefastethernet0/17查看17端口的cdp配置信息精心整理showcdptraffic查看有关cdp包的统计信息showcdpnerghbors列出与设备相连的cisco设备12:csico2950的密码恢复拔下交换机电源线。用手按着交换机的MODE键,插上电源线在switch:后执行flash_ini命令:switch:flash_ini查看flash中的文件:switch:dirflash:把“config.text”文件改名为“config.old”:switch:renameflash:config.textflash:config.old执行boot:switch:boot交换机进入是否进入配置的对话,执行no:进入特权模式察看flash里的文件:showflash:把“config.old”文件改名为“config.text”:switch:renameflash:config.oldflash:config.text把“config.text”拷入系统的“running-configure”:copyflash:config.textsystem:running-configure把配置模式重新设置密码存盘,密码恢复成功。13:交换机telnet远程登录设置:switch>enswitch#configureterminalswitch(conf)#hostnameaptech-2950aptech2950(conf)#enablepasswordcisco以cisco为特权模式密码aptech2950(conf)#interfacefastethernet0/1以17端口为telnet远程登录端口aptech2950(conf-if)#noshutaptech2950(conf-if)#exitaptech2950(conf)linevty04设置0-4个用户可以telnet远程登陆aptech2950(conf-line)#loginaptech2950(conf-line)#passwordedge以edge为远程登录的用户密码精心整理主机设置:运行:进入telnet远程登录界面password:edgeaptech2950>enpassword:ciscoaptech#14:交换机配置的重新载入和保存设置完成交换机的配置后:aptech2950(conf)#reload是否保存(y/n)y:保存设置信息n:不保存设置信息1.在基于IOS的交换机上设置主机名/系统名:switch(config)#hostnamehostname在基于CLI的交换机上设置主机名/系统名:switch(enable)setsystemnamename-string2.在基于IOS的交换机上设置登录口令:switch(config)#enablepasswordlevel1password在基于CLI的交换机上设置登录口令:switch(enable)setpasswordswitch(enable)setenalbepass3.在基于IOS的交换机上设置远程访问:switch(config)#interfacevlan1switch(config-if)#ipaddressip-addressnetmaskswitch(config-if)#ipdefault-gatewayip-address在基于CLI的交换机上设置远程访问:switch(enable)setinterfacesc0ip-addressnetmaskbroadcast-addressswitch(enable)setinterfacesc0vlanswitch(enable)setiproutedefaultgateway4.在基于IOS的交换机上启用和浏览CDP信息:switch(config-if)#cdpenableswitch(config-if)#nocdpenable为了查看Cisco邻接设备的CDP通告信息:精心整理switch#showcdpinterface[typemodle/port]switch#showcdpneighbors[typemodule/port][detail]在基于CLI的交换机上启用和浏览CDP信息:switch(enable)setcdp{enabledisable}module/port为了查看Cisco邻接设备的CDP通告信息:switch(enable)showcdpneighbors[module/port][vlanduplexcapabilitiesdetail]5.基于IOS的交换机的端口描述:switch(config-if)#descriptiondescription-string基于CLI的交换机的端口描述:switch(enable)setportnamemodule/numberdescription-string6.在基于IOS的交换机上设置端口速度:switch(config-if)#speed{10100auto}在基于CLI的交换机上设置端口速度:switch(enable)setportspeedmoudle/number{10100auto}switch(enable)setportspeedmoudle/number{416auto}7.在基于IOS的交换机上设置以太网的链路模式:switch(config-if)#duplex{autofullhalf}在基于CLI的交换机上设置以太网的链路模式:switch(enable)setportduplexmodule/number{fullhalf}8.在基于IOS的交换机上配置静态VLAN:switch#vlandatabaseswitch(vlan)#vlanvlan-numnamevlaswitch(vlan)#exitswitch#configureteriminalswitch(config)#interfaceinterfacemodule/numberswitch(config-if)#switchportmodeaccessswitch(config-if)#switchportaccessvlanvlan-numswitch(config-if)#end在基于CLI的交换机上配置静态VLAN:switch(enable)setvlanvlan-num[namename]switch(enable)setvlanvlan-nummod-num/port-list9.在基于IOS的交换机上配置VLAN中继线:switch(config)#interfaceinterfacemod/portswitch(config-if)#switchportmodetrunkswitch(config-if)#switchporttrunkencapsulation{isldotlq}精心整理switch(config-if)#switchporttrunkallowedvlanremovevlan-listswitch(config-if)#switchporttrunkallowedvlanaddvlan-list在基于CLI的交换机上配置VLAN中继线:switch(enable)settrunkmodule/port[onoffdesirableautononegotiate]Vlan-range[isldotlqdotl0lanenegotiate]10.在基于IOS的交换机上配置VTP管理域:switch#vlandatabaseswitch(vlan)#vtpdomaindomain-name在基于CLI的交换机上配置VTP管理域:switch(enable)setvtp[domaindomain-name]11.在基于IOS的交换机上配置VTP模式:switch#vlandatabaseswitch(vlan)#vtpdomaindomain-nameswitch(vlan)#vtp{severcilenttransparent}switch(vlan)#vtppasswordpassword在基于CLI的交换机上配置VTP模式:switch(enable)setvtp[domaindomain-name][mode{severcilenttransparent}][passwordpassword]12.在基于IOS的交换机上配置VTP版本:switch#vlandatabaseswitch(vlan)#vtpv2-mode在基于CLI的交换机上配置VTP版本:switch(enable)setvtpv2enable13.在基于IOS的交换机上启动VTP剪裁:switch#vlandatabaseswitch(vlan)#vtppruning在基于CLI的交换机上启动VTP剪裁:switch(enable)setvtppruningenable14.在基于IOS的交换机上配置以太信道:switch(config-if)#portgroupgroup-number[distribution{sourcedestination}]在基于CLI的交换机上配置以太信道:switch(enable)setportchannelmoudle/port-rangemode{onoffdesirableauto}15.在基于IOS的交换机上调整根路径成本:switch(config-if)#spanning-tree[vlanvlan-list]costcost精心整理在基于CLI的交换机上调整根路径成本:switch(enable)setspantreeportcostmoudle/portcostswitch(enable)setspantreeportvlancostmoudle/port[costcost][vlan-list]16.在基于IOS的交换机上调整端口ID:switch(config-if)#spanning-tree[vlanvlan-list]port-priorityport-priority在基于CLI的交换机上调整端口ID:switch(enable)setspantreeportpri{mldule/port}priorityswitch(enable)setspantreeportvlanpri{module/port}priority[vlans]17.在基于IOS的交换机上修改STP时钟:switch(config)#spanning-tree[vlanvlan-list]hello-timesecondsswitch(config)#spanning-tree[vlanvlan-list]forward-timeseconds`switch(config)#spanning-tree[vlanvlan-list]max-ageseconds在基于CLI的交换机上修改STP时钟:switch(enable)setspantreehellointerval[vlan]switch(enable)setspantreefwddelaydelay[vlan]switch(enable)setspantreemaxageagingtiame[vlan]18.在基于IOS的交换机端口上启用或禁用PortFast特征:switch(config-if)#spanning-treeportfast在基于CLI的交换机端口上启用或禁用PortFast特征:switch(enable)setspantreeportfast{module/port}{enabledisable}19.在基于IOS的交换机端口上启用或禁用UplinkFast特征:switch(config)#spanning-treeuplinkfast[max-update-ratepkts-per-second]在基于CLI的交换机端口上启用或禁用UplinkFast特征:switch(enable)setspantreeuplinkfast{enabledisable}[rateupdate-rate][all-protocolsoffon]20.为了将交换机配置成一个集群的命令交换机,首先要给管理接口分配一个IP地址,然后使用下列命令:switch(config)#clusterenablecluster-name21.为了从一条中继链路上删除VLAN,可使用下列命令:switch(enable)cleartrunkmodule/portvlan-range22.用showvtpdomain显示管理域的VTP参数.23.用showvtpstatistics显示管理域的VTP参数.精心整理24.在Catalyst交换机上定义TrBRF的命令如下:switch(enable)setvlanvlan-name[namename]typetrbrfbridgebridge-num[stp{ieeeibm}]25.在Catalyst交换机上定义TrCRF的命令如下:switch(enable)setvlanvlan-num[namename]typetrcrf{ringhex-ring-numdecringdecimal-ring-num}parentvlan-num26.在创建好TrBRFVLAN之后,就可以给它分配交换机端口.对于以太网交换,可以采用如下命令给VLAN分配端口:switch(enable)setvlanvlan-nummod-num/port-num27.命令showspantree显示一个交换机端口的STP状态.28.配置一个ELAN的LES和BUS,可以使用下列命令:ATM(config)#interfaceatmnumber.subintmultiointATM(config-subif)#laneserber-busethernetelan-name29.配置LECS:ATM(config)#lanedatabasedatabase-nameATM(lane-config-databade)#nameelan1-nameserver-atm-addressles1-nsap-addressATM(lane-config-databade)#nameelan2-nameserver-atm-addressles2-nsap-addressATM(lane-config-databade)#name…30.创建完数据库后,必须在主接口上启动LECS.命令如下:ATM(config)#interfaceatmnumberATM(config-if)#laneconfigdatabasedatabase-nameATM(config-if)#laneconfigauto-config-atm-address31.将每个LEC配置到一个不同的ATM子接口上.命令如下:ATM(config)#interfaceatmnumber.subintmultipointATM(config)#laneclientethernetvlan-numelan-num32.用showlaneserver显示LES的状态.33.用showlanebus显示bus的状态.34.用showlanedatabase显示LECS数据库可内容.35.用showlaneclient显示LEC的状态.36.用showmodule显示已安装的模块列表.37.用物理接口建立与VLAN的连接:精心整理router#configureterminalrouter(config)#interfacemediamodule/portrouter(config-if)#descriptiondescription-stringrouter(config-if)#ipaddressip-addrsubnet-maskrouter(config-if)#noshutdown38.用中继链路来建立与VLAN的连接:router(config)#interfacemodule/port.subinterfacerouter(config-ig)#encapsulation[isldotlq]vlan-numberrouter(config-if)#ipaddressip-addresssubnet-mask39.用LANE来建立与VLAN的连接:router(config)#interfaceatmmodule/portrouter(config-if)#noipaddressrouter(config-if)#atmpvc105qsaalrouter(config-if)#atmpvc2016ilnirouter(config-if)#interfaceatmmodule/port.subinterfacemultipointrouter(config-if)#ipaddressip-addresssubnet-maskrouter(config-if)#laneclientethernetelan-numrouter(config-if)#interfaceatmmodule/port.subinterfacemultipointrouter(config-if)#ipaddressip-addresssubnet-namerouter(config-if)#laneclientethernetelan-namerouter(config-if)#…40.为了在路由处理器上进行动态路由配置,可以用下列IOS命令来进行:router(config)#iproutingrouter(config)#routerip-routing-protocolrouter(config-router)#networkip-network-numberrouter(config-router)#networkip-network-number41.配置默认路由:switch(enable)setiproutedefaultgateway42.为一个路由处理器分配VLANID,可在接口模式下使用下列命令:router(config)#interfaceinterfacenumberrouter(config-if)#mlsrpvlan-idvlan-id-num43.在路由处理器启用MLSP:router(config)#mlsrpip44.为了把一个外置的路由处理器接口和交换机安置在同一个VTP域中:router(config)#interfaceinterfacenumberrouter(config-if)#mlsrpvtp-domaindomain-name45.查看指定的VTP域的信息:router#showmlsrpvtp-domainvtpdomainname精心整理46.要确定RSM或路由器上的管理接口,可以在接口模式下输入下列命令:router(config-if)#mlsrpmanagement-interface47.要检验MLS-RP的配置情况:router#showmlsrp48.检验特定接口上的MLS配置:router#showmlsrpinterfaceinterfacenumber49.为了在MLS-SE上设置流掩码而又不想在任一个路由处理器接口上设置访问列表:setmlsflow[destinationdestination-sourcefull]50.为使MLS和输入访问列表可以兼容,可以在全局模式下使用下列命令:router(config)#mlsrpipinput-acl51.当某个交换机的第3层交换失效时,可在交换机的特权模式下输入下列命令:switch(enable)setmlsenable52.若想改变老化时间的值,可在特权模式下输入以下命令:switch(enable)setmlsagingtimeagingtime53.设置快速老化:switch(enable)setmlsagingtimefastfastagingtimepkt_threshold54.确定那些MLS-RP和MLS-SE参与了MLS,可先显示交换机引用列表中的内容再确定:switch(enable)showmlsinclude55.显示MLS高速缓存记录:switch(enable)showmlsentry56.用命令showinarp显示ARP高速缓存区的内容。57.要把路由器配置为HSRP备份组的成员,可以在接口配置模式下使用下面的命令:router(config-if)#standbygroup-numberipip-address58.为了使一个路由器重新恢复转发路由器的角色,在接口配置模式下:router(config-if)#standygroup-numberpreempt59.访问时间和保持时间参数是可配置的:router(config-if)#standygroup-numbertimershellotimeholdtime60.配置HSRP跟踪:router(config-if)#standygroup-numbertracktype-numberinterface-priority61.要显示HSRP路由器的状态:精心整理router#showstandbytype-numbergroupbrief62.用命令showipigmp确定当选的查询器。63.启动IP组播路由选择:router(config)#ipmuticast-routing64.启动接口上的PIM:dalllasr1>(config-if)#ippim{dense-modesparse-modesparse-dense-mode}65.启动稀疏-稠密模式下的PIM:router#ipmulticast-routingrouter#interfacetypenumberrouter#ippimsparse-dense-mode66.核实PIM的配置:dallasr1>#showippiminterface[typenumber][count]67.显示PIM邻居:dallasr1>#showipneighbortypenumber68.为了配置RP的地址,命令如下:dallasr1>#ippimrp-addressip-address[group-access-list-number][override]69.选择一个默认的RP:dallasr1>#ippimrp-address通告RP和它所服务的组范围:dallasr1>#ippimsend-rp-announcetypenumberscopettlgroup-listaccess-list-number为管理范围组通告RP的地址:dallasr1>#ippimsend-rp-announceethernet0scope16group-list1设定一个RP映像代理:dallasr1>#ippimsend-rp-discoveryscopettl核实组到RP的映像:dallasr1>#showippimrpmappingdallasr1>#showippimrp[group-namegroup-address][mapping]70.在路由器接口上用命令ipmulticastttl-thresholdttl-value设定TTL阀值:dallasr1>(config-if)#ipmulticastttl-thresholdttl-value71.用showippimneighbor显示PIM邻居表。72.显示组播通信路由表中的各条记录:精心整理dallasr1>showipmroute[group-namegroup-address][scoure][summary][count][activekbps]73.要记录一个路由器接受和发送的全部IP组播包:dallasr1>#debugipmpacket[detail][access-list][group]74.要在CISCO路由器上配置CGMP:dallasr1>(config-if)#ipcgmp75.配置一个组播路由器,使之加入某一个特定的组播组:dallasr1>(config-if)#ipigmpjoin-groupgroup-address76.关闭CGMP:dallasr1>(config-if)#noipcgmp77.启动交换机上的CGMP:dallasr1>(enable)setcgmpenable78.核实Catalyst交换机上CGMP的配置情况:catalystla1>(enable)showconfigsetpromptcatalystla1>setcgmpenable79.CGMP离开的设置:Dallas_SW(enable)setcgmpleave80.在Cisco设备上修改控制端口密码:R1(config)#lineconsole0R1(config-line)#loginR1(config-line)#passwordLisbonR1(config)#enablepasswordLilbaoR1(config)#loginlocalR1(config)#usernamestudentpasswordcisco81.在Cisco设备上设置控制台及vty端口的会话超时:R1(config)#lineconsole0R1(config-line)#exec-timeout510R1(config)#linevty04R1(config-line)#exec-timeout5282.在Cisco设备上设定特权级:R1(config)#privilegeconfigurelevel3usernameR1(config)#privilegeconfigurelevel3copyrunstartR1(config)#privilegeconfigurelevel3pingR1(config)#privilegeconfigurelevel3showrunR1(config)#enablesecretlevel3cisco精心整理83.使用命令privilege可定义在该特权级下使用的命令:router(config)#privilegemodelevellevelcommand84.设定用户特权级:router(config)#enablesecretlevel3dallasrouter(config)#enablesecretsan-franrouter(config)#usernamestudentpasswordcisco85.标志设置与显示:R1(config)#bannermotd‘unauthorizedaccesswillbeprosecuted!’86.设置vty访问:R1(config)#linevty04R1(config)#access-class1in87.配置HTTP访问:Router3(config)#iphttpseverRouter3(config)#iphttpaccess-class1Router3(config)#iphttpauthenticationlocalRouter3(config)#usernamestudentpasswordcisco88.要启用HTTP访问,请键入以下命令:switch(config)#iphttpsever89.在基于set命令的交换机上用setCL1启动和核实端口安全:switch(enable)setportsecuritymod_num/port_num…enablemacaddressswitch(enable)showportmod_num/port_num在基于CiscoIOS命令的交换机上启动和核实端口安全:switch(config-if)#portsecure[mac-mac-countmaximum-MAC-count]switch#showmac-address-tablesecurity[typemodule/port]90.用命令access-list在标准通信量过滤表中创建一条记录:Router(config)#access-listaccess-list-number{permitdeny}source-address[source-address]91.用命令access-list在扩展通信量过滤表中创建一条记录:Router(config)#access-listaccess-list-number{permitdeny{protocolprotocol-keyword}}{sourcesource-wildcardany}{destinationdestination-wildcardany}[protocol-specificoptions][log]92.对于带内路由更新,配置路由更新的最基本的命令格式是:R1(config-router)#distribute-listaccess-list-numbernamein[typenumber]93.对于带外路由更新,配置路由更新的最基本的命令格式是:精心整理R1(config-router)#distribute-listaccess-list-numbernameout[interface-name]routing-processautonomous-system-number94.setsnmp命令选项:setsnmpcommunity{read-onlyready-writeread-write-all}[community_string]95.setsnmptrap命令格式如下:setsnmptrap{enabledisable}[allmoudleclassisbridgerepeaterauthvtpippermitvmpsconfigentitystpx]setsnmptraprvcr_addrrcvr_community96.启用SNMPchassis陷阱:Console>(enable)setsnmptrapenablechassis97.启用所有SNMPchassis陷阱:Console>(enable)setsnmptrapenable…………以下由about于2002年12月6日增加…………98.禁用SNMPchassis陷阱:Console>(enable)setsnmptrapdisablechassis99.给SNMP陷阱接收表加一条记录:100.showsnmp输出结果。101.命令setsnmprmonenable的输出结果。102.显示SPAN信息:Consile>showspanCISCO交换机配置命令大全思科路由器常用配置命令一览表:1、Execcommands:<1-99>恢复一个会话bfe手工应急模式设置clear复位功能clock管理系统时钟configure进入设置模式精心整理connect打开一个终端copy从tftp服务器拷贝设置文件或把设置文件拷贝到tftp服务器上debug调试功能disable退出优先命令状态disconnect断开一个网络连接enable进入优先命令状态erase擦除快闪内存exit退出exce模式help交互帮助系统的描述lat打开一个本地传输连接lock锁定终端login以一个用户名登录logout退出终端mbranch向树形下端分支跟踪多路由广播mrbranch向树形上端分支跟踪反向多路由广播name-connection给一个存在的网络连接命名no关闭调试功能pad打开X.29PAD连接ping发送回显信息ppp开始点到点的连接协议reload停机并执行冷启动resume恢复一个活动的网络连接rlogin打开远程注册连接精心整理rsh执行一个远端命令send发送信息到另外的终端行setup运行setup命令show显示正在运行系统信息slip开始SLIP协议start-chat在命令行上执行对话描述systat显示终端行的信息telnet远程登录terminal终端行参数test测试子系统内存和端口tn3270打开一个tin3270连接trace跟踪路由到目的地undebug退出调试功能verify验证检查闪烁文件的总数where显示活动的连接which-route执行OSI路由表查找并显示结果write把正在运行的设置写入内存、网络、或终端x3在PAD上设置X.3参数xremote进入xremote模式2、#show?access-expression显示访问控制表达式access-lists显示访问控制表apolloApollo网络信息精心整理appletalkAppleTalk信息arap显示Appletalk远端通道统计arp地址解析协议表async访问路由接口的终端行上的信息bridge前向网络数据库buffers缓冲池统计clnsCLNS网络信息clock显示系统时钟cmns连接模式网络服务信息compress显示压缩状态configuration非易失性内存的内容controllers端口控制状态debugging调试选项状态decnetDEC网络信息dialer拨号参数和统计dnsix显示Dnsix/DMPP信息entry排队终端入口extended扩展端口信息flash系统闪烁信息flh-log闪烁装载帮助日志缓冲区frame-relay帧中继信息history显示对话层历史命令hostsIP域名,查找方式,名字服务,主机表精心整理interfaces端口状态和设置ipIP信息ipxNovellIPX信息isisIS-IS路由信息keymap终端键盘映射latDECLAT信息line终端行信息llc2IBMLLC2环路信息lnmIBM局网管理local-ack本地认知虚环路memory内存统计netbios-cacheNetBios命名缓冲存贮器内存node显示已知LAT节点ntp网络时间协议processes活动进程统计protocols活动网络路由协议queue显示队列内容queueing显示队列设置registry功能注册信息rhosts远程主机文件rifRIF存贮器入口route-map路由器信息sdlle显示sdlc-llc2转换信息精心整理services已知LAT服务sessions远程连接信息smdsSMDS信息source-bridge源网桥参数和统计spanning-tree跨越树形拓朴stacks进程堆栈应用standby热支持协议信息stunSTUN状态和设置subsystem显示子系统tcpTCP连接状态terminal显示终端设置tn3270TN3270设置translate协议转换信息ttycap终端容易表users显示终端行的信息version系统硬、软件状态vinesVINES信息whoami当前终端行信息x25X.25信息xnsXNS信息xermoteXremote统计3、#config?Memory从非易失性内存设置精心整理Network从TFTP网络主机设置Overwrite-network从TFTP网络主机设置覆盖非易失性内存Terminal从终端设置4、Configurecommads:Access-list增加一个访问控制域ApolloApollo全局设置命令appletalkAppletalk全局设置命令arapAppletalk远程进出协议arp设置一个静态ARP入口async-bootp修改系统启动参数autonomous-system本地所拥有的特殊自治系统成员banner定义注册显示信息boot修改系统启动时参数bridge透明网桥buffers调整系统缓冲池参数busy-message定义当连接主机失败时显示信息chat-script定义一个调制解调器对话文本clns全局CLNS设置子命令clock设置时间时钟config-register定义设置寄存器decnet全局DEC网络设置子命令default-value缺省字符位值dialer-list创建一个拨号清单入口精心整理dnsix-nat为审计提供DMDM服务enable修改优先命令口令end从设置模式退出exit从设置模式退出frame-relay全局帧中继设置命令help交互帮助系统的描述hostname设置系统网络名iterface选择设置的端口ip全局地址设置子命令ipxNovell/IPX全局设置命令keymap定义一个新的键盘映射latDEC本地传输协议line设置终端行lnmIBM局网管理locaddr-priority-list在LU地址上建立优先队列logging修改注册(设备)信息login-string定义主机指定的注册字符串map-class设置静态表类map-list设置静态表清单menu定义用户接口菜单mop设置DECMOP服务器netbiosNETBIOS通道控制过滤no否定一个命令或改为缺省设置精心整理ntp设置NTPpriority-list建立特权列表prompt设置系统提示符queue-list建立常规队列列表rcmd远程命令设置命令rcp-enable打开Rep服务rif源路由进程router-map建立路由表或进入路由表命令模式router打开一个路由进程rsh-enable打开一个RSH服务sap-priority-list在SAP或MAC地址上建立一个优先队列service修改网络基本服务snmp-server修改SNMP参数state-machine定义一个TCP分配状态的机器stunSTUN全局设置命令tacacs-server修改TACACS队列参数terminal-queue终端队列命令tftp-server为网络装载请求提供TFTP服务tn3270tn3270设置命令translate解释全局设置命令username建立一个用户名及其权限vinesVINES全局设置命令x25X.25的第三级精心整理x29X.29命令xnsXNS全局设置命令xremote设置Xremote5、(config)#ipGlobalIPconfigurationsubcommands:Accounting-list选择保存IP记帐信息的主机Accounting-threshold设置记帐入口的最大数accounting-transits设置通过入口的最大数aliasTCP端口的IP地址取别名as-pathBGP自治系统路径过滤cache-invalidate-delay延迟IP路由存贮池的无效classless跟随无类前向路由规则default-network标志网络作为缺省网关候选default-gateway指定缺省网(如果没有路由IP)domain-list完成无资格主机的域名domain-lookup打开IP域名服务系统主机转换domain-name定义缺省域名forward-protocol控制前向的、物理的、直接的IP广播host为IP主机表增加一个入口host-routing打开基于主机的路由(代理ARP和再定向)hp-host打开HP代理探测服务mobile-host移动主机数据库multicast-routing打开前向IP精心整理name-server指定所用名字服务器的地址ospf-name-lookup把OSPF路由作为DNS名显示pimPIM全局命令route建立静态路由routing打开IP路由security指定系统安全信息source-route根据源路由头的选择处理包subnet-zero允许子网0子网tcp全局TCP参数Showinterfaces显示路由器上配置的所有接口的状态Showinterface(接口名)显示指定接口状态Showipprotocols显示活动路由协议进程的参数和当前状态Showiproute显示路由选择表的当前状态Showiprouter显示IP路由表信息Showrunning-config显示RAM中的当前配置信息Showstartup-config显示NVRAM中的启动配置文件精心整理',)


  • 编号:1700752723
  • 分类:其他文档
  • 软件: wps,office word
  • 大小:24页
  • 格式:docx
  • 风格:商务
  • PPT页数:64000 KB
  • 标签:

广告位推荐

相关其他文档更多>