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: April 2009
FOUNDRY – FastIron sflow setup
Foundry FastIron FLS-624 & FLS648 ! sflow enable sflow sample 2048 <– global sample value – used if not specified at interface sflow polling-interval 0 <– dont poll the interfaces for snmp stats sflow destination 10.20.30.1 2323 ! interface ethernet … 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
IOS – iBGP – default route
Cisco 7206VXR – NPE G2 – IOS C7200P-SPSERVICESK9-M – V 12.4 Juniper M7i – JUNOS 9.3R2.8 interface Loopback1 ip address 10.20.30.54 255.255.255.255 ! router bgp xxxxx neighbor 10.20.30.55 remote-as xxxxx neighbor 10.20.30.55 update-source Loopback1 neighbor 10.20.30.55 default-originate neighbor 10.20.30.55 soft-reconfiguration … Continue reading