Archivo de la categoría: Cisco

Redes, Configuración de Routers, Firewalls, y Switches

HSRP Tutorial

CORE Router: hostname R1 interface FastEthernet1/0 ip address 192.168.1.253 255.255.255.0 standby 5 ip 192.168.1.254 255.255.255.0 standby 5 timers 5 15 standby 5 priority 150 standby 5 preempt BACKUP Router: hostname R2 interface FastEthernet1/0 ip address 192.168.1.252 255.255.255.0 standby 5 timers 5 15 standby 5 priority 140 standby 5 preempt standby 5 ip 192.168.1.254 255.255.255.0 Show… Read More: HSRP Tutorial »

OIDS for global use CISCO

#set the OIDS for global use #Temperature toid1=1.3.6.1.4.1.9.5.1.2.13.0 #Temp OID for 3550,3560-24/48, 3750 #2950’s have no temperature sensor toid2=1.3.6.1.4.1.9.9.13.1.3.1.6.1 #Temp OID for 4506 #Fan foid1=1.3.6.1.4.1.9.9.13.1.4.1.3 #Fan OID for 3550, 3560-24/48 foid2=1.3.6.1.4.1.9.9.13.1.4.1.3.1 #Fan OID for 2950 foid3=1.3.6.1.4.1.9.9.13.1.4.1.3.1004 #Fan OID for 3750 foid4=1.3.6.1.4.1.9.9.13.1.4.1.3.1 #fan OID for 4506 #Power Supply poid1=1.3.6.1.4.1.9.9.13.1.5.1.3.1 #PS OID for 3550 poid2=1.3.6.1.4.1.9.5.1.2.4.0 #PS OID… Read More: OIDS for global use CISCO »

IP NAT ADSL Cisco Router

! ! no ip dhcp use vrf connected ip dhcp excluded-address 172.16.1.1 172.16.1.50 ! ip dhcp pool VLAN10 network 172.16.1.0 255.255.255.0 default-router 172.16.1.254 dns-server 200.33.146.241 200.33.146.249 lease 2 ! ! ! ! ! ! interface FastEthernet0/0 description INFINITUM ip address 192.168.10.254 255.255.255.0 ip nat outside duplex auto speed auto ! interface FastEthernet0/1 description RED LOCAL… Read More: IP NAT ADSL Cisco Router »

Networking – 802.1q Trunking and 802.3ad Link Aggregation using Cisco Switches

Virtualization Resources – VMware ESX and ESXi Server Ok so your server probably has more than one physical NIC, by default most have two built in. You may have been wondering what is the best network configuration for ESX/ESXi Servers. How many physical NICs to use, which vSwitch to assigned them to and what vSwitch… Read More: Networking – 802.1q Trunking and 802.3ad Link Aggregation using Cisco… »

Configure Cisco routers to use Active Directory authentication — the Windows side

Takeaway: Did you know that you can leverage the Windows Active Directory username/password database to log in to your Cisco routers and switches? In this two-part series, David Davis walks you through the process. This time, he explains how to install, configure, and troubleshoot Windows’ Internet Authentication Service (IAS). If your organization uses Windows, you… Read More: Configure Cisco routers to use Active Directory authentication — the… »

http://www.cisco.com/en/US/products/ps6128/products_tech_note09186a0080846d7a.shtml AD/LDAP Configuration Example This illustrates a sample configuration using LDAP to communicate with the backend Active Directory: Create a Domain Admin user within Active Directory Users and Computers. Place this user into the Users folder. Within Active Directory Users and Computers, select Find from the Actions menu.Make sure that your results show the Group… Read More: »

Cisco NAC Grupo de Nac Active Directory CN=nacuser Instalación automática de CIsco Nac Client http://www.cisco.com/en/US/docs/security/nac/appliance/configuration_guide/412/cam/m_agntd.html#wp1281997

search uid

http://www.cisco.com/en/US/docs/security/nac/appliance/configuration_guide/412/cas/s_adsso.html#wp1155714 Step 9 Search Filter—The attribute to be authenticated. The search attribute to be matched with any user in the base of the LDAP tree. For example: •CN=$user$, or •uid=$user$, or •sAMAccountName=$user$