
mh at markholloway
Nov 22, 2009, 12:40 PM
Post #2 of 2
(185 views)
Permalink
|
Found what I needed. http://www.cisco.com/en/US/products/hw/routers/ps282/products_tech_note09186a008035b051.shtml AccessServer#show line Tty Line Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int 0 0 CTY - - - - - 0 0 0/0 - 1 1 AUX 9600/9600 - - - - - 0 0 0/0 - 1/0 66 TTY 9600/9600 - - - - - 0 0 0/0 - 1/1 67 TTY 9600/9600 - - - - - 0 0 0/0 - 1/2 68 TTY 9600/9600 - - - - - 0 0 0/0 - 1/3 69 TTY 9600/9600 - - - - - 0 0 0/0 - 1/4 70 TTY 9600/9600 - - - - - 0 20 9/28 - 1/5 71 TTY 9600/9600 - - - - - 0 0 0/0 - 1/6 72 TTY 9600/9600 - - - - - 0 0 0/0 - 1/7 73 TTY 9600/9600 - - - - - 0 0 0/0 - 1/8 74 TTY 9600/9600 - - - - - 0 0 0/0 - 1/9 75 TTY 9600/9600 - - - - - 0 0 0/0 - 1/10 76 TTY 9600/9600 - - - - - 0 0 0/0 - 1/11 77 TTY 9600/9600 - - - - - 0 0 0/0 - 1/12 78 TTY 9600/9600 - - - - - 0 0 0/0 - 1/13 79 TTY 9600/9600 - - - - - 0 0 0/0 - 1/14 80 TTY 9600/9600 - - - - - 0 0 0/0 - 1/15 81 TTY 9600/9600 - - - - - 0 0 0/0 - * 514 514 VTY - - - - - 1 0 0/0 - 515 515 VTY - - - - - 0 0 0/0 - 516 516 VTY - - - - - 0 0 0/0 - 517 517 VTY - - - - - 0 0 0/0 - 518 518 VTY - - - - - 0 0 0/0 - AccessServer(config)#ip host br2 2069 10.1.1.1 AccessServer(config)#^Z AccessServer#br2 Translating "br2" Translating "br2" Trying br2 (10.1.1.1, 2069)... Open r3-br2# On Nov 22, 2009, at 1:34 PM, Mark Holloway wrote: > I have an ASYNC 16A/S network module in a 2811 and I'm not understanding how to associate the 'line' with the ip host command so I may use the 2811 to manage several console connections to other Cisco routers. This was simple to configure when using a 3600 slotted with the ASYNC module but on the 2811 the 'line' is different. > > My old 3600 'sh run' > > line 33 81 > session-timeout 5 > transport input all > autohangup > stopbits 1 > > interface Loopback0 > ip address 10.1.1.1 255.255.255.255 > > ip host br2 2033 10.1.1.1 > > AccessServer# br2 > > Password: > > > > Current 2811 'sh run' > > line 1/0 1/15 > session-timeout 5 > transport input all > autohangup > stopbits 1 > > interface Loopback0 > ip address 10.1.1.1 255.255.255.255 > > ip host br2 2000 10.1.1.1 > > AccessServer# br2 > > % Connection refused by remote host > > > > I believe my port number in the ip host statement is not correct. Based on 'line 1/0 1/15' I have not idea how to correlate that. Has anyone successfully configured this before? > > > > > > _______________________________________________ cisco-voip mailing list cisco-voip [at] puck https://puck.nether.net/mailman/listinfo/cisco-voip
|