- modem init string
- Posted by dt1649651@yahoo.com on April 26th, 2005
I want to create a new modemcap B based on an existing one A.
Right now to do it, I have to run "modem type autoconfigure type A"
under debug mode to capture the debug string, and then change this
tring for modemcap B.
Is there any command displaying the init string of the stock modemcaps
?
Thanks,
DT
- Posted by Aaron Leonard on April 26th, 2005
On 26 Apr 2005 07:54:24 -0700, "dt1649651@yahoo.com" <dt1649651@yahoo.com> wrote:
~ I want to create a new modemcap B based on an existing one A.
~
~ Right now to do it, I have to run "modem type autoconfigure type A"
~ under debug mode to capture the debug string, and then change this
~ tring for modemcap B.
~
~ Is there any command displaying the init string of the stock modemcaps
~ ?
~
~ Thanks,
~
~ DT
router#show modemcap
gives you a list of all the built-in (or user-added) modemcaps
router#show modemcap <MODEMCAPNAME>
shows you what's in MODEMCAPNAME
Aaron
- Posted by dt1649651@yahoo.com on April 26th, 2005
Oh, I feel shameful of not being to find out that.
Thanks a lot, Aaron.
DT