Users Guide

Table Of Contents
AG3 switch
1. Configure IP address for the loopback interface.
AG3(config)# interface loopback1
AG3(conf-if-lo-1)# ip address 10.0.0.3/32
AG3(conf-if-lo-1)# ipv6 address 10:0:0::3/128
2. Configure PTP globally.
AG3(config)# ptp clock boundary
AG3(config)# ptp source ipv4 10.0.0.3
AG3(config)# ptp source ipv6 10:0:0::3
AG3(config)# ptp system-time enable
3. Configure PTP on the interfaces.
AG3(config)# interface ethernet 1/1/1:1
AG3(conf-if-eth1/1/1:1)# ptp enable
AG3(conf-if-eth1/1/1:1)# ptp transport ipv4 multicast
AG3(config)# interface ethernet 1/1/25:1
AG3(conf-if-eth1/1/25:1)# ptp enable
AG3(conf-if-eth1/1/25:1)# ptp transport ipv4 multicast
AG3(config)# interface ethernet 1/1/17:1
AG3(conf-if-eth1/1/17:1)# ptp enable
AG3(conf-if-eth1/1/17:1)# ptp transport ipv4 multicast
AG4 switch
1. Configure IP address for the loopback interface.
AG4(config)# interface loopback1
AG4(conf-if-lo-1)# ip address 10.0.0.4/32
AG4(conf-if-lo-1)# ipv6 address 10:0:0::4/128
2. Configure PTP globally.
AG4(config)# ptp clock boundary
AG4(config)# ptp source ipv4 10.0.0.4
AG4(config)# ptp source ipv6 10:0:0::4
AG4(config)# ptp system-time enable
3. Configure PTP on the interfaces.
AG4(config)# interface ethernet 1/1/1:1
AG4(conf-if-eth1/1/1:1)# ptp enable
AG4(conf-if-eth1/1/1:1)# ptp transport ipv4 multicast
AG4(config)# interface ethernet 1/1/17:1
AG4(conf-if-eth1/1/17:1)# ptp enable
AG4(conf-if-eth1/1/17:1)# ptp transport ipv4 multicast
AG4(config)# interface ethernet 1/1/19:1
AG4(conf-if-eth1/1/19:1)# ptp enable
AG4(conf-if-eth1/1/19:1)# ptp transport ipv4 multicast
TR2 switch
1. Configure IP address for the loopback interface.
TR2(config)# interface loopback1
TR2(conf-if-lo-1)# ip address 10.0.0.11/32
TR2(conf-if-lo-1)# ipv6 address 10:0:0::b/128
System management
219