Tag Archives: JUNOS

JUNOS – redistribute static routes into OSPF

policy-options { policy-statement static_2_ospf { term 1 { from protocol static; then accept; } } } # edit policy-options policy-statement static_2_ospf set term 1 from protocol static set term 1 then accept # top # set protocols ospf export static_2_ospf … Continue reading

Posted in JUNOS, Networking | Tagged , | Comments Off

JUNOS – Authentication using TACACS+

Juniper M7i – JUNOS 9.3R2.8 The username must be set to “remote”. #edit system set login user remote class super-user set login user remote full-name “TACACS+ remote User” set login user remote uid 3333 set accounting events [ login interactive-commands … Continue reading

Posted in JUNOS, Networking | Tagged , , | Leave a comment

JUNOS – iBGP – default route

Juniper M7i – JUNOS 9.3R2.8 set routing-options generate route 0.0.0.0/0 discard set routing-options router-id 10.20.30.1 set routing-options autonomous-system xxxxx set protocols bgp group iBGP type internal set protocols bgp group iBGP description “iBGP – Routers” set protocols bgp group iBGP … Continue reading

Posted in JUNOS, Networking | Tagged , , | Leave a comment

JUNOS – Date & Time setup using NTP

- JUNOS 9.3 R2.8 – Juniper M7i – set system time-zone Europe/Berlin set date 200901301122 or if ntp servers are set set date ntp set system ntp server 192.168.23.1 prefer set system ntp server 192.20.1.22 set system ntp server 192.20.30.33 … Continue reading

Posted in JUNOS, Networking | Tagged , | Leave a comment

JUNOS – Protecting the routing engine

- JUNOS 9.3 R2.8 – Juniper M7i – RE-850 – To protect the RE you only allow that sort of traffic that the router needs to function properly, by building a firewall filter that applies on the loopback interface.You should … Continue reading

Posted in JUNOS, Networking | Tagged , | Leave a comment