Вы находитесь на странице: 1из 13

Agile POL Solution

Configuration Guide 5 Configuring the GPON Type B Network Protection

5 Configuring the GPON Type B Network


Protection

About This Chapter

This chapter introduces the configuration guide of GPON Type B network protection.

5.1 Configuring GPON Type B Dual-Homing (OLT Single-Homing)


This chapter introduces the configuration guide of GPON Type B dual-homing protection.
5.2 Configuring GPON Type B Dual-Homing (OLT Dual-Homing)
This chapter introduces the configuration guide of GPON Type B dual-homing protection.
5.3 Configuring GPON Type B Single-Homing (OLT Dual-Homing)
This chapter introduces the configuration guide of GPON Type B single-homing protection
(OLT Dual-Homing).
5.4 Configuring GPON Type B Single-Homing (OLT Single-Homing)
This chapter introduces the configuration guide of GPON Type B single-homing protection
(OLT single-homing).

5.1 Configuring GPON Type B Dual-Homing (OLT


Single-Homing)
This chapter introduces the configuration guide of GPON Type B dual-homing protection.

Prerequisites
l The Layer 3 switch support cluster and layer 2 isolation.
l The ONU is added to the OLT.
l An ONU has been added to the active and standby OLTs by running the ont add
command. All ONU profiles, such as DBA profile and line profiles, are the same on the
active and standby OLTs.

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 73


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

Usage Scenario
GPON Type B Dual-Homing ( OLT Single-Homing ):
R o u te r_ A R o u te r_ B

C lu ste r

L 3 S w itch _ A L 3 S w itch _ B

O LT_A O LT_B

O p tic S p litte r

ONU

NOTE

GPON Type B Dual-Homing ( OLT Single-Homing ):


l L3 switch support cluster.
l OLT Upstream link does not run LAG (Link Aggregation Group ).
l When OLT an upstream link is interrupted, the whole OLT is switched.
l Layer 2 isolation is configured between the L3 switch and the OLT .

Data Planning

Table 5-1 GPON Type B Protection data planning


Item Primary OLT (huawei_A) Secondary OLT (huawei_B)

IP address 192.168.68.5/24 192.168.78.8/24

TCP port ID 6076 6076

Key 42340000 42340000

Peer node name standby active

Protection group 1 1
ID

PON port 0/1/0 0/1/0

Upstream port l Active Port: 0/3/0 l Active Port: 0/3/0


l Standby Port: 0/4/0 l Standby Port: 0/4/0

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 74


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

NOTE

Data planning for example data, the actual service configuration, please use the specific network data
planning.

Procedure
Step 1 Configure primary OLT huawei_A.
1. Run the dual-parenting local-node command to configure the local IP address, TCP
port number, and key.
huawei_A(config)#dual-parenting local-node ip-address 192.168.68.5 port 6076
key 42340000

2. Run the dual-parenting peer-node command to configure the peer IP address, TCP port
number, and key.
huawei_A(config)#dual-parenting peer-node standby ip-address 192.168.78.8
port 6076 key 42340000

3. Run the dual-parenting sync command to enable dual-homing synchronization.


huawei_A(config)#dual-parenting sync enable

4. Run the protect-group command to create a protection group.


huawei_A(config)#protect-group 1 protect-target gpon-uni-port workmode dual-
parenting

5. Run the protect-group member command to add a member to the protection group, the
type of the member is work.

huawei_A(protect-group-1)#protect-group member port 0/1/0 role work

NOTE

After a member is added to a dual-homing protection group, the group is automatically enabled.
6. Run the peer-group-member command to configure the peer member of the protection
group.
huawei_A(protect-group-1)#peer-group-member peer-node standby peer-port 0/1/0

7. Run the uplink-monitor port command to associate the protection groups with the
uplink port status.
huawei_A(protect-group-1)#uplink-monitor port 0/3/0
huawei_A(protect-group-1)#quit

8. Run the onu-switch notify command to globally configure the function of sending
gratuitous ARP packets for users after an ONU switchover.
This function is disabled by default.
huawei_A(config)#onu-switch notify ipv4 enable

