我与思科 CSR 合作。在我之前在 AWS 中的所有 CSR 中,我都有以下内容:
AWS-ENV-CSR-R1#sh run | in ip route
ip route 0.0.0.0 0.0.0.0 Tunnel1
ip route 0.0.0.0 0.0.0.0 Tunnel2 2
AWS-ENV-CSR-R1#sh ip cef 1.2.3.4
0.0.0.0/0
attached to Tunnel1
AWS-ENV-CSR-R1#sh ip route
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
S* 0.0.0.0/0 is directly connected, Tunnel1
但是,在我的 Azure 环境中,我有以下内容:
MAZ-ENV-CSR-1-R1#sh run | in ip route
ip route 0.0.0.0 0.0.0.0 Tunnel1
ip route 0.0.0.0 0.0.0.0 Tunnel2 2
MAZ-ENV-CSR-1-R1#sh ip route
Gateway of last resort is not set
MAZ-ENV-CSR-1-R1#sh ip cef 1.2.3.4
0.0.0.0/0
no route
关于为什么这表明未设置网关有什么想法吗?
谢谢!