Setting an IPv6 static route to a link local next-hop in Junos

Link local addresses have a scope limited to the network segment of the holding interface. In IPv4, link local range is 169.254/16 and in IPv6 range is fe80::/10. IPv4 link local addresses are used in most cases when automatic IP addresses is desired for a specific interface, but there is no DHCP server to assign […]

asdfasa

How to load config from file in Junos

Saving configuration to file in Junos [edit] root@hub-vSRX1# show | save configuration.txt Wrote 280 lines of output to ‘configuration.txt’ [edit] root@hub-vSRX1# save configuration.txt Wrote 280 lines of configuration to ‘configuration.txt’ Loading configuration from a file [edit] root@hub-vSRX1# load ? Possible completions: factory-default Override existing configuration with factory default merge Merge contents with existing configuration override […]