BNG Redundancy for DHCP Subscribers on Juniper MX

Recently, I encountered a challenge while assisting a customer who sought a solution for deploying a redundant DHCP service to accommodate DHCP subscribers on two MX routers.

Unfortunately, Juniper website currently lacks resources or examples specifically addressing the deployment of a redundant DHCP service for DHCP subscribers. Therefore, I took the initiative to set up a lab environment comprising two vMX routers functioning as BNG routers (BNG-1 and BNG-2), along with an additional MX router operating as the DHCP server.

Here is the topology that I have designed and implemented:

 


BNG-1
set system host-name BNG-1
set system services subscriber-management enable
set system services subscriber-management redundancy interface xe-0/0/3.1492 virtual-inet-address 172.16.0.129
set system services subscriber-management redundancy interface xe-0/0/4.1493 virtual-inet-address 172.16.0.1
set system services subscriber-management redundancy protocol vrrp
set system services subscriber-management redundancy no-advertise-routes-on-backup
set system management-instance
set system dynamic-profile-options versioning
set system syslog file interactive-commands interactive-commands any
set system syslog file messages any notice
set system syslog file messages authorization info
set system processes dhcp-service traceoptions file dhcp_logfile
set system processes dhcp-service traceoptions file size 10m
set system processes dhcp-service traceoptions level info
set system processes dhcp-service traceoptions flag packet
set system ntp server 10.0.60.1 routing-instance mgmt_junos
set chassis redundancy graceful-switchover
set chassis aggregated-devices ethernet device-count 20
set chassis fpc 0 pic 0 interface-type xe
set chassis network-services enhanced-ip
set access-profile NO-AUTH
set interfaces xe-0/0/0 description "--> IGW-1 xe-0/0/0"
set interfaces xe-0/0/0 gigether-options 802.3ad ae6
set interfaces xe-0/0/1 description "--> IGW-2 xe-0/0/1"
set interfaces xe-0/0/1 gigether-options 802.3ad ae7
set interfaces xe-0/0/2 description "--> BNG-2 xe-0/0/2"
set interfaces xe-0/0/2 flexible-vlan-tagging
set interfaces xe-0/0/2 encapsulation flexible-ethernet-services
set interfaces xe-0/0/2 unit 1 vlan-id 1
set interfaces xe-0/0/2 unit 1 family inet address 192.168.121.29/30
set interfaces xe-0/0/2 unit 1 family iso
set interfaces xe-0/0/2 unit 1 family mpls
set interfaces xe-0/0/3 description "--> SW-1 ge-0/0/0"
set interfaces xe-0/0/3 flexible-vlan-tagging
set interfaces xe-0/0/3 encapsulation flexible-ethernet-services
set interfaces xe-0/0/3 unit 10 encapsulation vlan-bridge
set interfaces xe-0/0/3 unit 10 vlan-id 10
set interfaces xe-0/0/3 unit 1492 vlan-id 1492
set interfaces xe-0/0/3 unit 1492 family inet address 172.16.0.130/25 vrrp-group 1 virtual-address 172.16.0.129
set interfaces xe-0/0/3 unit 1492 family inet address 172.16.0.130/25 vrrp-group 1 priority 200
set interfaces xe-0/0/3 unit 1492 family inet address 172.16.0.130/25 vrrp-group 1 accept-data
set interfaces xe-0/0/4 description "--> SW-2 ge-0/0/1"
set interfaces xe-0/0/4 flexible-vlan-tagging
set interfaces xe-0/0/4 encapsulation flexible-ethernet-services
set interfaces xe-0/0/4 unit 1493 vlan-id 1493
set interfaces xe-0/0/4 unit 1493 family inet address 172.16.0.2/25 vrrp-group 1 virtual-address 172.16.0.1
set interfaces xe-0/0/4 unit 1493 family inet address 172.16.0.2/25 vrrp-group 1 priority 100
set interfaces xe-0/0/4 unit 1493 family inet address 172.16.0.2/25 vrrp-group 1 accept-data
set interfaces ae6 description "--> IGW-1 ae6"
set interfaces ae6 flexible-vlan-tagging
set interfaces ae6 encapsulation flexible-ethernet-services
set interfaces ae6 aggregated-ether-options lacp active
set interfaces ae6 unit 1 vlan-id 1
set interfaces ae6 unit 1 family inet address 192.168.121.10/30
set interfaces ae6 unit 1 family iso
set interfaces ae6 unit 1 family mpls
set interfaces ae7 description "--> IGW-2 ae7"
set interfaces ae7 flexible-vlan-tagging
set interfaces ae7 encapsulation flexible-ethernet-services
set interfaces ae7 aggregated-ether-options lacp active
set interfaces ae7 unit 1 vlan-id 1
set interfaces ae7 unit 1 family inet address 192.168.121.22/30
set interfaces ae7 unit 1 family iso
set interfaces ae7 unit 1 family mpls
set interfaces fxp0 unit 0 family inet address 10.0.60.63/24
set interfaces irb unit 10 family inet address 10.0.0.1/24
set interfaces irb unit 10 family iso
set interfaces lo0 unit 0 family inet address 192.168.255.3/32 primary
set interfaces lo0 unit 0 family iso address 49.0000.1921.6825.5003.00
set forwarding-options dhcp-relay overrides always-write-giaddr
set forwarding-options dhcp-relay overrides always-write-option-82
set forwarding-options dhcp-relay overrides send-release-on-delete
set forwarding-options dhcp-relay relay-option-82 circuit-id
set forwarding-options dhcp-relay server-group DHCP-RELAY-SERVER 10.0.0.10
set forwarding-options dhcp-relay group DHCP-GROUP active-server-group DHCP-RELAY-SERVER
set forwarding-options dhcp-relay group DHCP-GROUP authentication username-include mac-address
set forwarding-options dhcp-relay group DHCP-GROUP authentication username-include vlan-tags
set forwarding-options dhcp-relay group DHCP-GROUP dynamic-profile DHCP-DYNAMIC-PROFILE
set forwarding-options dhcp-relay group DHCP-GROUP interface xe-0/0/3.1492
set forwarding-options dhcp-relay group DHCP-GROUP interface xe-0/0/4.1493
set forwarding-options dhcp-relay bulk-leasequery attempts 10
set forwarding-options dhcp-relay active-leasequery topology-discover
set forwarding-options dhcp-relay active-leasequery peer-address 192.168.121.30
set policy-options policy-statement BGP-EXPORT term 1 from protocol access-internal
set policy-options policy-statement BGP-EXPORT term 1 then accept
set policy-options policy-statement ISIS-EXPORT term 1 from protocol direct
set policy-options policy-statement ISIS-EXPORT term 1 from route-filter 172.16.0.0/25 exact
set policy-options policy-statement ISIS-EXPORT term 1 from condition 172.16.0.1
set policy-options policy-statement ISIS-EXPORT term 1 then accept
set policy-options policy-statement ISIS-EXPORT term 2 from protocol direct
set policy-options policy-statement ISIS-EXPORT term 2 from route-filter 172.16.0.128/25 exact
set policy-options policy-statement ISIS-EXPORT term 2 from condition 172.16.0.129
set policy-options policy-statement ISIS-EXPORT term 2 then accept
set policy-options policy-statement LOAD_BALANCE then load-balance per-packet
set policy-options condition 172.16.0.1 if-route-exists address-family inet 172.16.0.1/32
set policy-options condition 172.16.0.1 if-route-exists address-family inet table inet.0
set policy-options condition 172.16.0.129 if-route-exists address-family inet 172.16.0.129/32
set policy-options condition 172.16.0.129 if-route-exists address-family inet table inet.0
set access profile NO-AUTH authentication-order none
set routing-instances mgmt_junos routing-options static route 0.0.0.0/0 next-hop 10.0.60.1
set dynamic-profiles DHCP-DYNAMIC-PROFILE routing-instances "$junos-routing-instance" interface "$junos-interface-name"
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" actual-transit-statistics
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" no-traps
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" proxy-arp
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" demux-options underlying-interface "$junos-underlying-interface"
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet demux-source $junos-subscriber-ip-address
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet unnumbered-address "$junos-loopback-interface"
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet unnumbered-address preferred-source-address $junos-preferred-source-address
set routing-options router-id 192.168.255.3
set routing-options autonomous-system 65500
set routing-options forwarding-table export LOAD_BALANCE
set protocols bgp group IBGP type internal
set protocols bgp group IBGP local-address 192.168.255.3
set protocols bgp group IBGP export BGP-EXPORT
set protocols bgp group IBGP neighbor 192.168.255.1
set protocols bgp group IBGP neighbor 192.168.255.2
set protocols bgp group IBGP neighbor 192.168.255.4
set protocols bgp group IBGP neighbor 192.168.255.5
set protocols isis interface xe-0/0/2.1 point-to-point
set protocols isis interface ae6.1 point-to-point
set protocols isis interface ae7.1 point-to-point
set protocols isis interface irb.10
set protocols isis interface lo0.0 passive
set protocols isis level 1 disable
set protocols isis spf-options delay 50
set protocols isis spf-options rapid-runs 5
set protocols isis export ISIS-EXPORT
set protocols isis reference-bandwidth 100g
set protocols isis lsp-lifetime 65535
set protocols isis overload timeout 120
set protocols ldp track-igp-metric
set protocols ldp interface all         
set protocols ldp interface fxp0.0 disable
set protocols mpls interface all
set protocols mpls interface fxp0.0 disable
set protocols lldp port-id-subtype interface-name
set protocols lldp neighbour-port-info-display port-id
set protocols lldp interface all
set protocols lldp interface fxp0 disable
set bridge-domains V10 vlan-id 10
set bridge-domains V10 interface xe-0/0/3.10
set bridge-domains V10 interface xe-0/0/4.10
set bridge-domains V10 routing-interface irb.10
BNG-2
set system host-name BNG-2
set system services subscriber-management enable
set system services subscriber-management redundancy interface xe-0/0/3.1492 virtual-inet-address 172.16.0.129
set system services subscriber-management redundancy interface xe-0/0/4.1493 virtual-inet-address 172.16.0.1
set system services subscriber-management redundancy protocol vrrp
set system services subscriber-management redundancy no-advertise-routes-on-backup
set system management-instance
set system dynamic-profile-options versioning
set system syslog file interactive-commands interactive-commands any
set system syslog file messages any notice
set system syslog file messages authorization info
set system processes dhcp-service traceoptions file dhcp_logfile
set system processes dhcp-service traceoptions file size 10m
set system processes dhcp-service traceoptions level info
set system processes dhcp-service traceoptions flag packet
set system ntp server 10.0.60.1 routing-instance mgmt_junos
set chassis redundancy graceful-switchover
set chassis aggregated-devices ethernet device-count 20
set chassis fpc 0 pic 0 interface-type xe
set chassis network-services enhanced-ip
set access-profile NO-AUTH
set interfaces xe-0/0/0 description "--> IGW-2 xe-0/0/0"
set interfaces xe-0/0/0 gigether-options 802.3ad ae6
set interfaces xe-0/0/1 description "--> IGW-1 xe-0/0/1"
set interfaces xe-0/0/1 gigether-options 802.3ad ae7
set interfaces xe-0/0/2 description "--> BNG-1 xe-0/0/2"
set interfaces xe-0/0/2 flexible-vlan-tagging
set interfaces xe-0/0/2 encapsulation flexible-ethernet-services
set interfaces xe-0/0/2 unit 1 vlan-id 1
set interfaces xe-0/0/2 unit 1 family inet address 192.168.121.30/30
set interfaces xe-0/0/2 unit 1 family iso
set interfaces xe-0/0/2 unit 1 family mpls
set interfaces xe-0/0/3 description "--> SW-1 ge-0/0/1"
set interfaces xe-0/0/3 flexible-vlan-tagging
set interfaces xe-0/0/3 encapsulation flexible-ethernet-services
set interfaces xe-0/0/3 unit 10 encapsulation vlan-bridge
set interfaces xe-0/0/3 unit 10 vlan-id 10
set interfaces xe-0/0/3 unit 1492 vlan-id 1492
set interfaces xe-0/0/3 unit 1492 family inet address 172.16.0.131/25 vrrp-group 1 virtual-address 172.16.0.129
set interfaces xe-0/0/3 unit 1492 family inet address 172.16.0.131/25 vrrp-group 1 priority 100
set interfaces xe-0/0/3 unit 1492 family inet address 172.16.0.131/25 vrrp-group 1 accept-data
set interfaces xe-0/0/4 description "--> SW-2 ge-0/0/0"
set interfaces xe-0/0/4 flexible-vlan-tagging
set interfaces xe-0/0/4 encapsulation flexible-ethernet-services
set interfaces xe-0/0/4 unit 1493 vlan-id 1493
set interfaces xe-0/0/4 unit 1493 family inet address 172.16.0.3/25 vrrp-group 1 virtual-address 172.16.0.1
set interfaces xe-0/0/4 unit 1493 family inet address 172.16.0.3/25 vrrp-group 1 priority 200
set interfaces xe-0/0/4 unit 1493 family inet address 172.16.0.3/25 vrrp-group 1 accept-data
set interfaces ae6 description "--> IGW-2 ae6"
set interfaces ae6 flexible-vlan-tagging
set interfaces ae6 encapsulation flexible-ethernet-services
set interfaces ae6 aggregated-ether-options lacp active
set interfaces ae6 unit 1 vlan-id 1
set interfaces ae6 unit 1 family inet address 192.168.121.14/30
set interfaces ae6 unit 1 family iso
set interfaces ae6 unit 1 family mpls
set interfaces ae7 description "--> IGW-1 ae7"
set interfaces ae7 flexible-vlan-tagging
set interfaces ae7 encapsulation flexible-ethernet-services
set interfaces ae7 aggregated-ether-options lacp active
set interfaces ae7 unit 1 vlan-id 1
set interfaces ae7 unit 1 family inet address 192.168.121.18/30
set interfaces ae7 unit 1 family iso
set interfaces ae7 unit 1 family mpls
set interfaces fxp0 unit 0 family inet address 10.0.60.64/24
set interfaces irb unit 10 family inet address 10.0.0.2/24
set interfaces irb unit 10 family iso
set interfaces lo0 unit 0 family inet address 192.168.255.4/32 primary
set interfaces lo0 unit 0 family iso address 49.0000.1921.6825.5004.00
set forwarding-options dhcp-relay overrides always-write-giaddr
set forwarding-options dhcp-relay overrides always-write-option-82
set forwarding-options dhcp-relay overrides send-release-on-delete
set forwarding-options dhcp-relay relay-option-82 circuit-id
set forwarding-options dhcp-relay server-group DHCP-RELAY-SERVER 10.0.0.10
set forwarding-options dhcp-relay group DHCP-GROUP active-server-group DHCP-RELAY-SERVER
set forwarding-options dhcp-relay group DHCP-GROUP authentication username-include mac-address
set forwarding-options dhcp-relay group DHCP-GROUP authentication username-include vlan-tags
set forwarding-options dhcp-relay group DHCP-GROUP dynamic-profile DHCP-DYNAMIC-PROFILE
set forwarding-options dhcp-relay group DHCP-GROUP interface xe-0/0/3.1492
set forwarding-options dhcp-relay group DHCP-GROUP interface xe-0/0/4.1493
set forwarding-options dhcp-relay bulk-leasequery attempts 10
set forwarding-options dhcp-relay active-leasequery topology-discover
set forwarding-options dhcp-relay active-leasequery peer-address 192.168.121.29
set policy-options policy-statement BGP-EXPORT term 1 from protocol access-internal
set policy-options policy-statement BGP-EXPORT term 1 then accept
set policy-options policy-statement ISIS-EXPORT term 1 from protocol direct
set policy-options policy-statement ISIS-EXPORT term 1 from route-filter 172.16.0.0/25 exact
set policy-options policy-statement ISIS-EXPORT term 1 from condition 172.16.0.1
set policy-options policy-statement ISIS-EXPORT term 1 then accept
set policy-options policy-statement ISIS-EXPORT term 2 from protocol direct
set policy-options policy-statement ISIS-EXPORT term 2 from route-filter 172.16.0.128/25 exact
set policy-options policy-statement ISIS-EXPORT term 2 from condition 172.16.0.129
set policy-options policy-statement ISIS-EXPORT term 2 then accept
set policy-options policy-statement LOAD_BALANCE then load-balance per-packet
set policy-options condition 172.16.0.1 if-route-exists address-family inet 172.16.0.1/32
set policy-options condition 172.16.0.1 if-route-exists address-family inet table inet.0
set policy-options condition 172.16.0.129 if-route-exists address-family inet 172.16.0.129/32
set policy-options condition 172.16.0.129 if-route-exists address-family inet table inet.0
set access profile NO-AUTH authentication-order none
set routing-instances mgmt_junos routing-options static route 0.0.0.0/0 next-hop 10.0.60.1
set dynamic-profiles DHCP-DYNAMIC-PROFILE routing-instances "$junos-routing-instance" interface "$junos-interface-name"
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" actual-transit-statistics
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" no-traps
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" proxy-arp
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" demux-options underlying-interface "$junos-underlying-interface"
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet demux-source $junos-subscriber-ip-address
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet unnumbered-address "$junos-loopback-interface"
set dynamic-profiles DHCP-DYNAMIC-PROFILE interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet unnumbered-address preferred-source-address $junos-preferred-source-address
set routing-options router-id 192.168.255.4
set routing-options autonomous-system 65500
set routing-options forwarding-table export LOAD_BALANCE
set protocols bgp group IBGP type internal
set protocols bgp group IBGP local-address 192.168.255.4
set protocols bgp group IBGP export BGP-EXPORT
set protocols bgp group IBGP neighbor 192.168.255.1
set protocols bgp group IBGP neighbor 192.168.255.2
set protocols bgp group IBGP neighbor 192.168.255.3
set protocols bgp group IBGP neighbor 192.168.255.5
set protocols isis interface xe-0/0/2.1 point-to-point
set protocols isis interface ae6.1 point-to-point
set protocols isis interface ae7.1 point-to-point
set protocols isis interface irb.10
set protocols isis interface lo0.0 passive
set protocols isis level 1 disable
set protocols isis spf-options delay 50
set protocols isis spf-options rapid-runs 5
set protocols isis export ISIS-EXPORT
set protocols isis reference-bandwidth 100g
set protocols isis lsp-lifetime 65535
set protocols isis overload timeout 120
set protocols ldp track-igp-metric
set protocols ldp interface all         
set protocols ldp interface fxp0.0 disable
set protocols mpls interface all
set protocols mpls interface fxp0.0 disable
set protocols lldp port-id-subtype interface-name
set protocols lldp neighbour-port-info-display port-id
set protocols lldp interface all
set protocols lldp interface fxp0 disable
set bridge-domains V10 vlan-id 10
set bridge-domains V10 interface xe-0/0/3.10
set bridge-domains V10 interface xe-0/0/4.10
set bridge-domains V10 routing-interface irb.10
DHCP Server Config
set system host-name DHCP
set system services dhcp-local-server route-suppression access-internal
set system services dhcp-local-server group DHCP-GROUP authentication username-include mac-address
set system services dhcp-local-server group DHCP-GROUP authentication username-include vlan-tags
set system services dhcp-local-server group DHCP-GROUP interface xe-0/0/0.10
set system services subscriber-management enable
set system management-instance
set system syslog file interactive-commands interactive-commands any
set system syslog file messages any notice
set system syslog file messages authorization info
set system processes dhcp-service traceoptions file dhcp_logfile
set system processes dhcp-service traceoptions file size 10m
set system processes dhcp-service traceoptions level info
set system processes dhcp-service traceoptions flag packet
set chassis aggregated-devices ethernet device-count 20
set chassis fpc 0 pic 0 interface-type xe
set chassis network-services enhanced-ip
set access-profile NO-AUTH
set interfaces xe-0/0/0 flexible-vlan-tagging
set interfaces xe-0/0/0 encapsulation flexible-ethernet-services
set interfaces xe-0/0/0 unit 10 vlan-id 10
set interfaces xe-0/0/0 unit 10 family inet address 10.0.0.10/24
set interfaces xe-0/0/0 unit 10 family iso
set interfaces fxp0 unit 0 family inet address 10.0.60.65/24
set interfaces lo0 unit 0 family inet address 192.168.255.5/32 primary
set interfaces lo0 unit 0 family iso address 49.0000.1921.6825.5005.00
set policy-options policy-statement LOAD_BALANCE then load-balance per-packet
set access profile NO-AUTH authentication-order none
set access address-assignment pool dhcp-FTTH-1492 family inet network 172.16.0.128/25
set access address-assignment pool dhcp-FTTH-1492 family inet range dhcp low 172.16.0.132
set access address-assignment pool dhcp-FTTH-1492 family inet range dhcp high 172.16.0.254
set access address-assignment pool dhcp-FTTH-1492 family inet dhcp-attributes maximum-lease-time 2592000
set access address-assignment pool dhcp-FTTH-1492 family inet dhcp-attributes grace-period 10
set access address-assignment pool dhcp-FTTH-1492 family inet dhcp-attributes name-server 178.20.185.5
set access address-assignment pool dhcp-FTTH-1492 family inet dhcp-attributes name-server 178.20.185.4
set access address-assignment pool dhcp-FTTH-1492 family inet dhcp-attributes router 172.16.0.129
set access address-assignment pool dhcp-FTTH-1493 family inet network 172.16.0.0/25
set access address-assignment pool dhcp-FTTH-1493 family inet range dhcp low 172.16.0.2
set access address-assignment pool dhcp-FTTH-1493 family inet range dhcp high 172.16.0.126
set access address-assignment pool dhcp-FTTH-1493 family inet dhcp-attributes maximum-lease-time 2592000
set access address-assignment pool dhcp-FTTH-1493 family inet dhcp-attributes grace-period 10
set access address-assignment pool dhcp-FTTH-1493 family inet dhcp-attributes name-server 178.20.185.5
set access address-assignment pool dhcp-FTTH-1493 family inet dhcp-attributes name-server 178.20.185.4
set access address-assignment pool dhcp-FTTH-1493 family inet dhcp-attributes router 172.16.0.1
set routing-instances mgmt_junos routing-options static route 0.0.0.0/0 next-hop 10.0.60.1
set routing-options autonomous-system 65500
set routing-options forwarding-table export LOAD_BALANCE
set protocols router-advertisement interface fxp0.0 managed-configuration
set protocols bgp group IBGP type internal
set protocols bgp group IBGP local-address 192.168.255.5
set protocols bgp group IBGP neighbor 192.168.255.1
set protocols bgp group IBGP neighbor 192.168.255.2
set protocols bgp group IBGP neighbor 192.168.255.3
set protocols bgp group IBGP neighbor 192.168.255.4
set protocols isis interface xe-0/0/0.10
set protocols isis interface lo0.0 passive
set protocols isis level 1 disable
set protocols isis spf-options delay 50
set protocols isis spf-options rapid-runs 5
set protocols isis reference-bandwidth 100g
set protocols isis lsp-lifetime 65535
set protocols lldp port-id-subtype interface-name
set protocols lldp neighbour-port-info-display port-id
set protocols lldp interface all
set protocols lldp interface fxp0 disable

Comments

Popular posts from this blog

Deployment of vMX with Dual REs and Multiple FPCs using EVE-NG

Juniper EVPN-VXLAN Data Center Interconnection