14-自动侦测命令
本章节下载: 14-自动侦测命令 (142.59 KB)
【命令】
detect-group group-number
undo detect-group group-number
【视图】
系统视图
【参数】
group-number:自动侦测组的编号,取值范围为1~25。
【描述】
detect-group命令用来创建一个自动侦测组,并进入侦测组视图。undo detect-group命令用来删除一个指定的自动侦测组。
当自动侦测组被其他特性(如静态路由、VRRP或接口备份)所使用时,不能删除该自动侦测组。如果删除自动侦测组,需要首先删除使用该自动侦测组的应用。
【举例】
# 创建一个自动侦测组10。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] detect-group 10
[Sysname-detect-group-10]
【命令】
detect-list list-number ip address ip-address [ nexthop ip-address ]
undo detect-list list-number
【视图】
侦测组视图
【参数】
list-number:侦测地址的序号,取值范围为1~10。
ip address ip-address:指定自动侦测的目的IP地址(点分十进制格式)。
nexthop ip-address:指定自动侦测下一跳的IP地址(点分十进制格式)。
在配置自动侦测的目的IP地址时,可根据实际需要指定下一跳地址(比如当存在多条路径到达目的地址时,需要侦测某一条特定链路)。当指定下一跳地址后,如果自动侦测的目的IP地址与启动自动侦测功能的交换机不在同一网段,ICMP报文进行转发时将转发到指定的下一跳地址。
【描述】
detect-list命令用来配置在某一个侦测组中的侦测对象及侦测的先后顺序。undo detect-list命令用来取消配置的侦测对象和顺序。
当需要侦测时,交换机就按照侦测的先后顺序,依次对要侦测的IP地址进行侦测。
当配置了多个侦测对象后,可以通过option命令设置各个侦测对象间的逻辑关系。
相关配置可参考option命令。
【举例】
# 在侦测组10中,增加侦测对象202.13.1.55,侦测序号为1。指定1.2.3.4作为下一跳地址。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] detect-group 10
[Sysname-detect-group-10] detect-list 1 ip address 202.13.1.55 nexthop 1.2.3.4
【命令】
display detect-group [ group-number ]
【视图】
任意视图
【参数】
group-number:自动侦测组的编号,取值范围为1~25。
【描述】
display detect-group命令用来显示所有侦测组或指定侦测组的配置信息。
【举例】
# 显示侦测组1的配置信息。
<Sysname> display detect-group 1
detect-group 1 :
detect loop time(s) : 15
ping wait time(s) : 2
detect retry times : 2
detect ip option : and
group state : not detecting
register module num : 0
detect ip count : 1
detect-list ip address next hop
1 202.13.1.55 1.2.3.4
表1-1 display detect-group命令显示信息描述表
字段 |
描述 |
detect-group 1 |
自动侦测组1 |
detect loop time(s) |
自动侦测的循环周期,单位为秒 |
ping wait time(s) |
一次侦测中的超时时间,单位为秒 |
detect retry times |
一次侦测中重试的次数 |
detect ip option |
侦测组中各个侦测对象间的逻辑关系,可以为“and”或“or” |
group state |
自动侦测组目前的状态 |
register module num |
注册模块数(即侦测组被引用的次数) |
detect ip count |
自动侦测的IP地址数目 |
detect-list |
侦测对象的序号 |
ip address |
需要侦测的IP地址 |
next hop |
下一跳的IP地址 |
【命令】
ip route-static ip-address { mask | mask-length } { interface-type interface-number | next-hop } [ preference preference-value ] [ reject | blackhole ] detect-group group-number
undo ip route-static ip-address { mask | mask-length } [ interface-type interface-number | next-hop ] [ preference preference-value ]
【视图】
系统视图
【参数】
ip-address:IP地址(点分十进制格式)。
mask:子网掩码。
mask-length:子网掩码长度,即子网掩码中连续“1”的位数。
interface-type interface-number:接口的类型和接口的编号。
next-hop:下一跳IP地址(点分十进制格式)。
preference-value:为该路由的优先级别,取值范围1~255。
reject:指明为不可达路由。当到某一目的地的静态路由具有“reject”属性时,任何去往该目的地的IP报文都将被丢弃,并且通知源主机目的地不可达。
blackhole:指明为黑洞路由。当去往某一目的地的静态路由具有“blackhole”属性时,无论配置的下一跳地址是什么,该路由的出接口均为NULL 0接口,任何去往该目的地的IP报文都将被丢弃,并且不通知源主机。
group-number:自动侦测组的编号,取值范围为1~25。
【描述】
ip route-static detect-group命令用来配置一条静态路由,并利用侦测组返回的结果(可达或不可达)控制静态路由是否生效:
l 当侦测组可达时,此静态路由生效;
l 当侦测组不可达时,此静态路由无效。
undo ip route-static命令用来取消所配置的静态路由。
【举例】
# 配置一条到192.168.1.5/24的静态路由,下一跳为192.168.0.2,利用侦测组10的返回结果控制该静态路由是否生效。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] ip route-static 192.168.1.5 24 192.168.0.2 detect-group 10
配置完成后,如果侦测组10可达,则该静态路由生效。如果侦测组10不可达,则该静态路由不生效。
【命令】
option [ and | or ]
undo option
【视图】
侦测组视图
【参数】
and:侦测对象之间的关系为“逻辑与”。
or:侦测对象之间的关系为“逻辑或”。
【描述】
option命令用来设置一个侦测组中各个侦测对象间的逻辑关系。undo option命令用来将一个侦测组中各个侦测对象间的逻辑关系恢复为缺省值。
缺省情况下,各个侦测对象之间的逻辑关系为and。
进行每轮侦测时,交换机将按照指定的顺序,依次侦测各个IP地址是否可达:
l 当侦测对象之间的关系为and时:只有所有的目的IP地址均可达,该侦测组才被认为可达;
l 当侦测对象之间的关系为or时:只要有一个目的IP地址可达,该侦测组即被认为可达,不再侦测其余IP地址。
【举例】
# 设置侦测组10中的三个侦测对象之间的关系为“or”。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] detect-group 10
[Sysname-detect-group-10] detect-list 1 ip address 202.13.1.55 nexthop 1.2.3.4
[Sysname-detect-group-10] detect-list 2 ip address 202.13.1.56 nexthop 1.2.3.4
[Sysname-detect-group-10] detect-list 3 ip address 202.13.1.57 nexthop 1.2.3.4
[Sysname-detect-group-10] option or
配置完成后,侦测组10中的三个侦测对象中,只要有一个目的IP地址可达,系统即认为侦测组10可达。
【命令】
retry retry-times
undo retry
【视图】
侦测组视图
【参数】
retry-times:一次侦测中的最大重试次数,取值范围为0~10,缺省值是2。
【描述】
retry命令用来设置侦测组在一次侦测中的最大重试次数。undo retry命令用来恢复为缺省情况。
缺省情况下,一次侦测中的最大重试次数为2。
开启自动侦测功能的交换机对侦测对象进行侦测时,会对每一个侦测对象发送ICMP Request报文,如果在使用timer wait命令配置的等待ICMP reply报文的超时时间内没有收到ICMP Reply报文,则会再次发送ICMP Request报文,直到达到retry命令配置的最大重试次数为止。此时,如果没有收到ICMP Reply报文,则认为该目的IP不可达。
【举例】
# 配置侦测组10中,一次侦测中最大的重试次数为3。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] detect-group 10
[Sysname-detect-group-10] retry 3
【命令】
standby detect-group group-number
undo standby detect-group
【视图】
VLAN接口视图
【参数】
group-number:自动侦测组的编号,取值范围为1~25。
【描述】
standby detect-group命令用来配置利用自动侦测实现接口备份的功能。undo standby detect-group命令用来取消配置的接口备份功能。
【举例】
# 当自动侦测组10不可达时,启用VLAN接口2作为备份口。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] interface vlan-interface 2
[Sysname-Vlan-interface2] standby detect-group 10
配置完成后,如果侦测组10可达,则VLAN接口2处于关闭状态;如果侦测组10不可达,则将启用VLAN接口2作为备份口。
【命令】
timer loop interval
undo timer loop
【视图】
侦测组视图
【参数】
interval:自动侦测的循环周期,取值范围为1~86400,单位为秒,缺省值是15。
【描述】
timer loop命令用来设置自动侦测的循环周期,即每隔一定的时间对所有侦测对象进行一次侦测。undo timer loop命令用来将自动侦测的循环周期恢复为缺省值。
缺省情况下,每隔15秒对所有侦测对象进行一次侦测。
为了能够对目的IP进行实时监控,启动自动侦测功能的交换机每隔timer loop命令配置的时间后就会对所有侦测对象进行一次侦测,在一次侦测中通过timer wait命令配置的等待ICMP reply报文的超时时间和retry命令配置的最大重试次数来判断目的IP是否可达。
【举例】
# 配置侦测组10的侦测循环周期为60秒。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] detect-group 10
[Sysname-detect-group-10] timer loop 60
【命令】
timer wait seconds
undo timer wait
【视图】
侦测组视图
【参数】
seconds:一次侦测中的等待ICMP reply报文的超时时间,取值范围为1~30,单位为秒,缺省值是2。
【描述】
timer wait命令用来设置一次侦测中的等待ICMP reply报文的超时时间。undo timer wait命令用来将一次侦测中的超时时间恢复为缺省值。
缺省情况下,一次侦测中的等待ICMP reply报文的超时时间为2秒。
开启自动侦测功能的交换机对侦测对象进行侦测时,会对每一个侦测对象发送ICMP Request报文,如果在使用timer wait命令配置的等待ICMP reply报文的超时时间内没有收到ICMP Reply报文,则会再次发送ICMP Request报文,直到达到retry命令配置的最大重试次数为止。此时,如果没有收到ICMP Reply报文,则认为该目的IP不可达。
【举例】
# 在侦测组10中,配置一次侦测中的超时时间为3秒。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] detect-group 10
[Sysname-detect-group-10] timer wait 3
【命令】
vrrp vrid virtual-router-id track detect-group group-number [ reduced value-reduced ]
undo vrrp vrid virtual-router-id track detect-group group-number
【视图】
VLAN接口视图
【参数】
virtual-router-id:VRRP备份组编号,取值范围为1~255。
group-number:自动侦测组的编号,取值范围为1~25。
value-reduced:优先级降低的数值,取值范围为1~255,缺省值为10。
【描述】
vrrp vrid track detect-group命令用来启动在VRRP中的track侦测功能。undo vrrp vrid track detect-group命令用来取消侦测功能。
若输入value-reduced参数,则使用value-reduced值作为监视到该接口不可用时设备优先级降低的数额;若未输入value-reduced参数,则表示使用缺省值10。
用户可以利用自动侦测的返回结果来控制交换机在VRRP备份组中的优先级,实现主备交换机的自动切换:
l 当侦测组不可达时,降低交换机在备份组中的优先级;
l 当侦测组可达时,自动恢复交换机在备份组中的优先级。
l 当备份组内存在“IP地址拥有者”时,“IP地址拥有者”上配置的VRRP备份组引用自动侦测结果功能不生效。
l 每个自动侦测组最多可以侦测8个三层类型的接口。
【举例】
# 创建侦测组10,配置侦测对象202.12.1.55。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] detect-group 10
[Sysname-detect-group-10] detect-list 1 ip address 202.12.1.55
# 当侦测组10不可达时,交换机在备份组1中的优先级降低20。
[Sysname] interface vlan-interface 2
[Sysname-Vlan-interface2] vrrp vrid 1 track detect-group 10 reduced 20
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!