【08】以太网IP头部概述和VRP相关讲解

ICMP,发出报文采用udp,端口大于30000,一般是33434开始;返回端口不可达报文(type=3,code=3)记录了节点

# 添加静态路由
# R1
ip route-static 23.1.1.0 24 GigabitEthernet0/0/0 12.1.1.2
ping 23.1.1.2
# R3
ip route-static 12.1.1.0 24 GigabitEthernet0/0/1 23.1.1.2
ping 12.1.1.2
# 路由追踪
tracert 23.1.1.3
# 删除路由
undo ip route-static 12.1.1.0 24 GigabitEthernet0/0/0 23.1.1.2