Operation Manual NTP. Table of Contents

Size: px
Start display at page:

Download "Operation Manual NTP. Table of Contents"

Transcription

1 Table of Contents Table of Contents NTP Overview Applications of NTP How NTP Works NTP Message Format Operation Modes of NTP Multiple Instances of NTP NTP Configuration Task List Configuring the Operation Modes of NTP Configuring NTP Client/Server Mode Configuring the NTP Symmetric Mode Configuring NTP Broadcast Mode Configuring NTP Multicast Mode Configuring the Local Clock as a Reference Source Configuring Optional Parameters of NTP Configuring the Interface to Send NTP Messages Disabling an Interface from Receiving NTP Messages Configuring the Maximum Number of Dynamic Sessions Allowed Configuring Access-Control Rights Configuration Prerequisites Configuration Procedure Configuring NTP Authentication Configuration Prerequisites Configuration Procedure Displaying and Maintaining NTP NTP Configuration Examples Configuring NTP Client/Server Mode Configuring the NTP Symmetric Peers Mode Configuring NTP Broadcast Mode Configuring NTP Multicast Mode Configuring NTP Client/Server Mode with Authentication Configuring NTP Broadcast Mode with Authentication Configuring MPLS VPN Time Synchronization in Client/server Mode Configuring MPLS VPN Time Synchronization in Symmetric Peers Mode i

2 When configuring NTP, go to these sections for information you are interested in: NTP Overview NTP Configuration Task List Configuring the Operation Modes of NTP Configuring the Local Clock as a Reference Source Configuring Optional Parameters of NTP Configuring Access-Control Rights Configuring NTP Authentication Displaying and Maintaining NTP NTP Configuration Examples Note: The term router and the router icons used in this chapter refer to the routers in a generic sense and the switches running routing protocols. 1.1 NTP Overview Defined in RFC 1305, the network time protocol (NTP) synchronizes timekeeping among distributed time servers and clients. NTP runs over the user datagram protocol (UDP), using UDP port 123. The purpose of using NTP is to keep consistent timekeeping among all clock-dependent devices within the network so that the devices can provide diverse applications based on the consistent time. For a local system running NTP, its time can be synchronized by other reference sources and can be used as a reference source to synchronize other clocks Applications of NTP An administrator can by no means keep time synchronized among all the devices within a network by changing the system clock on each station, because this is a huge amount of workload and cannot guarantee the clock precision. NTP, however, allows quick clock synchronization within the entire network while it ensures a high clock precision. NTP is used when all devices within the network must be consistent in timekeeping, for example: 1-1

3 In analysis of the log information and debugging information collected from different devices in network management, time must be used as reference basis. All devices must use the same reference clock in a charging system. To implement certain functions, such as scheduled restart of all devices within the network, all devices must be consistent in timekeeping. When multiple systems process a complex event in cooperation, these systems must use that same reference clock to ensure the correct execution sequence. For increment backup between a backup server and clients, timekeeping must be synchronized between the backup server and all the clients. Advantages of NTP: NTP uses a stratum to describe the clock precision, and is able to synchronize time among all devices within the network. NTP supports access control and MD5 authentication. NTP can unicast, multicast or broadcast protocol messages How NTP Works Figure 1-1 shows the basic work flow of NTP. Device A and Device B are interconnected over a network. They have their own independent system clocks, which need to be automatically synchronized through NTP. For an easy understanding, we assume that: Prior to system clock synchronization between Device A and Device B, the clock of Device A is set to 10:00:00am while that of Device B is set to 11:00:00am. Device B is used as the NTP time server, namely, the clock of Device A is synchronized by that of Device B. It takes 1 second for an NTP message to travel from one device to the other. 1-2

4 Figure 1-1 Basic work flow of NTP The process of system clock synchronization is as follows: Device A sends Device B an NTP message, which is timestamped when it leaves Device A. The time stamp is 10:00:00am (T 1 ). When this NTP message arrives at Device B, it is timestamped by Device B. The timestamp is 11:00:01am (T 2 ). When the NTP message leaves Device B, Device B timestamps it. The timestamp is 11:00:02am (T 3 ). When Device A receives the NTP message, the local time of Device A is 10:00:03am (T 4 ). Up to now, Device A has sufficient information to calculate the following two important parameters: The roundtrip delay of NTP message: Delay = (T 4 T 1 ) (T 3 -T 2 ) = 2 seconds. Time difference between Device A and Device B: Offset = ((T 2 -T 1 ) + (T 3 -T 4 ))/2 = 1 hour. Based on these parameters, Device A can synchronize its own clock to the clock of Device B. This is only a rough description of the work mechanism of NTP. For details, refer to RFC

5 1.1.3 NTP Message Format NTP uses two types of messages, clock synchronization message and NTP control message. An NTP control message is used in environments where network management is needed. As it is not a must for clock synchronization, it will not be discussed in this document. Note: All NTP messages mentioned in this document refer to NTP clock synchronization messages. A clock synchronization message is encapsulated in a UDP message, in the format shown in Figure LI VN Mode Stratum Poll Precision Root delay (32 bits) Root dispersion (32 bits) Reference identifier (32 bits) Reference timestamp (64 bits) Originate timestamp (64 bits) Receive timestamp (64 bits) Transmit timestamp (64 bits) Authenticator (optional 96 bits) Figure 1-2 Clock synchronization message format Main fields are described as follows: LI: 2-bit leap indicator. When set to 11, it warns of an alarm condition (clock unsynchronized); when set to any other value, it is not to be processed by NTP. VN: 3-bit version number, indicating the version of NTP. The latest version is version 3. Mode: a 3-bit code indicating the work mode of NTP. This field can be set to these values: 0 reserved; 1 symmetric active; 2 symmetric passive; 3 client; 4 1-4

6 server; 5 broadcast or multicast; 6 NTP control message; 7 reserved for private use. Stratum: an 8-bit integer indicating the stratum level of the local clock, with the value ranging from 1 to 16. The clock precision decreases from stratum 1 through stratum 16. A stratum 1 clock has the highest precision, and a stratum 16 clock is not synchronized and cannot be used as a reference clock. Poll: 8-bit signed integer indicating the poll interval, namely the maximum interval between successive messages. Precision: an 8-bit signed integer indicating the precision of the local clock. Root Delay: roundtrip delay to the primary reference source. Root Dispersion: the maximum error of the local clock relative to the primary reference source. Reference Identifier: Identifier of the particular reference source. Reference Timestamp: the local time at which the local clock was last set or corrected. Originate Timestamp: the local time at which the request departed the client for the service host. Receive Timestamp: the local time at which the request arrived at the service host. Transmit Timestamp: the local time at which the reply departed the service host for the client. Authenticator: authentication information Operation Modes of NTP Devices running NTP can implement clock synchronization in one of the following modes: Client/server mode Symmetric peers mode Broadcast mode Multicast mode You can select operation modes of NTP as needed. In case that the IP address of the NTP server or peer is unknown and many devices in the network need to be synchronized, you can adopt the broadcast or multicast mode; while in the client/server and symmetric peers modes, a device is synchronized from the specified server or peer, and thus clock reliability is enhanced. I. Client/server mode 1-5

7 Figure 1-3 Client/server mode In client/server mode, a client can be synchronized to a server, but not vice versa. When working in the client/server mode, a client sends a clock synchronization message to servers, with the Mode field in the message set to 3 (client mode). Upon receiving the message, the servers automatically work in the server mode and send a reply, with the Mode field in the messages set to 4 (server mode). Upon receiving the replies from the servers, the client performs clock filtering and selection, and its local clock is synchronized to that of the optimal reference source. II. Symmetric peers mode Figure 1-4 Symmetric peers mode After the symmetric peers mode is configured, the symmetric active peer sends clock synchronization messages with the Mode field set to 3 (client mode) to the symmetric passive peer. The device that receives the message automatically enters the symmetric passive mode and sends a reply, with the Mode field in the message set to 4 (server mode). By exchanging messages, the symmetric peers mode is established between the two devices. Then, the two devices can synchronize, or be synchronized by, each other. In this case, the Mode field is set to 1 (symmetric active peer) in the clock synchronization messages sent by the symmetric active peer, and that is set to 2 (symmetric passive peer) in the response messages sent by the symmetric passive 1-6

