ELPS配置命令
目 录
目 录
第1章 ELPS配置命令.....................................................................................................................1
1.1 全局配置命令.......................................................................................................................1 1.1.1 elps id........................................................................................................................1 1.1.2 working-vlanmap vlanmap........................................................................................2 1.1.3 protection-mode {1plus1-bidirectional | 1plus1-unidirectional | 1to1-bidirectional}...2 1.1.4 revertive-mode {revertive | nonrevertive}..................................................................4 1.1.5 detect-fault {physical-port-check| continuity-check | both-check}.............................5 1.1.6 WTR-time..................................................................................................................6 1.1.7 hold-off-time..............................................................................................................6 1.2 端口配置命令.......................................................................................................................7 1.2.1 elps id {working-transport | protection-transport}......................................................7 1.2.2 elps id mep md md-string ma ma-string level level-id local local-id remote remote-id............................................................................................................................9 1.3 控制命令............................................................................................................................10 1.3.1 elps id LockOut........................................................................................................10 1.3.2 elps id ForcedSwitch................................................................................................11 1.3.3 elps id ManualSwitch..............................................................................................12 1.3.4 elps id ManualSwitch-Working................................................................................12 1.3.5 elps id Exercise.......................................................................................................13 1.3.6 elps id CLEAR.........................................................................................................14 1.4 显示命令............................................................................................................................15
1.4.1 show elps................................................................................................................15
- I -
ELPS配置命令
第1章 ELPS配置命令
1.1 全局配置命令
1.1.1 elps id
配置ELPS节点实例,进入节点配置模式。 elps id 删除节点实例。 no elps id
参数
参数
参数说明
id
节点实例号,取值范围是0-7。
缺省
缺省情况下,ELPS节点实例没有配置。
命令模式
全局配置状态。
使用说明
无。
示例
S1_config#elps 1 S1_config_elps1#
相关命令
无。
- 1 -
ELPS配置命令
1.1.2 working-vlanmap vlanmap
配置ELPS节点的工作vlanmap。 working-vlanmap vlanmap
参数
参数
vlanmap
参数说明
类似(1,3,5,7) 或 (1,3-5,7) 或 (1-7)表示的VLAN 范围表(1-4094)。
缺省
缺省情况下,节点的工作vlanmap没有配置。
命令模式
ELPS节点配置模式。
使用说明
1.配置工作(保护)VLAN并不创建该VLAN,用户需要手动创建控制VLAN。。 2.配置working-vlanmap、protection-mode、revertive-mode和detect-fault这4个基本信息之后,如果退出ELPS配置模式并且ELPS节点启动,此时working-vlanmap将无法修改。
示例
S1_config#elps 1
S1_config_elps1#working-vlanmap 1-10 S1_config_elps1#
相关命令
protection-mode {1plus1-bidirectional | 1plus1-unidirectional | 1to1-bidirectional} revertive-mode {revertive | nonrevertive}
detect-fault {physical-port-check| continuity-check | both-check}
1.1.3 protection-mode {1plus1-bidirectional | 1plus1-unidirectional |
1to1-bidirectional}
配置ELPS节点的保护模式为1+1双向保护模式。
- 2 -
ELPS配置命令
protection-mode 1plus1-bidirectional
配置ELPS节点的保护模式为1+1单向保护模式。 protection-mode 1plus1-unidirectional 配置ELPS节点的保护模式为1:1双向保护模式。 protection-mode 1to1-bidirectional
参数
无。
缺省
缺省情况下,ELPS节点的保护模式没有配置。
命令模式
ELPS节点配置模式。
使用说明
1.当ELPS节点的保护模式为1plus1-bidirectional或1plus1-unidirectional模式时,节点的返回模式默认为非返回模式;保护模式为1to1-bidirectional模式时,返回模式默认为返回模式。
2.配置working-vlanmap、protection-mode、revertive-mode和detect-fault这4个基本信息之后,如果退出ELPS配置模式并且ELPS节点启动,此时working-vlanmap将无法修改。
示例
S1_config#elps 1
S1_config_elps1#working-vlanmap 1-10
S1_config_elps1#protection-mode 1plus1-bidirectional S1_config_elps1#
相关命令
working-vlanmap vlanmap
revertive-mode {revertive | nonrevertive}
detect-fault {physical-port-check| continuity-check | both-check}
- 3 -