ip address 172.16.10.1 255.255.255.0 ip nat outside!--- Defines Ethernet 0 with an IP address and as a NAT outside interface.interface ethernet 1 ip address 172.16.50.1 255.255.255.0 ip nat inside!--- Defines Ethernet 1 with an IP address and as a NAT inside interface.interface serial 0...
Other “Show IP Route” command options show ip route [ip address] :shows only information about the specified IP address. show ip route [ospf, rip, eigrp, etc] :shows only routing information learned from the specified routing protocol (e.g show ip route ospf). ...
4. show arp [[vrf vrf-name] [[arp-mode] [[ip-address [mask]] [interface-type interface-number]]] [detail] 5. show arp application [application-id] [detail] DETAILED STEPS Step 1 enable This command enables privileged EXEC mode: Example: Router> e...
TheshowcdpneighbordetaildisplaystheIPaddressandthe IOSversionandtype,andincludesalltheinformation displayedbytheshowcdpneighborcommand TheshowCDPtrafficdisplaysthenumberofCDPpacketssent andreceivedbythedevice,andanyerrormessages ShowcontrollersS0displaystheDTEorDCEstatusofthe interface Showdialershowsthenumberofdial...
56. 用命令show in arp显示ARP高速缓存区的内容。 57. 要把路由器配置为HSRP备份组的成员,可以在接口配置模式下使用下面的命令: router(config-if)# standby group-number ip ip-address 58. 为了使一个路由器重新恢复转发路由器的角色,在接口配置模式下: ...
在防火场上没有的,从 Tools -> Command line Interface 中,使用 show arp 去显示 ip addresses 和 mac addresses。如下是5505实例:Jswasa5505# sh arp inside 10.61.96.4 00a0.d1e0.6e96 1 inside 10.61.96.47 0025.86a6.f73f 46 inside 10.61.96.10 000f.e2b5.a600 135 insid...
命令R1(config)#iproute1.1.1.0255.255.255.0s0/1R1#showiprouteR1(config)#ipclassless/noipclasslessR1#ping2.2.2.2sourceloopback0 命令R1#showiprouteR1#showipprotocolsR1#showipripdatabaseR1#debugipripR1#cleariproute*R1(config)#routerripR1(config-router)#network1.0.0.0R1(config-router)#...
Finally, enable the virtual interface using the no shutdown interface configuration command. 1.1. 赋予vlan 1 ip和subnet mask: Sw-Floor-1# conf t Sw-Floor-1(config)# interface vlan 1 Sw-Floor-1(config-if)# ip address 192.168.1.20 255.255.255.0 Sw-Floor-1(config-if)# no shutdown Sw-...
Router(config-subif)#ip add 192.168.2.1 255.255.255.0 Router(config-subif)#no shutdown Router(config-subif)#exit Router#show ip route //可以看到有路由表有两条路由地址 Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP ...
switch# show interface fastethernet 0/1 ;查询端口 0/1的配置结果 (3)、配置二层交换机管理IP及网关 switch(config)# interface vlan 1 switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置交换机 IP 地址 switch(config)#ip default-gateway 192.168.1.254 ;设置默认网关 ...