交换机 2 需要通过在路由实例上设置的特定 vlan 路由它的 NTP 请求。
交换机 2 上的当前 NTP 设置是
set system ntp server 10.0.0.21
set system ntp source-address 10.0.6.15 routing-instance MGMT-6
路由实例设置如下:
set routing-instances MGMT-6 description "Policy for MGMT network routing"
set routing-instances MGMT-6 instance-type virtual-router
set routing-instances MGMT-6 interface vlan.6
set routing-instances MGMT-6 routing-options static route 10.0.0.0/23 next-hop 10.0.6.1
set routing-instances MGMT-6 routing-options static route 10.0.6.0/24 next-hop 10.0.6.1
set routing-instances MGMT-6 routing-options static route 10.100.4.0/23 next-hop 10.0.6.1
我看到了不同的建议,包括
set forwarding-options helpers port 123 server 127.0.0.1
set forwarding-options helpers port 123 server routing-instance MGMT-6
但它没有效果。有什么建议么?