9. Save the data.


huawei_A(config)#save

Step 2 Configure secondary OLT huawei_B.

huawei_B(config)#dual-parenting local-node ip-address 192.168.78.8 port 6076 key


42340000
huawei_B(config)#dual-parenting peer-node active ip-address 192.168.68.5 port
6076 key 42340000
huawei_B(config)#dual-parenting sync enable
huawei_B(config)#protect-group 1 protect-target gpon-uni-port workmode dual-
parenting
huawei_B(protect-group-1)#protect-group member port 0/1/0 role protect
huawei_B(protect-group-1)#peer-group-member peer-node active peer-port 0/1/0
huawei_B(protect-group-1)#protect-group enable
huawei_B(protect-group-1)#uplink-monitor port 0/3/0

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 75


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

huawei_B(protect-group-1)#quit
huawei_B(config)#onu-switch notify ipv4 enable
huawei_B(config)#save

Step 3 (Option) Configure L3 Switch.


Taking Huawei S12700 switch as an example.
1. Configure port isolate mode to Layer 2 isolation.
[SwitchA]port-isolate mode l2

2. Create Eth-Trunk and configura Eth-Trunk mode.

<SwitchA> system-view
[SwitchA] interface eth-trunk 1
[SwitchA-Eth-Trunk1] mode lacp //Configure Eth-Trunk 1 to work in LACP mode.
[SwitchA-Eth-Trunk1] port link-type trunk //Set the link type of Eth-Trunk1
to trunk.
[SwitchA-Eth-Trunk1] port trunk allow-pass vlan 2 to 4094 //Add Eth-Trunk1
to VLANs 2 to 4094.
[SwitchA-Eth-Trunk1] port-isolate enable group 1 //Enable Layer 2 isolation.

3. Add port to Eth-Trunk.


Run the eth-trunk command adds an interface to an Eth-Trunk.

[SwitchA] interface gigabitethernet 1/0/3


[SwitchA-GigabitEthernet1/0/3] eth-trunk 1
[SwitchA-GigabitEthernet1/0/3] quit
[SwitchA] interface gigabitethernet 1/0/4
[SwitchA-GigabitEthernet1/0/4] eth-trunk 1
[SwitchA-GigabitEthernet1/0/4] quit

----End

Result
Verify the configuration.
l Run the display dual-parenting global-config command to query the information about
the global dual-homing configuration.
huawei_A(config)#display dual-parenting global-config
------------------------------------------------------------------------
Synchronization switch :
enable
Local node IP address :
192.168.68.5
Local node TCP port : 6076
------------------------------------------------------------------------

l Run the display dual-parenting peer-node command to query the information about the
peer node in dual-homing.
huawei_A(config)#display dual-parenting peer-node
------------------------------------------------------------------------
Node name IP address TCP port State
------------------------------------------------------------------------

standby 192.168.78.8 6076


normal
------------------------------------------------------------------------

l Run the display protect-group command to query the information about a protection
group and all the members in it.
huawei_A(protect-group-1)#display protect-group 1
-----------------------------------------------------------------------
Group ID : 1
Protect Target : Port of GPON uni

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 76


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

Work Mode : dual-parenting


Description :
Admin State : enable
Operation : none
Reversion : disable
Reversion Time(s): 720
Anti-jitter Time(s) : 720
Monitor uplink : port 0/3/0
Uplink status : normal
Standard type B : no
Peer node name : standby
Peer port : 0/1/0
Handshake state : normal
-----------------------------------------------------------------------
Member Role Operation State PeerMember
-----------------------------------------------------------------------
0/1/0 work auto switch src standby none
-----------------------------------------------------------------------

Configuration Script
Primary OLT (huawei_A)
dual-parenting local-node ip-address 192.168.68.5 port 6076 key 42340000
dual-parenting peer-node standby ip-address 192.168.78.8 port 6076 key 42340000
dual-parenting sync enable
protect-group 1 protect-target gpon-uni-port workmode dual-parenting
protect-group member port 0/1/0 role work
peer-group-member peer-node standby peer-port 0/1/0
uplink-monitor port 0/3/0
quit
onu-switch notify ipv4 enable
save

