cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
895
Views
0
Helpful
1
Replies

WIC-1AM for dial-in management

robphill
Cisco Employee
Cisco Employee

I have been handed the task of figuring how to implement a WIC-1AM in a 2620XM running 12.2(8)T5. We want to implement the card only so we can dial-in and manage router, i.e. bounce interfaces, troubleshoot WAN issues, etc.

I know it is not the best solution for this usage, but the decision was not to make. Can someone point me in the right direction as to how to configure this.

Thanks

-Robert

1 Accepted Solution

Accepted Solutions

makchitale
Level 6
Level 6

In order to only get dialin management access into to 2620xm you will need to configure the modem line for exec dialin so that you get a router prompt when connected.

Under the line associated to the modem we just need to following command:

conf t

line x

modem dialin

transport in all

flowcontrol hardware

login

password xxxx

http://www.cisco.com/en/US/tech/tk801/tk36/technologies_tech_note09186a0080094bbc.shtml

Thanks, Mak

View solution in original post

1 Reply 1

makchitale
Level 6
Level 6

In order to only get dialin management access into to 2620xm you will need to configure the modem line for exec dialin so that you get a router prompt when connected.

Under the line associated to the modem we just need to following command:

conf t

line x

modem dialin

transport in all

flowcontrol hardware

login

password xxxx

http://www.cisco.com/en/US/tech/tk801/tk36/technologies_tech_note09186a0080094bbc.shtml

Thanks, Mak