Categories
tags
ADSL ADSL2+ ATM BGP CentOS Cisco EtherChannel Ethernet Trunk Firewall Foundry freeradius Hyper-V iBGP IOS IPv6 iSCSI JUNOS Lighttp Linux Load Balancer m0n0wall Metro Ring Microsoft MRP NTP OSPF pfSense pound RE-Filter SDSL Server Core sflow SHDSL SNMP TACACS TMG ucarp unattended VM VOIP Windows 2008 R2 XEN XenServer Xen Server yumContact
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
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
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
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
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