8 peer. If both devices have reference clocks, the device whose local clock has a lower stratum level will synchronize the clock of the other device. III. Broadcast mode Server Client Network Periodically broadcasts clock synchronization messages (Mode 5) Clock synchronization message exchange (Mode 3 and Mode 4) After receiving the first broadcast message, the client sends a request Calculates the network delay between client and the server and enters the broadcast client mode Periodically broadcasts clock synchronization messages (Mode 5) Receives broadcast messages and synchronizes its local clock Figure 1-5 Broadcast mode In the broadcast mode, a server periodically sends clock synchronization messages to the broadcast address Clients listen to the broadcast messages from servers. After a client receives the first broadcast message, the client initiates the client/server mode request to acquire the network delay between the client and the server. Then, the client enters the broadcast client mode and continues listening to broadcast messages, and synchronizes its local clock based on the received broadcast messages. IV. Multicast mode Server Client Network Periodically multicasts clock synchronization messages (Mode 5) Clock synchronization message exchange (Mode 3 and Mode 4) After receiving the first multicast message, the client sends a request Calculates the network delay between client and the server and enters the multicast client mode Periodically multicasts clock synchronization messages (Mode 5) Receives multicast messages and synchronizes its local clock Figure 1-6 Multicast mode In the multicast mode, a server periodically sends clock synchronization messages to the user-configured multicast address, or, if no multicast address is configured, to the default NTP multicast address Clients listen to the multicast messages from servers. After a client receives the first multicast message, the client initiates the client/server mode request to acquire the network delay between the client and the 1-7

9 server. Then, the client enters the multicast client mode and continues listening to multicast messages, and synchronizes its local clock based on the received multicast messages. Note: In symmetric peers mode, broadcast mode and multicast mode, the client (or the symmetric active peer) and the server (or the symmetric passive peer) can work in the specified NTP working mode only after they exchange NTP messages with the Mode field being 3 (client mode) and the Mode field being 4 (server mode). During this message exchange process, NTP clock synchronization can be implemented Multiple Instances of NTP The client/server mode and symmetric mode support multiple instances of NTP and thus support clock synchronization within an MPLS VPN network. Namely, network devices (CEs and PEs) at different physical location can get their clocks synchronized through MPLS VPN connection, as long as they are in the same VPN. The specific functions are as follows: The NTP client on a customer edge device (CE) can be synchronized to the NTP server on another CE. The NTP client on a CE can be synchronized to the NTP server on a provider edge device (PE). The NTP client on a PE can be synchronized to the NTP server on a CE through a designated VPN instance. The NTP server on a PE can synchronize multiple NTP clients on different CEs. Note: A CE is a device that has an interface directly connecting to the service provider (SP). A CE is not aware of the presence of the VPN. A PE is a device that directly connecting to CEs. In an MPLS network, all events related to VPN processing occur on the PE. 1-8

10 1.2 NTP Configuration Task List Complete these tasks to configure NTP: Task Configuring the Operation Modes of NTP Configuring the Local Clock as a Reference Source Configuring Optional Parameters of NTP Configuring Access-Control Rights Configuring NTP Authentication Remarks Optional Optional Optional Optional 1.3 Configuring the Operation Modes of NTP According to the devices position in the network and the network structure, devices can implement clock synchronization in one of the following modes: Client/server mode Symmetric peers mode Broadcast mode Multicast mode For the client/server mode or symmetric peers mode, you need to configure only clients or symmetric-active peers; for the broadcast or multicast mode, you need to configure both servers and clients. 1-9

11 Note: A single device can have a maximum of 128 associations at the same time, including static associations and dynamic associations. A static association refers to an association that a user has manually created by using an NTP command; A dynamic association is a temporary association created by the system during operation. A dynamic association will be removed if the system fails to receive messages from it over a specific long time. In the client/server mode, for example, when you carry out a command to synchronize the time to a server, the system will create a static association, and the server will just respond passively upon the receipt of a message, rather than creating an association (static or dynamic). In the symmetric mode, static associations will be created at the symmetric-active peer side, and dynamic associations will be created at the symmetric-passive peer side; In the broadcast or multicast mode, static associations will be created at the server side, and dynamic associations will be created at the client side Configuring NTP Client/Server Mode For devices working in the client/server mode, you only need to make configurations on the clients, and not on the servers. Follow these steps to configure an NTP client: To do Use the command Remarks Enter system view system-view Specify an NTP server for the device ntp-service unicast-server [ vpn-instance vpn-instance-name ] { ip-address server-name } [ authentication-keyid keyid priority source-interface interface-type interface-number version number ] * By default, no NTP server is specified for the device. 1-10

12 Note: In the ntp-service unicast-server command, ip-address must be a host address, rather than a broadcast address, a multicast address or the IP address of the local clock. When the interface sending the NTP packet is specified by the source-interface argument, the source IP address of the NTP packet will be configured as the primary IP address of the specified interface. A device can act as a server to synchronize the clock of other devices only after its clock has been synchronized. If the clock of a server has a stratum level higher than or equal to that of a client s clock, the client will not synchronize its clock to the server s. You can configure multiple servers by repeating the ntp-service unicast-server command. The clients will choose the optimal reference source Configuring the NTP Symmetric Mode For devices working in the symmetric mode, you need to specify a symmetric-passive on a symmetric-active peer. Following these steps to configure a symmetric-active device: To do Use the command Remarks Enter system view system-view Specify a symmetric-passive peer for the device ntp-service unicast-peer [ vpn-instance vpn-instance-name ] { ip-address peer-name } [ authentication-keyid keyid priority source-interface interface-type interface-number version number ] * By default, no symmetric-passive peer is specified for the device. 1-11

13 Note: In the symmetric mode, you should use the ntp-service refclock-master command or any NTP configuration command in Configuring the Operation Modes of NTP to enable NTP; otherwise, a symmetric-passive peer will not process NTP packets from a symmetric-active peer. In the ntp-service unicast-peer command, ip-address must be a host address, rather than a broadcast address, a multicast address or the IP address of the local clock. When the interface used to send NTP messages is specified by the source-interface argument, the source IP address of the NTP message will be configured as the primary IP address of the specified interface. Typically, at least one of the symmetric-active and symmetric-passive peers has been synchronized; otherwise the clock synchronization will not proceed. You can configure multiple symmetric-passive peers by repeating the ntp-service unicast-peer command Configuring NTP Broadcast Mode The broadcast server periodically sends NTP broadcast messages to the broadcast address After receiving the messages, the device working in NTP broadcast mode sends a reply and synchronizes its local clock. For devices working in the broadcast mode, you need to configure both the server and clients. Because an interface need to be specified on the broadcast server for sending NTP broadcast messages and an interface also needs to be specified on each broadcast client for receiving broadcast messages, the commands for NTP broadcast mode can be configured only in the specific interface view. I. Configuring a broadcast client Follow these steps to configure an NTP broadcast client: To do Use the command Remarks Enter system view system-view Enter interface view Configure the device to work in the NTP broadcast client mode interface interface-type interface-number ntp-service broadcast-client Enter the interface used to receive NTP broadcast messages 1-12

14 II. Configuring the broadcast server Follow these steps to configure the NTP broadcast server: To do Use the command Remarks Enter system view system-view Enter interface view Configure the device to work in the NTP broadcast server mode interface interface-type interface-number ntp-service broadcast-server [ authentication-keyid keyid version number ] * Enter the interface used to send NTP broadcast messages Note: A broadcast server can synchronize broadcast clients only after its clock has been synchronized Configuring NTP Multicast Mode The multicast server periodically sends NTP multicast messages to multicast clients, which send replies after receiving the messages and synchronize their local clocks. If using the multicast mode, you need to configure both the server and clients. The commands for the NTP multicast mode must be configured in the specific interface view. You can configure a maximum of 1,024 multicast clients, among which 128 can take effect at the same time. I. Configuring a multicast client Follow these steps to configure an NTP multicast client: To do Use the command Remarks Enter system view system-view Enter interface view Configure the device to work in the NTP multicast client mode interface interface-type interface-number ntp-service multicast-client [ ip-address ] Enter the interface used to receive NTP multicast messages The multicast IP address must be

