Archive for 2008
Tuesday, October 21st, 2008
In the beginning God created heaven and earth, and then he created routers, so packets could flow from one part of the earth to the other. As he rested he looked down on his creation and smiled for all was good. Packets were flowing from one interface to another. Then as he beheld his creation he watches as some pad packets decided to flow where they didn’t belong! So God created access-lists and again everything was as it should be, packets only flowed to areas where they belonged. After some time naughty packets found out that they could sneak by God’s great protectors of the network by setting the ACK bit in their headers.
(more…)
Tags: access list, ACL, cbac, content based access control, firewall ios, ip inspect, stateful
Posted in Cisco, Security | No Comments »
Thursday, October 16th, 2008
In the second installment of our guide to access-lists we are going to talk a little about named access-lists, how they work, what the benefits are, and how using them allows us to create reflexive access-lists. Named access-lists are exactly what they sound like, they are an extended access-list that has a name instead of a number. One of the nice features of named access-lists is that each line of the access-list has a number. this way you can delete just one line in an access-list without removing the whole access-list. You can create a named access list by using the following command.
(more…)
Tags: access list, ack, ACL, cbac, Cisco, established, ip inspect, reflexive
Posted in Cisco, Security, Uncategorized | No Comments »
Wednesday, October 15th, 2008
Today I would like to take some time and talk about security. I want to discuss access-lists, extended access-lists, reflexive access-lists, and CBAC or content based access control. Learning how to properly use access-lists is so crucial to becoming a good network administrator. They are vital to securing your network and as you progress with your studies you will find that access-lists are used quite extensively in routing, QoS, and other important things.
(more…)
Tags: access list, ACL, Cisco, extended
Posted in Cisco, Security | No Comments »
Saturday, October 4th, 2008
The new Cisco IOS 12.4 train has many new features that any engineer will find useful; one of the features that fix a pain point for me is the new config options available in 12.4. Have you ever been in a situation where an entered configuration does not work as expected? Now usually you have to back out the configuration one command at a time and hope for the best. Sometimes you may even reach a point where you can not completely remove a configuration without reloading the device, this is the case sometimes when trying to remove sub interfaces. Now if this is a datacenter or work environment then you may not be able to reload the router.
(more…)
Tags: 12.4, Cisco, ios, rollback
Posted in Cisco | No Comments »
Monday, September 29th, 2008
I have been working a lot lately, we are in the proccess of designing a new data center with all the ifs ands and buts included in that ordeal. I am in the proccess of writing several write ups,
(more…)
Posted in personal News | No Comments »
Monday, September 8th, 2008
In our Last article we looked at creating GRE tunnels between networks to allow non-routable traffic to pass between remote offices. GRE tunnels are a great solution however the traffic passing inside these tunnels is not encrypted and thus could be intercepted by unauthorized parties. In this article we are going to look at tunneling GRE inside of IPSEC. This will allow us to get the benefits of GRE and the security of IPSEC.
(more…)
Tags: Cisco, crypto, encryption, GRE, ios, IPSEC, Security, VPN
Posted in Cisco, Security, Uncategorized | No Comments »
Monday, September 8th, 2008
Many time it is necessary to link a remote office to your main site and today we have many technologies to accomplish this task. We have IPSEC tunnels, IP-IN-IP tunnels, and GRE or Generic Routing Encapsulation Tunnels.
Each type of connectivity offers advantages and disadvantages. Some of these tunnels can even be overlaid on top of one another. For instance IPSEC can be used in a transport mode, which allows you to use the encryption with other tunnels or protocols. For this article we are going to discuss GRE tunnels. GRE is unique as tunneling technologies go in that is started out as a proprietary protocol developed by Cisco and later adopted as a standard. GRE was invented as a way of encapsulating non routable protocols in IP which is a routable protocol. In this way protocols such as multicast (this include OSPF, EIGRP), and other protocols like IPX could be tunneled across routable links.
(more…)
Tags: Cisco, GRE, IPSEC, TUNNEL, VPN
Posted in Cisco, Internet, Uncategorized | No Comments »
Monday, September 8th, 2008
How many time have you wanted to know how long a cable run was? Now if you are running cisco 3750 switches you can find out by issuing the following commands you can see how long that cable run really is.
Switch# test cable-diagnostics tdr interface gigabitethernet0/2
TDR test started on interface Gi0/2
A TDR test can take a few seconds to run on an interface. Use "show cable-diagnostics tdr" to read the TDR results.
Switch#show cable-diagnostics tdr interface gigabitEthernet 0/2
TDR test last run on: Dec 10 09:05:10
Interface Speed Local pair Pair length Remote pair Pair status
--------- ------ ---------- ------------ ------------ ----------
Gi0/2 auto Pair A 22 +/- 4 m N/A Open
Pair B 21 +/- 4 m N/A Open
Pair C 5 +/- 4 m N/A Open
Pair D 20 +/- 4 m N/A Open
Tags: 3750, cable, Cisco, distance, tdr
Posted in Cisco | No Comments »
Thursday, September 4th, 2008
Recently at work we had a remote site go down. The site was on an ancient pix 506e vpn firewall router. We were in the proccess of switching to a different vpn solution. because of this we had a new Juniper ssg20 firewall device on site.
(more…)
Tags: Checkpoint, Juniper, PIX, r55, SSG20, VPN
Posted in Juniper | No Comments »
Tuesday, September 2nd, 2008
I recently decided to plug my wic-1adsl card into a 3640 router because my 2620 had a power supply failure. I noticed that the cisco 3640 ran very slow, and speed tests topped out at 2.6mbps downlink speeds. For a while I couldn’t figure out why a router that is faster with more memory would run slower than my 2620 router. I later discovered the reason for the slowness was because of a bandwidth limit on the nm-1fe1r2w card I was using to give me wic slots. (more…)
Tags: cisco 3640 nm-1fe1r2w wic adsl
Posted in Cisco | No Comments »