Back

File: 104_cisco.txt
Last Modified: 2001/07/10 17:26:47
Document Title: Key information about Cisco and IOS

Contents

104.1 General --
104.2 Support --
104.3 Telnet from router --
104.4 Cisco host aliases --
104.5 Saving Configs --
104.6 Modem Attachment --
104.7 ttya Attachment --
104.8 Misc Notes --
104.9 Hardware Information --
104.10 Case Log

104.1  General --

        Key information about Cisco and IOS.


104.2  Support --

        Call 800-553-2447
             408-526-7209

        fax  408-526-8787

        email [email protected]

        Online support: http://www.cisco.com


104.3  Telnet from router --

        To esape from telnet connection:        cnt-shift-6, x
        To send a break:                        cnt-shift-6, b
        To send a interupt process:             cnt-shift-6, c

        When you have escaped:

              - show open telnet connections    
                and the session numbers         where

              - to resume telnet enter the      
                session number                  n

              - to disconnect from a session    dis n


104.4  Cisco host aliases --

        service   host
        -------   -------
        ntp       ntphost
        syslog    loghost
        tftp      ciscohost
        rcp       ciscohost
        snmp      snmphost

        
104.5  Saving Configs --

        preperation:

        - user logged in to IOS must have a unix account with the
          same name

        - user must have the IOS host listed in their ~/.rhosts, or
          the host must be in /etc/hosts.equiv. (note must be
          full name, i.e. hudson.iengineer.com)

        - user must have write permissions on the unix host for the directory
          and file he is writing to.  

        - the remote-username option must NOT be set:

                        no ip rcmd remote-username wan

        to save:

        copy startup-config rcp
        Remote host []? ciscohost
        Name of configuration file to write [hudson-confg]? 
        ~wan/hudson/config_10.17.99.v1
        Write file ~/hudson/config_10.17.99.v1 on host ciscohost? [confirm]



104.6  Modem Attachment --

        Automatic telnet

                show run        (to see settings)
                config t
                line 7
                no autocommand
                autocommand telnet yangtze
                ^Z
                write mem



104.7  ttya Attachment --


                show run        (to see settings)
                config t
                line 2
                ### ??? databits 7
                data-character-bits 7
                disconnect-character 29
                ^Z
                write mem


104.8  Misc Notes --



        show frame pvc

        show interface S0
        show interface S0.1

        config t
        interface S0
        no shut
        ^Z

        config t
        interface S0.1
        no shut
        ^Z

104.9  Hardware Information --

        Cisco 2924-XL-A Switch 24 10/100 Port Standard - FAA0328L10Y
        SFO Rack, Top switch.  Last 4 ports failed, replaced with
        same model, S/N FAA0332L136.
        
        Cisco 2924-XL-A Switch 24 10/100 Port Standard - FAA
        SFO Rack, Bottom switch.


        Cisco 2620 w CSU/DSU - JAB040282NA - At FGC, T1 router
        Cisco 2620 w CSU/DSU - JAB040282N9 - In SF, T1 router

        

Back
Hosted by www.Geocities.ws

1