15 II. Configuring the multicast server Follow these steps to configure the NTP multicast server: To do Use the command Remarks Enter system view system-view Enter interface view Configure the device to work in the NTP multicast server mode interface interface-type interface-number ntp-service multicast-server [ ip-address ] [ authentication-keyid keyid ttl ttl-number version number ] * Enter the interface used to send NTP multicast message Note: A multicast server can synchronize broadcast clients only after its clock has been synchronized. 1.4 Configuring the Local Clock as a Reference Source A network device can get its clock synchronized in one of the following two ways: Synchronized to the local clock, which as the reference source. Synchronized to another device on the network in any of the four NTP operation modes previously described. If you configure two synchronization modes, the device will choose the optimal clock as the reference source. Follow these steps to configure the local clock as a reference source: To do Use the command Remarks Enter system view system-view Configure the local clock as a reference source ntp-service refclock-master [ ip-address ] [ stratum ] 1-14

16 Note: In this command, ip-address must be u, where u ranges from 0 to 3, representing the NTP process ID. 1.5 Configuring Optional Parameters of NTP Configuring the Interface to Send NTP Messages If you specify the interface used to send an NTP message, the device sets the source IP address of the NTP message as the primary IP address of the specified interface when sending the NTP message. When the device responds to an NTP request received, the source IP address of the NTP response is always the IP address of the interface that received the NTP request. Following these steps to configure the local interface used to send NTP messages: To do Use the command Remarks Enter system view system-view Configure the interface used to send NTP messages ntp-service source-interface interface-type interface-number Caution: If you have specified an interface in the ntp-service unicast-server or ntp-service unicast-peer command, this interface will be used for sending NTP messages. If you have configured the ntp-service broadcast-server or ntp-service multicast-server command, the interface used to broadcast or multicast NTP messages is the interface configured with the respective command Disabling an Interface from Receiving NTP Messages Follow these steps to disable an interface from receiving NTP messages: To do Use the command Remarks Enter system view system-view Enter interface view interface interface-type interface-number 1-15

17 To do Use the command Remarks Disable the interface from receiving NTP messages ntp-service in-interface disable An interface is enabled to receive NTP messages by default Configuring the Maximum Number of Dynamic Sessions Allowed Follow these steps to configure the maximum number of dynamic sessions allowed to be established locally: To do Use the command Remarks Enter system view system-view Configure the maximum number of dynamic sessions allowed to be established locally ntp-service max-dynamic-sessions number 100 by default 1.6 Configuring Access-Control Rights With the following command, you can configure the NTP service access-control right to the local device. There are four access-control rights, as follows: query: control query permitted. This level of right permits the peer device to perform control query to the NTP service on the local device but does not permit the peer device to synchronize its clock to the local device. The so-called control query refers to query of some states of the NTP service, including alarm information, authentication status, clock source information, and so on. synchronization: server access only. This level of right permits the peer device to synchronize its clock to the local device but does not permit the peer device to perform control query. server: server access and query permitted. This level of right permits the peer device to perform synchronization and control query to the local device but does not permit the local device to synchronize its clock to the peer device. peer: full access. This level of right permits the peer device to perform synchronization and control query to the local device and also permits the local device to synchronize its clock to the peer device. From the highest NTP service access-control right to the lowest one are peer, server, synchronization, and query. When a device receives an NTP request, it will perform an access-control right match and will use the first matched right. 1-16

18 1.6.1 Configuration Prerequisites Prior to configuring the NTP service access-control right to the local device, you need to create and configure an ACL associated with the access-control right. For the configuration of ACL, refer to ACL Configuration in the QoS ACL Volume Configuration Procedure Follow these steps to configure the NTP service access-control right to the local device: To do Use the command Remarks Enter system view system-view Configure the NTP service access-control right to the local device ntp-service access { peer query server synchronization } acl-number peer by default Note: The access-control right mechanism provides only a minimum degree of security protection for the system running NTP. A more secure method is identity authentication. 1.7 Configuring NTP Authentication The NTP authentication feature should be enabled for a system running NTP in a network where there is a high security demand. This feature enhances the network security by means of client-server key authentication, which prohibits a client from synchronizing with a device that has failed authentication Configuration Prerequisites The configuration NTP authentication involves configuration tasks to be implemented on the client and on the server. When configuring the NTP authentication feature, pay attention to the following principles: For all synchronization modes, when you enable the NTP authentication feature, you should configure an authentication key and specify it as a trusted key. Namely, the ntp-service authentication enable command must work together with the ntp-service authentication-keyid command and the ntp-service reliable authentication-keyid command. Otherwise, the NTP authentication function cannot be normally enabled. 1-17

19 For the client/server mode or symmetric mode, you need to associate the specified authentication key on the client (symmetric-active peer if in the symmetric peer mode) with the corresponding NTP server (symmetric-passive peer if in the symmetric peer mode). Otherwise, the NTP authentication feature cannot be normally enabled. For the broadcast server mode or multicast server mode, you need to associate the specified authentication key on the broadcast server or multicast server with the corresponding NTP server. Otherwise, the NTP authentication feature cannot be normally enabled. For the client/server mode, if the NTP authentication feature has not been enabled for the client, the client can synchronize with the server regardless the NTP authentication feature has been enabled for the server or not. For all synchronization modes, the server side and the client side must be consistently configured. If the NTP authentication is enabled on a client, the client can be synchronized only to a server that can provide a trusted authentication key Configuration Procedure I. Configuring NTP authentication for a client Follow these steps to configure NTP authentication for a client: To do Use the command Remarks Enter system view system-view Enable NTP authentication Configure an NTP authentication key Configure the key as a trusted key ntp-service authentication enable ntp-service authentication-keyid keyid authentication-mode md5 value ntp-service reliable authentication-keyid keyid Disabled by default No NTP authentication key by default No authentication key is configured to be trusted by default 1-18

20 To do Use the command Remarks Associate the specified key with an NTP server Client/server mode: ntp-service unicast-server { ip-address server-name } authentication-keyid keyid Symmetric peers mode: ntp-service unicast-peer { ip-address peer-name } authentication-keyid keyid Note: After you enable the NTP authentication feature for the client, make sure that you configure for the client an authentication key that is the same as on the server and specify that the authentication is trusted; otherwise, the client cannot be synchronized to the server. II. Configuring NTP authentication for a server Follow these steps to configure NTP authentication for a server: To do Use the command Remarks Enter system view system-view Enable NTP authentication Configure an NTP authentication key Configure the key as a trusted key Enter interface view ntp-service authentication enable ntp-service authentication-keyid keyid authentication-mode md5 value ntp-service reliable authentication-keyid keyid interface interface-type interface-number Disabled by default No NTP authentication key by default No authentication key is configured to be trusted by default 1-19

21 To do Use the command Remarks Associate the specified key with an NTP server Broadcast server mode: ntp-service broadcast-server authentication-keyid keyid Multicast server mode: ntp-service multicast-server authentication-keyid keyid Note: The procedure of configuring NTP authentication on a server is the same as that on a client, and the same authentication key must be configured on both the server and client sides. 1.8 Displaying and Maintaining NTP To do Use the command Remarks View the information of NTP service status View the information of NTP sessions View the brief information of the NTP servers from the local device back to the primary reference source display ntp-service status display ntp-service sessions [ verbose ] display ntp-service trace Available in any view 1.9 NTP Configuration Examples Note: Unless otherwise specified, the examples given in this section apply to all switches and routers that support NTP. 1-20

22 1.9.1 Configuring NTP Client/Server Mode I. Network requirements The local clock of Device A is to be used as a reference source, with the stratum level of 2. Device B works in the client/server mode and Device A is to be used as the NTP server of Device B. II. Network diagram Figure 1-7 Network diagram for NTP client/server mode configuration III. Configuration procedure 1) Configuration on Device A: # Specify the local clock as the reference source, with the stratum level of 2. <DeviceA> system-view [DeviceA] ntp-service refclock-master 2 2) Configuration on Device B: # View the NTP status of Device B before clock synchronization. <DeviceB> display ntp-service status Clock status: unsynchronized Clock stratum: 16 Reference clock ID: none Nominal frequency: Hz Actual frequency: Hz Clock precision: 2^7 Clock offset: ms Root delay: 0.00 ms Root dispersion: 0.00 ms Peer dispersion: 0.00 ms Reference time: 00:00: UTC Jan ( ) # Specify Device A as the NTP server. <DeviceB> system-view [DeviceB] ntp-service unicast-server # (After the above configurations, Device B is synchronized to Device A.) View the NTP status of Device B after clock synchronization. [DeviceB] display ntp-service status 1-21

