AR3
system-view
int g0/0/0
ip add 10.0.0.2 24
undo shutdown
dis this
int g0/0/1
ip add 20.0.0.1 24
undo shutdown
dis ip interface brief
quit
ip route-static 30.0.0.1 24 20.0.0.2
dis ip routing-table
AR4
system-view
int g0/0/0
ip add 20.0.0.2 24
undo shutdown
dis this
int g0/0/1
ip add 30.0.0.1 24
undo shutdown
dis ip interface brief
quit
ip route-static 10.0.0.2 24 20.0.0.1
dis ip routing-table
测试