欢迎来到天天文库
浏览记录
ID:10505089
大小:47.50 KB
页数:3页
时间:2018-07-07
《ip routing 启用ip路由功能》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、iprouting启用IP路由功能 noiprouting关闭IP路由功能 ipsourceroutingIP源路由,如果依靠IP源地址做确认的服务将产生问题并且会被非法入侵 路由器的iprouting是缺省启用的,关闭iprouting是为了把路由器当做一台主机来用,所以此时要配上ipdefault-gateway,就象在自己的PC上设置缺省网关一样。 有时候会在三层交换机上使用,打开三层交换机的路由功能! (1)配置三层交换机启动路由功能:iprouting (2)配置VLANIP
2、地址:interfacevlanvlan-id Ipaddressip-addresssubnet-mask Noshutdown (3)配置接口为三层模式:noswitchport (4)配置DHCP中继转发:intvlanvlan-id Iphelper-addressDhcpserver-address (5)配置静态路由:iproutetargetnet-addressnetma
3、sknexthop-address (6)配置RIP协议:routerrip Networknetaddress (7)查看FIB表:showipcef (8)查看邻接关系表:showadjacencydetail(9)查看路由表:showiproute设置虚拟局域网vlan1interfacevlan1switch>enableswitch#configureterminalswitch(conf)#hostnameaptch2950aptech29
4、50(conf)#interfacevlan1aptech2950(conf-if)#ipaddress192.168.1.1255.255.255.0配置交换机端口ip和子网掩码aptech2950(conf-if)#noshut是配置处于运行中aptech2950(conf-if)#exitaptech2950(conf)#ipdefault-gateway192.168.254设置网关地址2010-05-3111:30CICSO必会命令PCAlogin:root;使用root用户passwo
5、rd:linux;口令是#shutdown-hnow;关机#init0;关机#logout
6、EPs#loginNU##ifconfig;显示IP地址#ifconfigeth0netmask;设置IP地址#ifconfigeht0netmaskdown;删除IP地址#routeadd0.0.0.0gwNF#routedel0.0.0.0gw#routeadddefaultgw;设置网关#route
7、deldefaultgw;删除网关#route;显示网关#ping#telnet;建立telnet之前先ping一下^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^交换机VLAN设置switch#vlandatabase;进入VLAN设置switch(vlan)#vlan2;建VLAN2switch(vlan)#novlan2;删vlan2switch(config)#intf0/1;进入端口114switch(confi
8、g-if)#switchportaccessvlan2;当前端口1加入VLAN2switch(config-if)#switchportmodetrunk;设置为干线switch(config-if)#switchporttrunkallowedvlan1,2;设置允许的vlanswitch(config-if)#switchporttrunkencapdot1q;设置vlan中继switch(config)#vtpdomain;设置发vtp域名4switch(config)#vtpp
9、asswordswitch(config)#vtpmodeserverswitch(config)#vtpmodeclient 交换机设置IP地址:switch(config)#interfacevlan1;进入vlanswitch(config-if)#ipaddress;添加远程登录IPswitch(config)#ipdefault-gateway;添加默认网关switch#dirflash:;查看内存交换机显示命令:switch#w
此文档下载收益归作者所有