[SwitchD-Ethernet0/0/1]
quit
[SwitchD]
interface vlanif 10
[SwitchD-Vlanif10]
ip address 3.0.1.32 24
[SwitchD-Vlanif10]
quit
# Configure the IP address of the VLANIF interface on Switch F.
<SwitchF>
system-view
[SwitchF]
vlan 10
[SwitchF-Vlan10]
quit
[SwitchF]
interface ethernet 0/0/2
[SwitchF-Ethernet0/0/2]
port hybrid pvid vlan 10
[SwitchF-Ethernet0/0/2]
port hybrid untagged vlan 10
[SwitchF-Ethernet0/0/2]
quit
[SwitchF]
interface vlanif 10
[SwitchF-Vlanif10]
ip address 3.0.1.2 24
[SwitchF-Vlanif10]
quit
[SwitchF]
vlan 20
[SwitchF-Vlan20]
quit
[SwitchF]
interface ethernet 0/0/1
[SwitchF-Ethernet0/0/1]
port hybrid pvid vlan 20
[SwitchF-Ethernet0/0/1]
port hybrid untagged vlan 20
[SwitchF-Ethernet0/0/1]
quit
[SwitchF]
interface vlanif 20
[SwitchF-vlanif20]
ip address 1.0.1.2 24
[SwitchF-vlanif20]
quit
# Configure the IP address of the VLANIF interface on Switch A.
<SwitchA>
system-view
[SwitchA]
vlan 20
[SwitchA-Vlan20]
quit
[SwitchA]
interface ethernet 0/0/1
[SwitchA-Ethernet0/0/1]
port hybrid pvid vlan 20
[SwitchA-Ethernet0/0/1]
port hybrid untagged vlan 20
[SwitchA-Ethernet0/0/1]
quit
[SwitchA]
interface vlanif 20
[SwitchA-vlanif20]
ip address 1.0.1.11 24
[SwitchA-vlanif20]
quit
Step 2
Configure the routes between them are reachable.The configuration procedure is not mentioned.
Step 3
Configure the NTP multicast server.
# Configure the clock of Switch C as the NTP master clock with the stratum being 2.
<SwitchC>
system-view
[SwitchC]
ntp-service refclock-master 2
# Configure Switch C as the NTP multicast client and configure Switch C to sense NTP multicast
packets through VLANIF10.
[SwitchC]
interface vlanif 10
[SwitchC-vlanif10]
ntp-service multicast-server
[SwitchC-vlanif10]
quit
Step 4
Configure Switch D, which resides on the same network segment with the server.
# Configure Switch D as the NTP multicast client and configure Switch D to sense NTP multicast
packets through VLANIF10.
<SwitchD>
system-view
[SwitchD]
interface vlanif 10
[SwitchD-vlanif10]
ntp-service multicast-client
[SwitchD-vlanif10]
quit
Step 5
Configure Switch A, which resides on different network segment from the server.
Quidway S2700 Series Ethernet Switches
Configuration Guide - Network Management
4 NTP Configuration
Issue 01 (2011-07-15)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
242