Random cisco commands I tend to forget

Switch Trunk Port:
macro apply cisco-switch $NVID

Non Trunk Port: Server Port:
macro apply cisco-desktop $AVID
*NOTE: Be aware that this macro does enable port security

Phone Port
macro apply cisco-phone $AVID $VVID


Tags: ,

15.Jun.09 Work Related View Comments

How to allow active FTP on a Cisco ASA

How to allow active FTP on a Cisco ASA.

This took me forever to figure out for some reason:

class-map inspection_default
 match default-inspection-traffic
!
!
policy-map asa_global_fw_policy
 class inspection_default
 inspect ftp
!
service-policy asa_global_fw_policy global

Link: http://www.elifulkerson.com/articles/cisco-asa-ftp-fixup-snippet.php

Tags: , ,

10.Feb.09 geek View Comments