question

udaya avatar image
udaya asked udaya answered

How to open or close IPCP in PPP client device ?

IPCP is enabled on the PPP device: stc::config $PppMsgOption -MsgCodeProto IPCP We need to open and close IPCP here. We need to take care that it should NOT affect all other lower layers in the corresponding PPP. Please suggest the API or the steps.
Spirent TestCenter (STC)automationapipppipcp
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Yaseen avatar image
Yaseen answered
I Assume basically, you want to start and stop the PPP protocol or start the PPP Connect action. If so, you could use the sequencer command, stc::create pppconnectcommand -blocklist $hDevice -Ipcpmode ipv4 or start the protocol using, stc::perform ProtocolStart -protocolList $pppClientblockConfig Hope this helps! Thanks!
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

udaya avatar image
udaya answered
thanks :)
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.