Secondary OLT (huawei_B)


dual-parenting local-node ip-address 192.168.78.8 port 6076 key 42340000
dual-parenting peer-node active ip-address 192.168.68.5 port 6076 key 42340000
dual-parenting sync enable
protect-group 1 protect-target gpon-uni-port workmode dual-parenting
protect-group member port 0/1/0 role protect
peer-group-member peer-node active peer-port 0/1/0
protect-group enable
uplink-monitor port 0/3/0
quit
onu-switch notify ipv4 enable
save

5.2 Configuring GPON Type B Dual-Homing (OLT Dual-


Homing)
This chapter introduces the configuration guide of GPON Type B dual-homing protection.

Prerequisites
l The Layer 3 switch support cluster and layer 2 isolation.
l The ONU is added to the OLT.
l An ONU has been added to the active and standby OLTs by running the ont add
command. All ONU profiles, such as DBA profile and line profiles, are the same on the
active and standby OLTs.

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 77


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

Usage Scenario
GPON Type B Dual-Homing ( OLT Dual-Homing ):
R o u te r_ A R o u te r_ B

C lu ste r

L 3 S w itch _ A L 3 S w itch _ B

LAG LAG

O LT_A O LT_B

O p tic S p litte r

ONU

NOTE

GPON Type B Dual-Homing ( OLT Dual-Homing ):


l L3 switch support cluster.
l OLT Upstream link run LAG (Link Aggregation Group ).
l When OLT an upstream link is interrupted, The whole OLT does not need to be switched.
l Layer 2 isolation is configured between the L3 switch and the OLT .

Data Planning

Table 5-2 GPON Type B Protection data planning

Item Primary OLT (huawei_A) Secondary OLT (huawei_B)

IP address 192.168.68.5/24 192.168.78.8/24

TCP port ID 6076 6076

Key 42340000 42340000

Peer node name standby active

Protection group 1 1
ID

PON port 0/1/0 0/1/0

Upstream port l Active Port: 0/3/0 l Active Port: 0/3/0


l Standby Port: 0/4/0 l Standby Port: 0/4/0

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 78


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

NOTE

Data planning for example data, the actual service configuration, please use the specific network data
planning.

Procedure
Step 1 Configure primary OLT huawei_A.
1. Configure link aggregation.
To add upstream ports 0/3/0 and 0/4/0 into a lacp static aggregation group in ingress
mode.
huawei_A(config)#link-aggregation 0/3/0 0/4/0 ingress workmode lacp-static

2. Run the dual-parenting local-node command to configure the local IP address, TCP
port number, and key.
huawei_A(config)#dual-parenting local-node ip-address 192.168.68.5 port 6076
key 42340000

3. Run the dual-parenting peer-node command to configure the peer IP address, TCP port
number, and key.
huawei_A(config)#dual-parenting peer-node standby ip-address 192.168.78.8
port 6076 key 42340000

4. Run the dual-parenting sync command to enable dual-homing synchronization.


huawei_A(config)#dual-parenting sync enable

5. Run the protect-group command to create a protection group.


huawei_A(config)#protect-group 1 protect-target gpon-uni-port workmode dual-
parenting

6. Run the protect-group member command to add a member to the protection group, the
type of the member is work.

huawei_A(protect-group-1)#protect-group member port 0/1/0 role work

NOTE

After a member is added to a dual-homing protection group, the group is automatically enabled.
7. Run the peer-group-member command to configure the peer member of the protection
group.
huawei_A(protect-group-1)#peer-group-member peer-node standby peer-port 0/1/0

8. Run the uplink-monitor port command to associate the protection groups with the
uplink port status.
NOTE

