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
Monthly Archives: January 2009
FOUNDRY – MRP (Metro Ring Protocol)
Using Foundry FastIron FLS-624 & FLS648 for a ring setup in the core. ! vlan 666 name peer-customer-01 by port tagged ethe 0/1/21 ethe 0/1/24 no spanning-tree metro-ring 2 ring-interfaces ethernet 0/1/24 ethernet 0/1/21 enable name Peering_Ring ! vlan 860 … 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
IOS – Authentication using TACACS+
For a simple TACACS+ daemon config –> simple TACACS+ config ! aaa new-model ! ! aaa authentication fail-message ^C –> local authentication failed ! <– ^C ! ! Set the prompt that will show up if the TACACS+ service is … Continue reading
A simple TACACS+ config
tacacs.conf : #default authentication = file /etc/passwd #default authorization = permit accounting file = /var/log/tac-plus/account key = secretkey user = DEFAULT { default service = deny } user = username1 { login = des shc36DGgs73ab name = “Full Name” service … 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