23 Clock status: synchronized Clock stratum: 3 Reference clock ID: Nominal frequency: Hz Actual frequency: Hz Clock precision: 2^7 Clock offset: ms Root delay: ms Root dispersion: 1.05 ms Peer dispersion: 7.81 ms Reference time: 14:53: UTC Sep (C6D94F67.5EF9DB22) As shown above, Device B has been synchronized to Device A, and the clock stratum level of Device B is 3, while that of Device A is 2. # View the NTP session information of Device B, which shows that an association has been set up between Device B and Device A. [DeviceB] display ntp-service sessions source reference stra reach poll now offset delay disper ************************************************************************** [12345] note: 1 source(master),2 source(peer),3 selected,4 candidate,5 configured Total associations : Configuring the NTP Symmetric Peers Mode I. Network requirements The local clock of Device A is to be configured as a reference source, with the stratum level of 2. Device B works in the client mode and Device A is to be used as the NTP server of Device B. Device C works in the symmetric peers mode and Device B will act as peer of Device C. Device C is the symmetric-active peer while Device B is the symmetric-passive peer. 1-22

24 II. Network diagram Device A / / /24 Device B Device C Figure 1-8 Network diagram for NTP symmetric peers mode configuration III. Configuration procedure 1) Configuration on Device A: # Specify the local clock as the reference source, with the stratum level of 2. <DeviceA> system-view [DeviceA] ntp-service refclock-master 2 2) Configuration on Device B: # Specify Device A as the NTP server. <DeviceB> system-view [DeviceB] ntp-service unicast-server ) Configuration on Device C (after Device B is synchronized to Device A): # Specify the local clock as the reference source, with the stratum level of 1. <DeviceC> system-view [DeviceC] ntp-service refclock-master 1 # Configure Device B as a symmetric peer after local synchronization. [DeviceC] ntp-service unicast-peer In the step above, Device B and Device C are configured as symmetric peers, with Device C in the symmetric-active mode and Device B in the symmetric-passive mode. Because the stratus level of the local clock of Device C is 1 while that of Device B is 3, Device B is synchronized to Device C. # View the NTP status of Device B after clock synchronization. [DeviceB] display ntp-service status Clock status: synchronized Clock stratum: 2 Reference clock ID:

25 Nominal frequency: Hz Actual frequency: Hz Clock precision: 2^7 Clock offset: ms Root delay: ms Root dispersion: ms Peer dispersion: ms Reference time: 15:22: UTC Sep (C6D F7CED) As shown above, Device B has been synchronized to Device C, and the clock stratum level of Device B is 2, while that of Device C is 1. # View the NTP session information of Device B, which shows that an association has been set up between Device B and Device C. [DeviceB] display ntp-service sessions source reference stra reach poll now offset delay disper ************************************************************************** [245] [1234] LOCL note: 1 source(master),2 source(peer),3 selected,4 candidate,5 configured Total associations : Configuring NTP Broadcast Mode I. Network requirements Switch C s local clock is to be used as a reference source, with the stratum level of 2. Switch C works in the broadcast server mode and sends out broadcast messages from VLAN-interface 2. Switch A and Switch D work in the broadcast client mode and listen to broadcast messages through VLAN-interface 3 and VLAN-interface 2 respectively. 1-24

26 II. Network diagram Vlan-int /24 Switch C Vlan-int /24 Vlan-int /24 Vlan-int /24 Switch A Switch B Vlan-int /24 Switch D Figure 1-9 Network diagram for NTP broadcast mode configuration III. Configuration procedure 1) Configuration on Switch C: # Specify the local clock as the reference source, with the stratum level of 2. <SwitchC> system-view [SwitchC] ntp-service refclock-master 2 # Configure to send broadcast messages through VLAN-interface 2. [SwitchC] interface vlan-interface 2 [SwitchC-Vlan-interface2] ntp-service broadcast-server 2) Configuration on Switch D: # Enter system view. <SwitchD> system-view # Enter VLAN-interface 2 view. [SwitchD] interface vlan-interface 2 # Specify Switch D as the broadcast client. [SwitchD-Vlan-interface2] ntp-service broadcast-client 3) Configuration on Switch A: # Enter system view. <SwitchA> system-view # Enter VLAN-interface 3 view [SwitchA] interface vlan-interface 3 # Specify Switch A as the broadcast client. [SwitchA-Vlan-interface3] ntp-service broadcast-client 1-25

27 Because Switch A and Switch C are on different subnets, Switch A cannot receive the broadcast messages from Switch C Switch D gets synchronized upon receiving a broadcast message from Switch C. # View the NTP status of Switch D after clock synchronization. [SwitchD] display ntp-service status Clock status: synchronized Clock stratum: 3 Reference clock ID: Nominal frequency: Hz Actual frequency: Hz Clock precision: 2^7 Clock offset: ms Root delay: ms Root dispersion: 8.31 ms Peer dispersion: ms Reference time: 16:01: UTC Sep (C6D95F6F.B6872B02) As shown above, Switch D has been synchronized to Switch A, and the clock stratum level of Switch D is 3, while that of Switch C is 2. # View the NTP session information of Switch D, which shows that an association has been set up between Switch D and Switch C. [SwitchD] display ntp-service sessions source reference stra reach poll now offset delay disper ************************************************************************** [1234] note: 1 source(master),2 source(peer),3 selected,4 candidate,5 configured Total associations : Configuring NTP Multicast Mode I. Network requirements Switch C s local clock is to be used as a reference source, with the stratum level of 2. Switch C works in the multicast server mode and sends out multicast messages from VLAN-interface 2. Switch A and Switch D work in the multicast client mode and listen to multicast messages through VLAN-interface 3 and VLAN-interface 2 respectively. 1-26

28 II. Network diagram Vlan-int /24 Switch C Vlan-int /24 Vlan-int /24 Vlan-int /24 Switch A Switch B Vlan-int /24 Switch D Figure 1-10 Network diagram for NTP multicast mode configuration III. Configuration procedure 1) Configuration on Switch C: # Specify the local clock as the reference source, with the stratum level of 2. <SwitchC> system-view [SwitchC] ntp-service refclock-master 2 # Configure Switch C to work in the multicast server mode and send multicast messages through VLAN-interface 2. [SwitchC] interface vlan-interface 2 [SwitchC-Vlan-interface2] ntp-service multicast-server 2) Configuration on Switch D: # Configure Switch D to work in the multicast client mode and receive multicast messages on VLAN-interface 2. <SwitchD> system-view [SwitchD] interface vlan-interface 2 [SwitchD-Vlan-interface2] ntp-service multicast-client Because Switch D and Switch C are on the same subnet, Switch D can receive the multicast messages from Switch C without being IGMP-enabled and can be synchronized to Switch C. # View the NTP status of Switch D after clock synchronization. [SwitchD-Vlan-interface2] display ntp-service status Clock status: synchronized Clock stratum: 3 Reference clock ID: Nominal frequency: Hz 1-27