If an Ethernet link aggregation group has been configured, make sure that the Ethernet port associated
with the dual-homing protection groups is the master port in the aggregation group.
huawei_A(protect-group-1)#uplink-monitor port 0/3/0
huawei_A(protect-group-1)#quit

9. Run the onu-switch notify command to globally configure the function of sending
gratuitous ARP packets for users after an ONU switchover.
This function is disabled by default.
huawei_A(config)#onu-switch notify ipv4 enable

10. Save the data.


huawei_A(config)#save

Step 2 Configure secondary OLT huawei_B.

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 79


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

huawei_B(config)#link-aggregation 0/3/0 0/4/0 ingress workmode lacp-static


huawei_B(config)#dual-parenting local-node ip-address 192.168.78.8 port 6076 key
42340000
huawei_B(config)#dual-parenting peer-node active ip-address 192.168.68.5 port
6076 key 42340000
huawei_B(config)#dual-parenting sync enable
huawei_B(config)#protect-group 1 protect-target gpon-uni-port workmode dual-
parenting
huawei_B(protect-group-1)#protect-group member port 0/1/0 role protect
huawei_B(protect-group-1)#peer-group-member peer-node active peer-port 0/1/0
huawei_B(protect-group-1)#protect-group enable
huawei_B(protect-group-1)#uplink-monitor port 0/3/0
huawei_B(protect-group-1)#quit
huawei_B(config)#onu-switch notify ipv4 enable
huawei_B(config)#save

Step 3 (Option) Configure L3 Switch.


Taking Huawei S12700 switch as an example.
1. Configure port isolate mode to Layer 2 isolation.
[SwitchA]port-isolate mode l2

2. Create Eth-Trunk and configura Eth-Trunk mode.

<SwitchA> system-view
[SwitchA] interface eth-trunk 1
[SwitchA-Eth-Trunk1] mode lacp //Configure Eth-Trunk 1 to work in LACP mode.
[SwitchA-Eth-Trunk1] port link-type trunk //Set the link type of Eth-Trunk1
to trunk.
[SwitchA-Eth-Trunk1] port trunk allow-pass vlan 2 to 4094 //Add Eth-Trunk1
to VLANs 2 to 4094.
[SwitchA-Eth-Trunk1] port-isolate enable group 1 //Enable Layer 2 isolation.

3. Add port to Eth-Trunk.


Run the eth-trunk command adds an interface to an Eth-Trunk.

[SwitchA] interface gigabitethernet 1/0/3


[SwitchA-GigabitEthernet1/0/3] eth-trunk 1
[SwitchA-GigabitEthernet1/0/3] quit
[SwitchA] interface gigabitethernet 1/0/4
[SwitchA-GigabitEthernet1/0/4] eth-trunk 1
[SwitchA-GigabitEthernet1/0/4] quit

----End

Result
Verify the configuration.
l Run the display dual-parenting global-config command to query the information about
the global dual-homing configuration.
huawei_A(config)#display dual-parenting global-config
------------------------------------------------------------------------
Synchronization switch :
enable
Local node IP address :
192.168.68.5
Local node TCP port : 6076
------------------------------------------------------------------------

l Run the display dual-parenting peer-node command to query the information about the
peer node in dual-homing.
huawei_A(config)#display dual-parenting peer-node
------------------------------------------------------------------------
Node name IP address TCP port State

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 80


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

------------------------------------------------------------------------

standby 192.168.78.8 6076


normal
------------------------------------------------------------------------
l Run the display protect-group command to query the information about a protection
group and all the members in it.
huawei_A(protect-group-1)#display protect-group 1
-----------------------------------------------------------------------
Group ID : 1
Protect Target : Port of GPON uni
Work Mode : dual-parenting
Description :
Admin State : enable
Operation : none
Reversion : disable
Reversion Time(s): 720
Anti-jitter Time(s) : 720
Monitor uplink : port 0/3/0
Uplink status : normal
Standard type B : no
Peer node name : standby
Peer port : 0/1/0
Handshake state : normal
-----------------------------------------------------------------------
Member Role Operation State PeerMember
-----------------------------------------------------------------------
0/1/0 work auto switch src standby none
-----------------------------------------------------------------------

