cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
583
Views
0
Helpful
6
Replies

Nbar not working

a-craick
Level 1
Level 1

I have a 7200 router with a single hssi interface and another fast ethernet interface. IOS 12.2(5).

I have enabled cef globably and didn't recieve any errors. I then tried to run a protcol discovery on the main hssi interface however after running a show ip nbar protocol-dicovery i can't see any packets recieved for any protocols.

Is there something I'm doing wrong.

6 Replies 6

Hello,

stupid question maybe but do you have ip nbar protocol-discovery enabled on the interface(s):

7200(config-if)#ip nbar protocol-discovery

Regards,

GP

yes i have tried enabled the protocol-discovery on both the main hssi interface 0/1 and also the subinterfaces however i don't get anything.

regads

Can you tell us exactly what it shows when you type the command show ip nbar protocol-discovery?

It displays the list of default protocols but with no traffic matched against any of the protocols (including unkown). i have confirmed that the sub interface and interface that we are applying the protocol discovery to does actuall have such traffic however its not being picked up by nbar.

regards

Can you paste your relevant configs.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Hope this helps. I have included what i think you'd need only but if theres anything else that you think you need let me know.

!

ip cef

!

class-map match-all Citrix

match protocol citrix

!

!

policy-map 3q-for-citrix

class Citrix

bandwidth percent 75

class class-default

fair-queue

!

interface Hssi1/0

bandwidth 4096

no ip address

ip directed-broadcast

encapsulation frame-relay

ip ospf network broadcast

no ip mroute-cache

carrier-delay 10

frame-relay traffic-shaping

frame-relay lmi-type ansi

!

interface Hssi1/0.115 point-to-point

description 64k CIR Frame-Relay link to *

bandwidth 4096

ip address 10.180.9.177 255.255.255.252

ip nbar protocol-discovery

ip ospf network broadcast

no ip mroute-cache

frame-relay class 4096kbps-and-3q-for-citrix

frame-relay interface-dlci 42

class 4096kbps-and-3q-for-citrix

!

Thanks

Andrew