英语翻译Router#debug ip packetPacket debugging is onRouter#Router#IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIBIP:s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),len 0,rcvd 3IP:t

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/05 15:01:44
英语翻译Router#debug ip packetPacket debugging is onRouter#Router#IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIBIP:s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),len 0,rcvd 3IP:t

英语翻译Router#debug ip packetPacket debugging is onRouter#Router#IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIBIP:s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),len 0,rcvd 3IP:t
英语翻译
Router#debug ip packet
Packet debugging is on
Router#
Router#
IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIB
IP:s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),len 0,rcvd 3
IP:tableid=0,s=192.168.1.33 (local),d=192.168.1.194 (FastEthernet0/1),routed via RIB
IP:s=192.168.1.33 (local),d=192.168.1.194 (FastEthernet0/1),len 0,sending
IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIB
IP:s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),len 0,rcvd 3
IP:tableid=0,s=192.168.1.33 (local),d=192.168.1.194 (FastEthernet0/1),routed via RIB
IP:s=192.168.1.33 (local),d=192.168.1.194 (FastEthernet0/1),len 0,sending
IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIB
IP:s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),len 0,rcvd 3
IP:tableid=0,s=192.168.1.33 (local),d=192.168.1.194 (FastEthernet0/1),routed via RIB
IP:s=192.168.1.33 (local),d=192.168.1.194 (FastEthernet0/1),len 0,sending
不要赶!写具体点!来个经典的!

英语翻译Router#debug ip packetPacket debugging is onRouter#Router#IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIBIP:s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),len 0,rcvd 3IP:t
debug是路由器配置的一个命令,中文意思为“调试”
  debug ip packet 命令 是调试ip数据包,一般用于跟踪ip包排错.
  IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIB
  这行显示信息意思分段解释如下:
  IP就是协议的名字,假如你调试的不是ip数据包,是novell的netware网络,
  那显示的就是IPX.
  tableid就是路由表标号,英语好的话很容易就能看出来,table id,直面翻译就是 表 标识.
  s 是缩写英文source ,意思就是“源;来源”,在这里意思就是源地址192.168.1.194.后面括号里面是路由器上的物理接口编号,FastEthernet0/1,FastEthernet0/2·····甚至很多很多.
  d 是缩写英文destination,意思就是“目的地”,在这里就是目的地址.后面括号和上面的一样意思.
  routed via RIB routed--被路由 via----通过 RIB---是一种路由协议.
  len 0,rcvd 3 len是缩写英文单词length----长度.
  rcvd是缩写英文单词received----收到.
  len 0,sending sending----发送中
  (local)---本地.
  本人是网工.希望自己的努力没有白费.

英语翻译Router#debug ip packetPacket debugging is onRouter#Router#IP:tableid=0,s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),routed via RIBIP:s=192.168.1.194 (FastEthernet0/1),d=192.168.1.33 (FastEthernet0/1),len 0,rcvd 3IP:t 英语翻译Quality of service is managed by proper engineering of the IP network and limiting router hops.For such products a local IP network has advantages in bandwidth and delay over a larger network. 英语翻译PC AI IP Router(config-if)#pos flag s1 s0 另外 loopbacd接口配置中Router(config-if)#no ip route-cacheRouter(config-if)#no ip mroute-cache分别代表什么意思 这些设置中的一般配置格式是什么样的 英语翻译Copy debug output to the current terminal line CCNA IP 计算题Which command would correctly configure a serial port on a router with the last usable host address in the 192.216.32.32/29 subnet?A.router (config-if)# ip address 192.216.32.38 255.255.255.240 B.router (config-if)# ip address 192.21 Cisco Router(config)#access-list 1 permit 192.168.1.0 0.0.0.255Router(config)#ip nat pool wan 120.199.2.113 120.199.2.114 netmask 255.255.255.252Router(config)#ip nat inside source list 1 pool wan overloadRouter(config)#ip route 0.0.0.0 0.0.0.0 120.1 英语翻译greentea ip lifting cream CCNA 的计算题Router 1 : IP address 10.2.0.0/16 S0/0/0 192.168.0.1Router 2 : IP address 172.16.0.0/16 S0/0/0 192.168.0.2Router1 and Router2 are running the RIPv1 protocol. The network administrator configures the command network 10.1.0.0 on Router debug是什么意思 ip show ip routeR 192.168.255.16 [120/2] via 192.168.255.21,00:00:22,Serial0/0R 192.168.255.16 [120/2] via 192.168.255.21,00:00:22,FastEthernet0/0 哪位大侠能帮我看看这个吗?我在cisco上设置router ospf的时候总是提示Ip Routing not enabled这是怎么回事呢? Router(config)#ip route 172.16.0.0 255.255.255.0 172.16.4.2中172.16.0.0和255.255.255.0和 172.16.4.2都表示什么意思 路由器的loopback端口有什么意义啊?路由器R1配置如下:Router > en 进入特权模式Router # conf t 进入全局配置模式Router # host R1 更改路由器名R1 (config)# int lo1 进入了loopback1口R1 (config-if)# ip add 10.1.1.1 CISCO模拟器 配置ip R1(config-router)#network 192.168.1.0 但是只要写了192.之后就不能再点后面写数字了,所有写的数字都在点前面 . encapsulation router1的配置:router1#interface fastethernet 0/0ip address 192.168.1.1 255.255.255.0interface serial 1/0encapsulation hdlcip address 192.200.10.5 255.255.255.252router ripnetwork 192.168.1.0 255.255.255.0version 2redistribute ospfr C#中debug是什么意思