Find the PPP session you want to renegotiate with the following:
show ppp all | inc {SESSION_ID}
Take the interface address, normally this is like Vi1.123 and run the following:
clear ppp interface Vi1.123 renegotiate
After running the command the session will be renegotiated. You can check it :
show ppp all | inc {SESSION_ID}