I forgot, you might need these 2 lines: line 33 64 autohangup stopbits 1
Take care. --- On Mon, 8/10/09, Carlos Valero <[email protected]> wrote: From: Carlos Valero <[email protected]> Subject: Re: [OSL | CCIE_RS] Cisco Terminal Server Configuration (Best Practice) To: [email protected], "Jason Leblanc" <[email protected]> Date: Monday, August 10, 2009, 5:55 PM Hi, I would change a few things. First of all, add these 2 lines: no chat-script cisco-default chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 \c CONNECT Second, the ip host commands should point to the Loopback instead of to the Ethernet. ip host R1 2033 1.1.1.1 instead of: ip host R1 2033 10.8.223.151 It won't change functionality, but since you are asking for "best practices" ... That's the whole purpose of the Loopback. Otehrwise it's useless. Third, you need some more aliases, so you don't have to type in the entire telnet command: alias exec R1 telnet R1 2033 alias exec R2 telnet R2 2034 and so on. (so you only type R1 instead of telnet R1 2033) Finally, a 2651XM is an overkill for a Terminal Server! If I were you, I would sell it and I would buy a 2610 or 2611 (if you want 2 Ethernet), which cost only $20. I'm sure you can use the the $150+ bucks that you might get with the trade :-) CV. --- On Mon, 8/10/09, Jason Leblanc <[email protected]> wrote: From: Jason Leblanc <[email protected]> Subject: [OSL | CCIE_RS] Cisco Terminal Server Configuration (Best Practice) To: [email protected] Date: Monday, August 10, 2009, 5:28 PM I am using a 2651xm router with an octal cable. I was wondering if there are any best practice configurations I might not be taking advantage of. This is going to be for a CCIE Lab im building. Building configuration... Current configuration : 2860 bytes!version 12.3service timestamps debug datetime msec localtime show-timezoneservice timestamps log datetime msec localtime show-timezone service password-encryption!hostname conserver!boot-start-markerboot-end-marker!!no network-clock-participate slot 1no network-clock-participate wic 0 no aaa new-modelip subnet-zerono ip source-routeip cef!!no ip domain lookupip domain name XXXXXXX.eduip host R1 2033 10.8.223.151 ip host R2 2034 10.8.223.151ip host R3 2035 10.8.223.151ip host R4 2036 10.8.223.151ip host R5 2037 10.8.223.151ip host R6 2038 10.8.223.151ip host R7 2039 10.8.223.151 ip host R8 2040 10.8.223.151!!!!!interface Loopback0 ip address 1.1.1.1 255.255.255.255 shutdown!interface Loopback1 no ip address!interface FastEthernet0/0 ip address 10.8.223.151 255.255.255.128 speed 100 full-duplex!interface FastEthernet0/1 no ip address shutdown speed 100 full-duplex!no ip http serverip classlessip route 0.0.0.0 0.0.0.0 10.8.223.129!! alias router net networkalias configure ipr ip route alias interface ipa ip addressalias configure rr router ripalias exec sr sh runalias exec gc config talias exec sri sh run | include alias exec srb sh run | beginalias exec sre sh run | excludealias exec srint sh run intalias exec si sh intalias exec sip sh ip protalias exec sib sh ip int brief alias exec cl clear linealias exec ds disconnectalias exec ss show sessionsalias exec su show usersalias exec sir sh ip routealias exec cir clear ip route * alias exec sa show access-listalias exec tr traceroutealias exec cft copy flash tftpalias exec ctf copy tftp flashalias exec k1 clear line 33alias exec k2 clear line 34 alias exec k3 clear line 35alias exec k4 clear line 36alias exec k5 clear line 37alias exec k6 clear line 38alias exec k7 clear line 39!line con 0 password 7 XXXXXline 33 64 exec-timeout 0 0 modem InOut no exec transport preferred telnet transport input allline aux 0line vty 0 4 password 7 XXXXX login transport input allline vty 5 15 password 7 XXXXX login transport input all!!end Thanks, Jason -----Inline Attachment Follows----- _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
