Articles tagged with cisco

  1. TCL Onramp Script for T.37 Store and Forward Fax

    Posted on in voice

    Fax (photo by zd) id: 722728Note: This is part of a discussion regarding the configuration of a Cisco AS5300 for T.37 Store and Forward Faxing.

    Unfortunately, the Cisco AS5300 does not have the ability to handle incoming fax processing without the help of additional software. You can download the app_faxmail_onramp TCL script from the …

  2. Installing PDLMs for Cisco NBAR

    Posted on in Networking

    donkey (photo by alexkalina)I've talked about using Cisco <acronym title="Network-Based Application Recognition">NBAR</acronym> frequently (check the Related Posts section below for more articles). One thing I've never pointed out is that not all versions of Cisco <acronym title="Internetwork Operating System">IOS</acronym> come with all protocol descriptions built in.

    Not …

  3. Cisco ASA / PIX Logging Facilities

    Posted on in Networking

    Finland midnight sun (photo by mproe)When setting up a Cisco ASA or PIX to send logs to a remote syslog server, you need to specify which facility to use. This can cause a bit of disconnect since the syslog server configuration uses names and the logging facility command in the Cisco Adaptive Security Appliance Software …

  4. 2 AM and ssh_exchange_identification Silliness

    Posted on in Networking

    Warning (photo by Troy2007)I could blame it on the late hour, but the truth of the matter is that I'm just a bonehead.

    I'm currently installing a new Cisco ASA 5520 to replace an old Cisco PIX. This new device is going to use <acronym title="Secure SHell">SSH</acronym> and TACACS+ to …

  5. Cisco Making My Day Difficult

    Posted on in uncategorized

    Well, no matter how annoying these problems may be for me, there's surely some poor engineer at Cisco working his tail off to get the issue resolved.

    Good luck!

    UPDATE: More info from CNET regarding the outage.

  6. Catalyst 2960 Unsupported Commands Still Work?

    Posted on in Networking

    This is a bit of random oddness I stumbled upon this morning.

    I was working on a Cisco Catalyst 2960 switch and needed to know which MAC addresses the device had learned on a particular interface. The usual way to do this is with the show mac-address-table interface command. While …

  7. What is Local Policy-Based Routing?

    Posted on in Networking

    Looking For The Best WayWhat is Local <acronym title="Policy-Based Routing">PBR</acronym>?

    Policy-based routing makes routing decisions based on factors other than normal routing protocols. For example, it might be necessary to forward all <acronym title="Session Initiation Protocol">SIP</acronym> packets via a more expensive low-latency link while all other traffic use …

  8. SNMP Community String Indexing

    Posted on in Networking

    Surprised? Confused?Today I was browsing through the Cisco NetPro Forums and came across someone that needed to track down which switch port a <acronym title="Media Access Control">MAC</acronym> address had been dynamically learned on.

    I'd seen this sort of thing before in the Bridge MIB, so I assumed it …

  9. Allow PPTP Through Cisco ASA

    Posted on in Networking

    Speeding through the tunnelBy default Point-to-Point Tunneling Protocol (PPTP) will now work properly through a Cisco Adaptive Security Appliance (ASA) firewall or it's forerunner the Cisco <acronym title="Private Internet EXchange">PIX</acronym>.

    Prior to PIX software version 6.3, allowing PPTP to work through a PIX was a painful procedure involving static …

  10. Cisco NBAR P2P Protocols

    Posted on in Networking

    Surprised Santa with Music SheetThe following are the Peer-to-Peer (P2P) protocols recognized by Cisco's NBAR Protocol Discovery.

    • bittorrent
    • directconnect
    • edonkey
    • fasttrack
    • gnutella
    • kazaa2
    • napster
    • winmx

    If I've missed any, leave a comment below or use the Slaptijack Contact Form to update me.

    Thanks!

  11. Using SPAN to Monitor a Switchport

    Posted on in Networking

    Ethernet Patch PanelYou'll find that some network problems can only be solved by sticking a packet sniffer on the network and seeing what the packets are doing. In a switched environment, this will not work properly since each port is configured to only broadcast traffic destined for the MAC addresses it has …

  12. Set the Cisco Interface Description

    Posted on in networking

    One of my pet peeves is Cisco switch and router interfaces that remain unlabeled. There is nothing worse that trying to debug a network problem when the problematic interface is unlabeled. Instead of spending valuable time working on the actual problem, you've got to trace down where this cable goes …

  13. Finding Cisco Neighbors with SNMP

    Posted on in Networking

    I've been in the situation before were I needed to discover the neighbors of a Cisco device programmatically. This is useful in a case where you want to crawl a network without hard-coding a list of devices into your script. By default, all Cisco devices have Cisco Discovery Protocol (CDP …

  14. Basic Cisco SNMP Security (v1/v2)

    Posted on in Networking

    Padlock with KeysIf you are at all familiar with <acronym title="Simple Network Management Protocol">SNMP</acronym>, you've probably heard of "community strings". Community strings are similar to passwords. They define and grant access to a device's <acronym title="Management Information Base">MIB</acronym>. If you've used SNMP in conjuction with a …

Slaptijack's Koding Kraken