29 Actual frequency: Hz Clock precision: 2^7 Clock offset: ms Root delay: ms Root dispersion: 8.31 ms Peer dispersion: ms Reference time: 16:01: UTC Sep (C6D95F6F.B6872B02) As shown above, Switch D has been synchronized to Switch C, and the clock stratum level of Switch D is 3, while that of Switch C is 2. # View the NTP session information of Switch D, which shows that an association has been set up between Switch D and Switch C. [SwitchD-Vlan-interface2] display ntp-service sessions source reference stra reach poll now offset delay disper ************************************************************************** [1234] note: 1 source(master),2 source(peer),3 selected,4 candidate,5 configured Total associations : 1 3) Configuration on Switch B: Because Switch A and Switch C are on different subnets, you must enable IGMP on Switch B before Switch A can receive multicast messages from Switch C. # Enable IP multicast routing and IGMP. <SwitchB> system-view [SwitchB] multicast routing-enable [SwitchB] interface vlan-interface 2 [SwitchB-Vlan-interface2] pim dm [SwitchB-Vlan-interface2] quit [SwitchB] vlan 3 [SwitchB-vlan3] port ethernet 4/1/3 [SwitchB-vlan3] quit [SwitchB] interface vlan-interface 3 [SwitchB-Vlan-interface3] igmp enable [SwitchB-Vlan-interface3] quit [SwitchB] interface ethernet 4/1/3 [SwitchB-Ethernet4/1/3] igmp-snooping static-group vlan 3 4) Configuration on Switch A: # Enable IP multicast routing and IGMP. <SwitchA> system-view [SwitchA] interface vlan-interface 3 # Configure Switch A to work in the multicast client mode and receive multicast messages on VLAN-interface

30 [SwitchA-Vlan-interface3] ntp-service multicast-client # View the NTP status of Switch A after clock synchronization. [SwitchA-Vlan-interface3] display ntp-service status Clock status: synchronized Clock stratum: 3 Reference clock ID: Nominal frequency: Hz Actual frequency: Hz Clock precision: 2^7 Clock offset: ms Root delay: ms Root dispersion: ms Peer dispersion: ms Reference time: 16:02: UTC Sep (C6D95F6F.B6872B02) As shown above, Switch A has been synchronized to Switch C, and the clock stratum level of Switch A is 3, while that of Switch C is 2. # View the NTP session information of Switch A, which shows that an association has been set up between Switch A and Switch C. [SwitchA-Vlan-interface3] display ntp-service sessions source reference stra reach poll now offset delay disper ************************************************************************** [1234] note: 1 source(master),2 source(peer),3 selected,4 candidate,5 configured Total associations : 1 Note: Refer to IGMP Configuration in the IP Multicast volume for how to configure IGMP Configuring NTP Client/Server Mode with Authentication I. Network requirements The local clock of Device A is to be configured as a reference source, with the stratum level of 2. Device B works in the client mode and Device A is to be used as the NTP server of Device B, with Device B as the client. NTP authentication is enabled for Device A and Device B at the same time. 1-29

31 II. Network diagram Figure 1-11 Network diagram for configuration of NTP client/server mode with authentication III. Configuration procedure 1) Configuration on Device A: # Specify the local clock as the reference source, with the stratum level of 2. <DeviceA> system-view [DeviceA] ntp-service refclock-master 2 2) Configuration on Device B: <DeviceB> system-view # Enable NTP authentication on Device B. [DeviceB] ntp-service authentication enable [DeviceB] ntp-service authentication-keyid 42 authentication-mode md5 anicekey [DeviceB] ntp-service reliable authentication-keyid 42 [DeviceB] ntp-service unicast-server authentication-keyid 42 Before Device B can synchronize its clock to that of Device A, you need to enable NTP authentication for Device A. Perform the following configuration on Device A: # Enable NTP authentication. [DeviceA] ntp-service authentication enable # Set an authentication key. [DeviceA] ntp-service authentication-keyid 42 authentication-mode md5 anicekey # Specify the key as key as a trusted key. [DeviceA] ntp-service reliable authentication-keyid 42 After the above configurations, Device B can be synchronized to Device A. # View the NTP status of Device B after clock synchronization. [DeviceB] display ntp-service status Clock status: synchronized Clock stratum: 3 Reference clock ID: Nominal frequency: Hz 1-30

32 Actual frequency: Hz Clock precision: 2^7 Clock offset: ms Root delay: ms Root dispersion: 1.05 ms Peer dispersion: 7.81 ms Reference time: 14:53: UTC Sep (C6D94F67.5EF9DB22) As shown above, Device B has been synchronized to Device A, and the clock stratum level of Device B is 3, while that of Device A is 2. # View the NTP session information of Device B, which shows that an association has been set up Device B and Device A. [DeviceB] display ntp-service sessions source reference stra reach poll now offset delay disper ************************************************************************** [12345] note: 1 source(master),2 source(peer),3 selected,4 candidate,5 configured Total associations : Configuring NTP Broadcast Mode with Authentication I. Network requirements Switch C s local clock is to be used as a reference source, with the stratum level of 3. Switch C works in the broadcast server mode and sends out broadcast messages from VLAN-interface 2. Switch D works in the broadcast client mode and listens to broadcast messages through VLAN-interface 2. NTP authentication is enabled on both Switch C and Switch D. 1-31

33 II. Network diagram Vlan-int /24 Switch C Vlan-int /24 Vlan-int /24 Vlan-int /24 Switch A Switch B Vlan-int /24 Switch D Figure 1-12 Network diagram for configuration of NTP broadcast mode with authentication III. Configuration procedure 1) Configuration on Switch C: # Specify the local clock as the reference source, with the stratum level of 3. <SwitchC> system-view [SwitchC] ntp-service refclock-master 3 # Configure NTP authentication [SwitchC] ntp-service authentication enable [SwitchC] ntp-service authentication-keyid 88 authentication-mode md [SwitchC] ntp-service reliable authentication-keyid 88 # Specify Switch C as an NTP broadcast server, and specify an authentication ID. [SwitchC] interface vlan-interface 2 [SwitchC-Vlan-interface2] ntp-service broadcast-server authentication-id 88 2) Configuration on Switch D: # Configure NTP authentication <SwitchD> system-view [SwitchD] ntp-service authentication enable [SwitchD] ntp-service authentication-keyid 88 authentication-mode md [SwitchD] ntp-service reliable authentication-keyid 88 # Configure Switch D to work in the NTP broadcast client mode [SwitchD] interface vlan-interface 2 [SwitchD-Vlan-interface2] ntp-service broadcast-client 1-32

34 Now, Switch D can receive broadcast messages through VLAN-interface 2, and Switch C can send broadcast messages through VLAN-interface 2. Upon receiving a broadcast message from Switch C, Switch D synchronizes its clock with that of Switch C. # View the NTP status of Switch D after clock synchronization. [SwitchD] display ntp-service status Clock status: synchronized Clock stratum: 4 Reference clock ID: Nominal frequency: Hz Actual frequency: Hz Clock precision: 2^7 Clock offset: ms Root delay: ms Root dispersion: 8.31 ms Peer dispersion: ms Reference time: 16:01: UTC Sep (C6D95F6F.B6872B02) As shown above, Switch D has been synchronized to Device C, and the clock stratum level of Switch D is 4, while that of Switch C is 3. # View the NTP session information of Switch D, which shows that an association has been set up between Switch D and Switch C. [SwitchD] display ntp-service sessions source reference stra reach poll now offset delay disper ************************************************************************** [1234] note: 1 source(master),2 source(peer),3 selected,4 candidate,5 configured Total associations : Configuring MPLS VPN Time Synchronization in Client/server Mode I. Network requirements As shown in Figure 1-13, two VPNs are present on PE 1 and PE 2: VPN 1 and VPN 2. CE 1 and CE 2 are devices in VPN 1, while CE 3 and CE 4 are devices in VPN 2. It is required that CE 2 can be synchronized to CE 1 in the client/server mode. CE 1 is synchronized to the local reference source, with the clock stratum level being

35 Note: At present, MPLS VPN time synchronization can be implemented only in the unicast mode (client/server mode or symmetric peers mode), but not in the multicast or broadcast mode. II. Network diagram VPN 1 VPN 1 CE 1 CE 2 Vlan-int /24 Vlan-int /24 Vlan-int /24 Vlan-int /24 PE 1 Vlan-int /24 Vlan-int21 PE /24 Vlan-int21 Vlan-int / /24 MPLS backbone P Vlan-int /24 Vlan-int /24 Vlan-int /24 Vlan-int /24 CE 3 VPN 2 CE 4 VPN 2 Figure 1-13 Network diagram for MPLS VPN time synchronization configuration III. Configuration procedure Note: Prior to performing the following configuration, be sure you have completed MPLS VPN-related configurations and make sure of the reachability between CE 1 and PE 1, between PE 1 and PE 2, and between PE 2 and CE 3. Refer to the MPLS VPN Volume to configure MPLS VPN. 1) Configuration on CE 1: # Specify the local clock as the reference source, with the stratum level of 1. <CE1> system-view [CE1] ntp-service refclcok-master 1 2) Configuration on CE 2: # Specify CE 1 as the NTP server of CE 2 in VPN

