bmIQaI,如何删除配置的gre tunnel
问题描述:
删除创建好的gre tunnel
组网及组网描述:
提问reset gre p2mp tunnel-table命令用来清除点到多点GRE隧道的隧道动态表项信息。
【命令】
reset gre p2mp tunnel-table interface tunnel number [ destination { dest-address | ipv6 dest-ipv6-address } tunnel-destination { tunnel-dest-address | ipv6 tunnel-dest-address } ]
【视图】
用户视图
【缺省用户角色】
network-admin
【参数】
interface tunnel number:清除指定隧道接口上的隧道动态表项。其中,number为Tunnel接口号。
destination { dest-address | ipv6 dest-ipv6-address }:清除指定隧道对端内网的IPv4地址的隧道动态表项或IPv6地址的隧道动态表项。
tunnel-destination { tunnel-dest-address | ipv6 tunnel-dest-address }:清除指定隧道目的IPv4地址或IPv6地址的隧道动态表项。
【使用指导】
如果不指定destination { dest-address | ipv6 dest-ipv6-address }和tunnel-destination { tunnel-dest-address | ipv6 tunnel-dest-address }参数,则清除指定隧道接口上所有的隧道动态表项。
【举例】
# 清除点到多点GRE隧道接口Tunnel0下的所有隧道动态表项信息。
<Sysname> reset gre p2mp tunnel-table interface tunnel 0
# 清除点到多点GRE隧道接口Tunnel0下的指定隧道动态表项:分支网络的私网地址为10.0.0.1,隧道目的地址为
<Sysname> reset gre p2mp tunnel-table interface tunnel 0 destination 10.0.0.1 tunnel-destination 回答
暂无
你正在,如何删除配置的gre tunnel