[nsp] NBAR unclassified traffic [follow up]
    Jim Dueltgen 
    jimd at lmi.net
       
    Mon Apr  7 21:57:31 EDT 2003
    
    
  
Typo in my config example under policy-map fixed here:
class-map match-any p2p-class
   match protocol kazaa2
   match protocol fasttrack
!
policy-map p2p-map
   class p2p-class
    police cir 256000 bc 64000 be 128000
      conform-action transmit
      exceed-action drop
!
interface FastEthernet0/0
  ip address 192.168.1.1 255.255.255.0
  ip nbar protocol-discovery
  speed 100
  full-duplex
  service-policy input operation-packet-freedom
!
interface Serial0/0
  ip address 10.1.1.1 255.255.255.0
  ip nbar protocol-discovery
  no ip mroute-cache
  service-policy input operation-packet-freedom
Tried to make the config more generic looking and wound up making it 
look like I didn't know what the heck I'm doing.  That may still be 
the case but at least it's due to something other than a typo now.
- Jim
    
    
More information about the cisco-nsp
mailing list