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 Xen Server XenServer yumContact
Category Archives: Networking
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
FOUNDRY – Authentication using TACACS+
Foundry FastIron FLS-624 & FLS648 ! aaa authentication enable default local tacacs+ aaa authentication login default local tacacs+ aaa authorization exec default tacacs+ aaa accounting commands 0 default start-stop tacacs+ aaa accounting exec default start-stop tacacs+ ! tacacs-server host 192.168.33.44 … Continue reading
IOS – edit access lists using line numbers
Cisco 876 – C870-ADVSECURITYK9-M – 12.4 c876#conf t c876(config)#service sequence-numbers c876(config)#^Z c876#sh run | i service no service pad service timestamps debug datetime msec localtime show-timezone service timestamps log datetime msec localtime show-timezone service password-encryption service sequence-numbers c876(config)#ip access-list extended … Continue reading
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