Reply
Member
chukabume
Posts: 13
Registered: 03-04-2010
0
Accepted Solution

cannot parse ports

when i am trying to start protocol in my test using "start protocol 1:5,1:7".

i am getting error Cannot resolve port 1:5,1:7. when i do just start protocol only with no ports defined it starts on all my ixia ports. i want to start only on these two ports.

is there a way i can do it only on these ports ?

Fanfare
KevinO
Posts: 230
Registered: 07-06-2009
0

Re: cannot parse ports

What Ixia application are you using?  IxTraffic, IxNetwork, or IxLoad?  From the command, it seems like IxNetwork?

Fanfare
VidyaH
Posts: 153
Registered: 09-05-2008
0

Re: cannot parse ports

Hi,

You should be able to start protocols on the portlist using "start protocols <portlist>" command.

Can you please post the response for  the "show protocol" command.?

Repsonse would be something like "Successfully started protocols on ports x,y" .

 

 

Thanks,

Vidya

Member
chukabume
Posts: 13
Registered: 03-04-2010
0

Re: cannot parse ports

yes , it is Ixnetwork

Member
chukabume
Posts: 13
Registered: 03-04-2010
0

Re: cannot parse ports

heres the output from show protocol

 

Picture 1.jpg
Fanfare
VidyaH
Posts: 153
Registered: 09-05-2008
0

Re: cannot parse ports

Hi Chukabume,

Thanks for posting the response.

Also, could you please let us know what ports are specified in the session profile?

 

Thanks,

Vidya

Member
chukabume
Posts: 13
Registered: 03-04-2010
0

Re: cannot parse ports

all these ports shown in the previous file are part of session profile

Fanfare
PadmajaG
Posts: 30
Registered: 09-18-2009

Re: cannot parse ports

HI,

So we found that this is bug with the command itself where it does not take "," . We need to update the commandline help.

Try using "start protocol 1:5 1:7"

This should do it.

 

Padmaja

Fanfare
PadmajaG
Posts: 30
Registered: 09-18-2009
0

Re: cannot parse ports

Am not sure if I made it clear, but use a space between the port specification instead of a comma.

Member
chukabume
Posts: 13
Registered: 03-04-2010
0

Re: cannot parse ports

yep, it worked fine with space in the middle. thanks