Entries Tagged ‘CISCO’:

Cisco Catalyst 2960 Series Switches (Video Data Sheet)

Power over Ethernet: 24 full PoE port and 24-port (PoE supported on 8 ports) configurations
Connectivity: Fast Ethernet and Gigabit Ethernet connectivity in 8-port, 24-port, and 48-port configurations
Integrated security, including network admission control (NAC)
Advanced quality of service (QoS) and resiliency
Single IP address, syslog, and Simple Network Management Protocol (SNMP) management for a stack of up to [...]

Tags: ,

Leave a Comment

Understanding IPSEC(Internet Protocol security)

Internet Protocol security (IPSec) is a framework of open standards for helping to ensure private, secure communications over Internet Protocol (IP) networks through the use of cryptographic security services.
It is a suite of protocols for securing Internet Protocol (IP) communications by authenticating and encrypting each IP packet of a data stream. IPsec also includes protocols [...]

Tags: , , ,

Leave a Comment

Advanced EIGRP(Enhanced Interior Gateway Routing Protocol) Concepts

EIGRP Summarization:

EIGRP Auto-summarization done when redistributing cannot be disabled.
EIGRP Auto-summarization done at class boundary and should be disabled with a “no auto-summary” when dealing with discontiguous networks.
EIGRP Will not automatically summarize external routes.
Automatic summarization can disabled using the following command:
Router(config-router)#no auto-summary
TO configure a summary route out a particular interface using the ip summary-address eigrp [...]

Tags: , , ,

Leave a Comment

How ARP Works(Video)

ARP stands for Address Resolution Protocol as a means of resolving a IP address to an actual physical network card address.
All network cards have a unique 48 bit address, that is written as six hexadecimal pairs, e.g. 00-A0-24-7A-01-48, and this address is hard coded into the network card. You can view your network cards hardware [...]

Tags: ,

Leave a Comment

Commands used to Troubleshooting Cisco EIGRP

show ip route:  To inspect the routing table.
show ip route eigrp: To filter the routing table and show only the routes learned from EIGRP.
show ip protocols:  Verifies autonomous system, timer values, identified networks, and EIGRP neighbors (routing information sources).
show ip eigrp topology: Shows the EIGRP topology table and identifies successors and feasible successors.
show ip eigrp [...]

Tags: , , ,

Leave a Comment