Configuration Script
Primary OLT (huawei_A)
link-aggregation 0/3/0 0/4/0 ingress workmode lacp-static
dual-parenting local-node ip-address 192.168.68.5 port 6076 key 42340000
dual-parenting peer-node standby ip-address 192.168.78.8 port 6076 key 42340000
dual-parenting sync enable
protect-group 1 protect-target gpon-uni-port workmode dual-parenting
protect-group member port 0/1/0 role work
peer-group-member peer-node standby peer-port 0/1/0
uplink-monitor port 0/3/0
quit
onu-switch notify ipv4 enable
save

Secondary OLT (huawei_B)


link-aggregation 0/3/0 0/4/0 ingress workmode lacp-static
dual-parenting local-node ip-address 192.168.78.8 port 6076 key 42340000
dual-parenting peer-node active ip-address 192.168.68.5 port 6076 key 42340000
dual-parenting sync enable
protect-group 1 protect-target gpon-uni-port workmode dual-parenting
protect-group member port 0/1/0 role protect
peer-group-member peer-node active peer-port 0/1/0
protect-group enable
uplink-monitor port 0/3/0
quit
onu-switch notify ipv4 enable
save

5.3 Configuring GPON Type B Single-Homing (OLT


Dual-Homing)
This chapter introduces the configuration guide of GPON Type B single-homing protection
(OLT Dual-Homing).

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 81


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

Usage Scenario
GPON Type B single-homing protection (OLT Dual-Homing):
R o u te r_ A R o u te r_ B

VRRP
L 3 S w itch _ A L 3 S w itch _ B
E -T ru n k

LAG

O LT

O p tic S p litte r

ONU

NOTE

GPON Type B single-homing protection (OLT Dual-Homing):


l OLT upstream link run LAG (Link Aggregation Group ).
l L3 Switch run E-Trunk.
l L3 switch configuration VRRP as a user gateway.

Data Planning

Table 5-3 GPON Type B Single-Homing Protection data planning


Item OLT

Protection group ID 0

PON port l Work Port: 0/1/0


l Protect Port: 0/2/0

Upstream port l Active Port: 0/3/0


l Standby Port: 0/4/0

NOTE

Data planning for example data, the actual service configuration, please use the specific network data
planning.

Procedure
Step 1 Configure OLT.
1. Configure link aggregation group.

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 82


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

To add ports 0/3/0 and 0/4/0 into a lacp static aggregation group in ingress mode.
huawei(config)#link-aggregation 0/3/0 0/4/0 ingress workmode lacp-static

2. Run the protect-group command to create a protection group.


huawei(config)#protect-group 0 protect-target gpon-uni-port workmode timedelay

3. Run the protect-group member command to add a member to the protection group.

huawei(protect-group-1)#protect-group member port 0/1/0 role work


huawei(protect-group-0)#protect-group member port 0/2/0 role protect

4. Run the protect-group enable command to enable the protection group.


By default, a protection group is disabled after it is created.
huawei(protect-group-0)#protect-group enable
huawei(protect-group-0)#quit

5. Save the data.


huawei(config)#save

Step 2 (Option) Configure L3 Switch.


Taking Huawei S12700 switch as an example.
1. Create Eth-Trunk and configura Eth-Trunk mode.

<SwitchA> system-view
[SwitchA] interface eth-trunk 1
[SwitchA-Eth-Trunk1] mode lacp //Configure Eth-Trunk 1 to work in LACP mode.
[SwitchA-Eth-Trunk1] port link-type trunk //Set the link type of Eth-Trunk1
to trunk.
[SwitchA-Eth-Trunk1] port trunk allow-pass vlan 2 to 4094 //Add Eth-Trunk1
to VLANs 2 to 4094.

2. Add port to Eth-Trunk.


Run the eth-trunk command adds an interface to an Eth-Trunk.

[SwitchA] interface gigabitethernet 1/0/3


