you'd need two node names: first for your c-lan board and second for pc that will act as cdr collecting server. i see that you already have c-lan board set up so you should define a node for pc. use command 'change node-names ip' and enter name 'cdrtest' and ip address of pc there. after that, if everything is okay, you should be able to test your connection with 'ping node-name cdrtest board 01c12'. if the ping have passed, proceed to setting up cdr collection.
Test has passed and I continued the rest of the setup. Now using NETCAT from the Windows PC, I input the command $ nc -l -p 50000 -d >> my-billing.txt and it closes. Tried without the $ sign it just goes back to command prompt.
the dollar sign is a common command prompt in unix systems, it isn't a command itself so you should strip it. if it goes to command line i guess you just don't have netcat utility on your pc.
I did install Netcat. The zip file is nc11nt.zip contains 9 files. In Windows hyperterminal, what phone number should I use to dial in? How do I find the number to dial using ASA to get CDR. I feel I am so close to getting this to work.
you don't need hyperterminal or asa to dial in or something. cdr collection is initiated from the switch side, it tries to open tcp socket to your cdr collecting pc ip address (node-name you set) on the port you set on the ip-services form. so you should run netcat program on your pc with parameters matching your switch settings, in your case the port number to listen on. just run netcat with correct parameters and cdr link will go up and you can confirm this with 'status cdr-link' command on the switch. as soon as the link is established (assuming that you set up cdr collection on the switch itself) you should see your cdr output in window with netcat running.
Sweetness! Got it to work by running from start/run/cmd. Before netcat would close and wouldn't create the file everytime I double click directly on nc.exe. Had to run from cmd. Thanks for all your Help dwalin. Now I have to learn how to read the output.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.