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 […]
Tag Archives: junos
How to show Juniper platform and Junos version
root@hub-vSRX1> show version Hostname: hub-vSRX1 Model: firefly-perimeter JUNOS Software Release [12.1X47-D20.7]
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 […]