Table of Contents 1 NTP Configuration 1-1

Table of Contents 1 NTP Configuration 1-1 Table of Contents 1 NTP Configuration 1-1 NTP Overview 1-1 Applications of NTP 1-1 Advantages of NTP 1-2 How NTP Works 1-2 NTP Message Format 1-3 Operation Modes of NTP 1-5 NTP Configuration Task List

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-3162 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Configuration Guide Part number: 5998-3162b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-2900 Software version: Release 2210 Document version: 6W100-20131105 Legal and notice information Copyright

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Command Reference Part number: 5998-3173b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

HP 6125XLG Blade Switch

HP 6125XLG Blade Switch HP 6125XLG Blade Switch Network Management and Monitoring Configuration Guide Part number: 5998-5376a Software version: Release 240x Document version: 6W101-20150515 Legal and notice information Copyright

More information

HP FlexFabric 5930 Switch Series

HP FlexFabric 5930 Switch Series HP FlexFabric 5930 Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-7772b Software version: Release 241x Document version: 6W102-20171117 Legal and notice information

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Network Management and Monitoring Command Reference Part number: 5998-2889 Software version: Release 2210 Document version: 6W100-20131105 Legal and notice information Copyright

More information

Implementing NTP. Release 3.8.0

Implementing NTP. Release 3.8.0 Network Time Protocol (NTP) is a protocol designed to time-synchronize devices within a network. Cisco IOS XR software implements NTPv4. NTPv4 retains backwards compatibility with the older versions of

More information

Implementing NTP. Support was added for IPv6 addresses, VRFs, multicast-based associations, and burst and iburst modes for poll-based associations.

Implementing NTP. Support was added for IPv6 addresses, VRFs, multicast-based associations, and burst and iburst modes for poll-based associations. Network Time Protocol (NTP) is a protocol designed to time-synchronize devices within a network. Cisco IOS XR software implements NTPv4. NTPv4 retains backwards compatibility with the older versions of

More information

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers Contents Configuring MSDP 1 MSDP overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 6 Configuring basic MSDP functions 7 Configuration prerequisites

More information

This chapter describes how to configure the Network Time Protocol (NTP) on Cisco NX-OS devices. This chapter includes the following sections:

This chapter describes how to configure the Network Time Protocol (NTP) on Cisco NX-OS devices. This chapter includes the following sections: This chapter describes how to configure the Network Time Protocol (NTP) on Cisco NX-OS devices. This chapter includes the following sections: About NTP, page 1 Licensing Requirements for NTP, page 3 Prerequisites

More information

Contents. Configuring MSDP 1

Contents. Configuring MSDP 1 Contents Configuring MSDP 1 Overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP features 7 Configuration prerequisites 7

More information

Table of Contents 1 IGMP Configuration 1-1

Table of Contents 1 IGMP Configuration 1-1 Table of Contents 1 IGMP Configuration 1-1 IGMP Overview 1-1 IGMP Versions 1-1 Introduction to IGMPv1 1-2 Enhancements in IGMPv2 1-3 Enhancements in IGMPv3 1-4 IGMP SSM Mapping 1-5 Protocols and Standards

More information

Configuring MSDP. Overview. How MSDP operates. MSDP peers

Configuring MSDP. Overview. How MSDP operates. MSDP peers Contents Configuring MSDP 1 Overview 1 How MSDP operates 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP functions 7 Configuration prerequisites

More information

Configuring NTP. Information About NTP. This chapter contains the following sections:

Configuring NTP. Information About NTP. This chapter contains the following sections: This chapter contains the following sections: Information About NTP, page 1 NTP as Time Server, page 2 Distributing NTP Using CFS, page 2 Clock Manager, page 2 High Availability, page 2 Virtualization

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Multi-Instance MSDP 1-7 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring

More information

Network Time Protocol

Network Time Protocol (NTP) is a protocol designed to time-synchronize a network of machines. NTP runs on User Datagram Protocol (UDP), which in turn runs on IP. NTP Version 3 is documented in RFC 1305. This module describes

More information

Configuring NTP. Information About NTP. This chapter contains the following sections:

Configuring NTP. Information About NTP. This chapter contains the following sections: This chapter contains the following sections: Information About NTP, page 1 NTP as Time Server, page 2 Distributing NTP Using CFS, page 2 Clock Manager, page 2 High Availability, page 2 Virtualization

More information

Configuring NTP. Information About NTP NTP. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches.

Configuring NTP. Information About NTP NTP. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches. Information About NTP Information About NTP, on page 1 Prerequisites for NTP, on page 2 Guidelines

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring Basic Functions of MSDP

More information

Network Working Group. Obsoletes: 1361 March 1995 Category: Informational

Network Working Group. Obsoletes: 1361 March 1995 Category: Informational Network Working Group D. Mills Request for Comments: 1769 University of Delaware Obsoletes: 1361 March 1995 Category: Informational Status of this Memo Simple Network Time Protocol (SNTP) This memo provides

More information

Table of Contents 1 IGMP Snooping Configuration 1-1

Table of Contents 1 IGMP Snooping Configuration 1-1 Table of Contents 1 IGMP Snooping Configuration 1-1 IGMP Snooping Overview 1-1 Principle of IGMP Snooping 1-1 Basic Concepts in IGMP Snooping 1-2 How IGMP Snooping Works 1-3 Processing of Multicast Protocol

More information

Configuring MLD. Overview. MLD versions. How MLDv1 operates. MLD querier election

Configuring MLD. Overview. MLD versions. How MLDv1 operates. MLD querier election Contents Configuring MLD 1 Overview 1 MLD versions 1 How MLDv1 operates 1 How MLDv2 operates 3 MLD message types 4 MLD SSM mapping 7 MLD proxying 8 Protocols and standards 9 MLD configuration task list

More information

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections:

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections: This chapter contains the following sections: Information About NTP Information About NTP, on page 1 Licensing Requirements, on page 2 Prerequisites for NTP, on page 3 Guidelines and Limitations for NTP,

More information

Table of Contents 1 GRE Configuration Point to Multi-Point GRE Tunnel Configuration 2-1

Table of Contents 1 GRE Configuration Point to Multi-Point GRE Tunnel Configuration 2-1 Table of Contents 1 GRE Configuration 1-1 GRE Overview 1-1 Introduction to GRE 1-1 GRE Security Options 1-3 GRE Applications 1-3 Protocols and Standards 1-4 Configuring a GRE over IPv4 Tunnel 1-4 Configuration

More information

H3C S5500-EI & S5500-SI Switch Series

H3C S5500-EI & S5500-SI Switch Series H3C S5500-EI & S5500-SI Switch Series Network Management and Monitoring Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2210 Document version: 6W100-20110915

More information

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents Table of Contents Table of Contents Chapter 1 Protocol Overview... 1-1 1.1 Overview... 1-1 1.2 Support of Features... 1-2 1.3 Configuration Guidance... 1-3 1.3.1 Configuring IGMP Snooping... 1-3 1.3.2

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4 tunnel 4 Configuration guidelines

More information

HP FlexFabric 5700 Switch Series

HP FlexFabric 5700 Switch Series HP FlexFabric 5700 Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-6688 Software version: Release 2416 Document version: 6W100-20150130 Legal and notice information Copyright 2015

More information

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections:

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections: This chapter contains the following sections: Information About NTP Information About NTP, on page 1 Licensing Requirements, on page 3 Prerequisites for NTP, on page 3 Guidelines and Limitations for NTP,

More information

IP Routing Volume Organization

IP Routing Volume Organization IP Routing Volume Organization Manual Version 20091105-C-1.03 Product Version Release 6300 series Organization The IP Routing Volume is organized as follows: Features IP Routing Overview Static Routing

More information

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections:

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections: This chapter contains the following sections: Information About NTP, page 1 Licensing Requirements, page 3 Prerequisites for NTP, page 3 Guidelines and Limitations for NTP, page 3 Default Settings for