[SwitchA-GigabitEthernet1/0/3] eth-trunk 1
[SwitchA-GigabitEthernet1/0/3] quit
[SwitchA] interface gigabitethernet 1/0/4
[SwitchA-GigabitEthernet1/0/4] eth-trunk 1
[SwitchA-GigabitEthernet1/0/4] quit

3. For configuration VRRP Please refer to the L3 Switch configuration guide.

----End

Configuration Script
Configure OLT
link-aggregation 0/3/0 0/4/0 ingress workmode lacp-static
protect-group 0 protect-target gpon-uni-port workmode timedelay
protect-group member port 0/1/0 role work
protect-group member port 0/2/0 role protect
protect-group enable
save

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 83


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

5.4 Configuring GPON Type B Single-Homing (OLT


Single-Homing)
This chapter introduces the configuration guide of GPON Type B single-homing protection
(OLT single-homing).

Usage Scenario
GPON Type B single-homing protection (OLT single-homing):
R o u te r

L 3 S w itch

LAG

O LT

O p tic S p litte r

ONU

NOTE

GPON Type B single-homing protection (OLT single-homing), OLT upstream link run LAG (Link
Aggregation Group ).

Data Planning

Table 5-4 GPON Type B Single-Homing Protection data planning

Item OLT

Protection group ID 0

PON port l Work Port: 0/1/0


l Protect Port: 0/2/0

Upstream port l Active Port: 0/3/0


l Standby Port: 0/4/0

NOTE

Data planning for example data, the actual service configuration, please use the specific network data
planning.

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 84


Agile POL Solution
Configuration Guide 5 Configuring the GPON Type B Network Protection

Procedure
Step 1 Configure OLT.
1. Configure link aggregation group.

To add ports 0/3/0 and 0/4/0 into a LACP static aggregation group in ingress mode.
huawei(config)#link-aggregation 0/3/0 0/4/0 ingress workmode lacp-static

2. Run the protect-group command to create a protection group.


huawei(config)#protect-group 0 protect-target gpon-uni-port workmode timedelay

3. Run the protect-group member command to add a member to the protection group.

huawei(protect-group-1)#protect-group member port 0/1/0 role work


huawei(protect-group-0)#protect-group member port 0/2/0 role protect

4. Run the protect-group enable command to enable the protection group.

By default, a protection group is disabled after it is created.


huawei(protect-group-0)#protect-group enable
huawei(protect-group-0)#quit

5. Save the data.


huawei(config)#save

Step 2 (Option) Configure L3 Switch.

Taking Huawei S12700 switch as an example.

1. Create Eth-Trunk and configura Eth-Trunk mode.

<SwitchA> system-view
[SwitchA] interface eth-trunk 1
[SwitchA-Eth-Trunk1] mode lacp //Configure Eth-Trunk 1 to work in LACP mode.
[SwitchA-Eth-Trunk1] port link-type trunk //Set the link type of Eth-Trunk1
to trunk.
[SwitchA-Eth-Trunk1] port trunk allow-pass vlan 2 to 4094 //Add Eth-Trunk1
to VLANs 2 to 4094.

2. Add port to Eth-Trunk.

Run the eth-trunk command adds an interface to an Eth-Trunk.

[SwitchA] interface gigabitethernet 1/0/3


[SwitchA-GigabitEthernet1/0/3] eth-trunk 1
[SwitchA-GigabitEthernet1/0/3] quit
[SwitchA] interface gigabitethernet 1/0/4
[SwitchA-GigabitEthernet1/0/4] eth-trunk 1
[SwitchA-GigabitEthernet1/0/4] quit

----End

Configuration Script
Configure OLT
link-aggregation 0/3/0 0/4/0 ingress workmode lacp-static
protect-group 0 protect-target gpon-uni-port workmode timedelay
protect-group member port 0/1/0 role work
protect-group member port 0/2/0 role protect
protect-group enable
quit
save

Issue 02 (2018-10-10) Copyright © Huawei Technologies Co., Ltd. 85

Вам также может понравиться