More information

Implementing NTPv4 in IPv6

Implementing NTPv4 in IPv6 Implementing NTPv4 in IPv6 Last Updated: July 31, 2012 The Network Time Protocol (NTP) is a protocol designed to time-synchronize a network of machines. NTP runs over UDP, which in turn runs over IPv4.

More information

Table of Contents Chapter 1 Multicast VLAN Configuration

Table of Contents Chapter 1 Multicast VLAN Configuration Table of Contents Table of Contents... 1-1 1.1 Multicast VLAN Overview... 1-1 1.2 Configuring Multicast VLAN... 1-1 1.3 Multicast VLAN Configuration Examples... 1-2 1.4 Introduction to Multicast VLAN PLUS...

More information

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 Introduction to BFD... 1-1 1.1.1 How BFD Works... 1-1 1.1.2 BFD Packet Format... 1-3 1.1.3 Protocols and Standards... 1-5 1.2 BFD Configuration Task List...

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

Contents. Configuring a default route 1 Introduction to default routes 1

Contents. Configuring a default route 1 Introduction to default routes 1 Contents Configuring static routing 1 Introduction to static routes 1 Configuring a static route 1 Configuration prerequisites 1 Configuration procedure 1 Configuring BFD for static routes 2 BFD control

More information

Multicast Protocol Configuration Examples H3C S7500 Series Ethernet Switches Release Table of Contents

Multicast Protocol Configuration Examples H3C S7500 Series Ethernet Switches Release Table of Contents Table of Contents Table of Contents Chapter 1 Multicast Protocol Overview... 1-1 1.1 Overview... 1-1 1.2 Configuration Guidance... 1-2 1.2.1 Configuring IGMP Snooping... 1-2 1.2.2 Configuring IGMP... 1-5

More information

Configuring basic MBGP

Configuring basic MBGP Contents Configuring MBGP 1 MBGP overview 1 Protocols and standards 1 MBGP configuration task list 1 Configuring basic MBGP 2 Controlling route advertisement and reception 2 Configuration prerequisites

More information

Table of Contents Chapter 1 Tunneling Configuration

Table of Contents Chapter 1 Tunneling Configuration Table of Contents Table of Contents... 1-1 1.1 Introduction to Tunneling... 1-1 1.1.1 IPv6 over IPv4 Tunnel... 1-2 1.1.2 IPv4 over IPv4 Tunnel... 1-7 1.2 Tunneling Configuration Task List... 1-8 1.3 Configuring

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

Table of Contents 1 MBGP Configuration 1-1

Table of Contents 1 MBGP Configuration 1-1 Table of Contents 1 MBGP Configuration 1-1 MBGP Over 1-1 Protocols and Standards 1-2 MBGP Configuration Task List 1-2 Configuring MBGP Basic Functions 1-2 Prerequisites 1-2 Configuration Procedure 1-3

More information

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine Network Management and Monitoring Configuration Guide Part number: 5998-3936 Software version: 3308P26 Document version: 6W101-20130628 Legal

More information

Contents. EVPN overview 1

Contents. EVPN overview 1 Contents EVPN overview 1 EVPN network model 1 MP-BGP extension for EVPN 2 Configuration automation 3 Assignment of traffic to VXLANs 3 Traffic from the local site to a remote site 3 Traffic from a remote

More information

SNTP Configuration. Page 1 of 6

SNTP Configuration. Page 1 of 6 SNTP Configuration Page 1 of 6 Contents Chapter 1 Configuring SNTP...3 1.1 Brief introduction of SNTP...3 1.1.1 SNTP Operation Mechanism...3 1.2 Configuring SNTP Client...3 1.2.1 List of SNTP Client Configuration...3

More information

Basic System Management Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)

Basic System Management Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) Basic System Management Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) Network Time Protocol 2 Finding Feature Information 2 Restrictions for Network Time Protocol 2 Information

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Layer 3 IP Routing Configuration Guide Part number: 5998-5307a Software version: Release 23xx Document version: 6W101-20150320 Legal and notice information Copyright 2015 Hewlett-Packard

More information

- Network Time Protocol -

- Network Time Protocol - 1 Network Time Protocol (NTP) - Network Time Protocol - Time and date information can be configured locally on both Cisco routers and switches. However, in environments with a large amount of equipment,

More information

Table of Contents 1 Multicast VPN Configuration 1-1

Table of Contents 1 Multicast VPN Configuration 1-1 Table of Contents 1 Multicast VPN Configuration 1-1 Multicast VPN Overview 1-1 Introduction to MPLS L3VPN 1-1 Introduction to Multicast VPN 1-2 Introduction to MD-VPN 1-4 Protocols and Standards 1-7 How

More information

Configuring ARP attack protection 1

Configuring ARP attack protection 1 Contents Configuring ARP attack protection 1 ARP attack protection configuration task list 1 Configuring unresolvable IP attack protection 1 Configuring ARP source suppression 2 Configuring ARP blackhole

More information

Configuring PTP. Information About PTP. This chapter contains the following sections:

Configuring PTP. Information About PTP. This chapter contains the following sections: This chapter contains the following sections: Information About PTP Information About PTP, on page 1 PTP Device Types, on page 2 PTP Process, on page 3 High Availability for PTP, on page 3 Licensing Requirements

More information

Clock-Synchronisation

Clock-Synchronisation Chapter 2.7 Clock-Synchronisation 1 Content Introduction Physical Clocks - How to measure time? - Synchronisation - Cristian s Algorithm - Berkeley Algorithm - NTP / SNTP - PTP IEEE 1588 Logical Clocks

More information

Network Time Protocol

Network Time Protocol Network Time Protocol Last Updated: December 7, 2012 NTP is a protocol designed to time-synchronize a network of machines. NTP runs on UDP, which in turn runs on IP. NTP Version 3 is documented in RFC

More information

Vendor: Cisco. Exam Code: Exam Name: CCNA Cisco Certified Network Associate CCNA (v3.0) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: CCNA Cisco Certified Network Associate CCNA (v3.0) Version: Demo Vendor: Cisco Exam Code: 200-125 Exam Name: CCNA Cisco Certified Network Associate CCNA (v3.0) Version: Demo DEMO QUESTION 1 A network administrator needs to configure a serial link between the main office

More information

HP 5820X & 5800 Switch Series Network Management and Monitoring. Configuration Guide. Abstract

HP 5820X & 5800 Switch Series Network Management and Monitoring. Configuration Guide. Abstract HP 5820X & 5800 Switch Series Network Management and Monitoring Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through

More information

H3C S5500-HI Switch Series

H3C S5500-HI Switch Series H3C S5500-HI Switch Series Network Management and Monitoring Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 52xx Document version: 6W102-20131220 Copyright

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

Network Layer (4): ICMP

Network Layer (4): ICMP 1 Network Layer (4): ICMP Required reading: Kurose 4.4.3, 4.4.4 CSE 4213, Fall 2006 Instructor: N. Vlajic 2 1. Introduction 2. Network Service Models 3. Architecture 4. Network Layer Protocols in the Internet

More information

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts Contents Configuring VPLS 1 VPLS overview 1 Operation of VPLS 1 VPLS packet encapsulation 4 H-VPLS implementation 5 Hub-spoke VPLS implementation 7 Multi-hop PW 8 VPLS configuration task list 9 Enabling

More information

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the

More information

Table of Contents Chapter 1 Multicast Routing and Forwarding Configuration

Table of Contents Chapter 1 Multicast Routing and Forwarding Configuration Table of Contents Table of Contents... 1-1 1.1 Multicast Routing and Forwarding Overview... 1-1 1.1.1 Introduction to Multicast Routing and Forwarding... 1-1 1.1.2 RPF Mechanism... 1-2 1.1.3 Multicast

More information

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual routers to the VRRP routers on a LAN, allowing several routers on a

More information

HP 5120 EI Switch Series

HP 5120 EI Switch Series HP 5120 EI Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-1793 Software version: Release 2220 Document version: 6W100-20130810 Legal and notice information Copyright 2013 Hewlett-Packard

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

Configuring multicast VPN

Configuring multicast VPN Contents Configuring multicast VPN 1 Multicast VPN overview 1 Multicast VPN overview 1 MD-VPN overview 3 Protocols and standards 6 How MD-VPN works 6 Share-MDT establishment 6 Share-MDT-based delivery

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 Basic concepts of MPLS L2VPN 2 Implementation of MPLS L2VPN 2 MPLS L2VPN configuration task list 4 Configuring MPLS L2VPN 5 Configuring CCC MPLS

More information

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY [Kumar, 2(3): March, 2013] ISSN: 2277-9655 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Performance Comparison of Physical Clock Synchronization Algorithms Z. Mahesh Kumar

More information

H3C S5830V2 & S5820V2 Switch Series

H3C S5830V2 & S5820V2 Switch Series H3C S5830V2 & S5820V2 Switch Series High Availability Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release2108 Document version: 6W101-20120531 Copyright

More information

Operation Manual Routing Protocol. Table of Contents

Operation Manual Routing Protocol. Table of Contents Table of Contents Table of Contents Chapter 1 IP Routing Protocol Overview... 1-1 1.1 Introduction to IP Route and Routing Table... 1-1 1.1.1 IP Route... 1-1 1.1.2 Routing Table... 1-1 1.2 Routing Management

More information

HPE FlexNetwork 5510 HI Switch Series

HPE FlexNetwork 5510 HI Switch Series HPE FlexNetwork 5510 HI Switch Series Layer 3 IP Routing Configuration Guide Part number: 5200-0077a Software version: Release 11xx Document version: 6W101-20161221 Copyright 2015, 2016 Hewlett Packard

More information

Operation Manual ARP H3C S5500-SI Series Ethernet Switches. Table of Contents

Operation Manual ARP H3C S5500-SI Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 ARP Overview... 1-1 1.1.1 ARP Function... 1-1 1.1.2 ARP Message Format... 1-1 1.1.3 ARP Address Resolution Process... 1-2 1.1.4 ARP Mapping Table... 1-3 1.2

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series MPLS Configuration Guide Part number: 5998-3414 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE security mechanisms 2 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4

More information

Distributed Systems. Clock Synchronization: Physical Clocks. Paul Krzyzanowski

Distributed Systems. Clock Synchronization: Physical Clocks. Paul Krzyzanowski Distributed Systems Clock Synchronization: Physical Clocks Paul Krzyzanowski pxk@cs.rutgers.edu Except as otherwise noted, the content of this presentation is licensed under the Creative Commons Attribution

More information

HP MSR Router Series. Network Management and Monitoring Configuration Guide(V7)

HP MSR Router Series. Network Management and Monitoring Configuration Guide(V7) HP MSR Router Series Network Management and Monitoring Configuration Guide(V7) Part number: 5998-7724b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

Chapter 6 Addressing the Network- IPv4

Chapter 6 Addressing the Network- IPv4 Chapter 6 Addressing the Network- IPv4 Objectives Explain the structure IP addressing and demonstrate the ability to convert between 8- bit binary and decimal numbers. Given an IPv4 address, classify by

More information

G Telecom Profile

G Telecom Profile Precision Time Protocol (PTP) is a protocol for distributing precise time and frequency over packet networks. PTP is defined in the IEEE Standard 1588. It defines an exchange of timed messages PTP allows

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

More information

Chapter 7 Lab 7-1, Synchronizing Campus Network Devices using Network Time Protocol (NTP) INSTRUCTOR VERSION

Chapter 7 Lab 7-1, Synchronizing Campus Network Devices using Network Time Protocol (NTP) INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 7 Lab 7-1, Synchronizing Campus Network Devices using Network Time Protocol (NTP) INSTRUCTOR VERSION Topology Objective Background Configure network to synchronize time using the

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-2895 Software version: Release 2210 Document version: 6W100-20131105 Legal and notice information Copyright 2013

More information

HPE FlexFabric 7900 Switch Series

HPE FlexFabric 7900 Switch Series HPE FlexFabric 7900 Switch Series VXLAN Configuration Guide Part number: 5998-8254R Software version: Release 213x Document version: 6W101-20151113 Copyright 2015 Hewlett Packard Enterprise Development

More information

Synchronization of Network Devices Time by GPS Based Network Time Protocol Output

Synchronization of Network Devices Time by GPS Based Network Time Protocol Output Synchronization of Network Devices Time by GPS Based Network Time Protocol Output Ajay Rajput Department of Electronics & Communication Engineering Lord Krishna College of Technology, Indore, Madhya Pradesh,

More information

H3C S5830V2 & S5820V2 Switch Series

H3C S5830V2 & S5820V2 Switch Series H3C S5830V2 & S5820V2 Switch Series Network Management and Monitoring Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 23xx Document version: 6W102-20150315

More information

Operation Manual VRRP. Table of Contents

Operation Manual VRRP. Table of Contents Table of Contents Table of Contents... 1-1 1.1 Introduction to VRRP... 1-1 1.2 Configuring VRRP... 1-2 1.2.1 Configuring the Function of Pinging the Virtual IP Address... 1-3 1.2.2 Configuring the TTL

More information

H3C S7500E Series Ethernet Switches. Network Management and Monitoring. Configuration Guide. Hangzhou H3C Technologies Co., Ltd.

H3C S7500E Series Ethernet Switches. Network Management and Monitoring. Configuration Guide. Hangzhou H3C Technologies Co., Ltd. H3C S7500E Series Ethernet Switches Network Management and Monitoring Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 20100722-C-1.01 Product Version: Release

More information

Configuring PIM. Information About PIM. Send document comments to CHAPTER

Configuring PIM. Information About PIM. Send document comments to CHAPTER CHAPTER 3 This chapter describes how to configure the Protocol Independent Multicast (PIM) features on Cisco NX-OS switches in your IPv4 networks. This chapter includes the following sections: Information

More information

Configuring ARP attack protection 1

Configuring ARP attack protection 1 Contents Configuring ARP attack protection 1 ARP attack protection configuration task list 1 Configuring unresolvable IP attack protection 1 Configuring ARP source suppression 2 Configuring ARP blackhole

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

WCCPv2 and WCCP Enhancements

WCCPv2 and WCCP Enhancements WCCPv2 and WCCP Enhancements Release 12.0(11)S June 20, 2000 This feature module describes the Web Cache Communication Protocol (WCCP) Enhancements feature and includes information on the benefits of the

More information

HP A5820X & A5800 Switch Series Layer 3 - IP Routing. Configuration Guide. Abstract

HP A5820X & A5800 Switch Series Layer 3 - IP Routing. Configuration Guide. Abstract HP A5820X & A5800 Switch Series Layer 3 - IP Routing Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration

More information

Accurate study guides, High passing rate! IT TEST BOOK QUESTION & ANSWER. Ittestbook provides update free of charge in one year!

Accurate study guides, High passing rate! IT TEST BOOK QUESTION & ANSWER. Ittestbook provides update free of charge in one year! IT TEST BOOK QUESTION & ANSWER Ittestbook provides update free of charge in one year! Accurate study guides, High passing rate! Exam : HC-224-ENU Title : Huawei Certified Datacom Professional - Fast Certification

More information

Appendix A Command Index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Appendix A Command Index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z The command index includes all the commands in the Comware Command Manual, which are arranged alphabetically. A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A access-limit accounting accounting optional

More information

HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls

HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls VPN Configuration Guide Part number:5998-2652 Document version: 6PW100-20110909 Legal and notice information Copyright 2011 Hewlett-Packard Development Company,

More information

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface Contents Configuring HDLC 1 Overview 1 HDLC frame format and frame type 1 Enabling HDLC encapsulation on an interface 1 Configuring an IP address for an interface 2 Configuring the link status polling

More information

NTP on Wireless LAN Controllers Configuration Example

NTP on Wireless LAN Controllers Configuration Example NTP on Wireless LAN Controllers Configuration Example Document ID: 113334 Contents Introduction Prerequisites Requirements Components Used Conventions Managing System Date and Time on the Wireless LAN

More information

Using ping, tracert, and system debugging

Using ping, tracert, and system debugging Contents Using ping, tracert, and system debugging 1 Ping 1 Using a ping command to test network connectivity 1 Ping example 1 Tracert 3 Prerequisites 4 Using a tracert command to identify failed or all

More information