⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sample7.htm

📁 cisco中文资料,交换机的架构,信号流......
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Expires" content="30-Mar-97">
<meta http-equiv="Owner" content="skrussel">
<meta http-equiv="Reply-to" content="cse-ibm">
<meta http-equiv="Content-Type"
content="text/html; charset=gb_2312-80">
<meta name="date" content="Thu May 23 16:47:49 1996">
<meta name="author" content="lmc">
<meta name="FileType" content="SampleConfig">
<meta name="Security" content="Internal">
<meta name="Status" content="Draft">
<meta name="Source" content="WWW-TAC">
<meta name="URL"
content="/Support_Library/Internetworking/IBM_Info/CIP/CSNA/cip-sample7.html
">
<meta name="Subject"
content="Internetworking:IBM_Info:CIP:CSNA:Configuration">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Cisco - Sample Configuration</title>
</head>

<body bgcolor="#FFFFFF">

<h2>SDLLC via DLSw+</h2>

<hr>

<h1>Topology </h1>

<p><img src="gif/sample7.jpg" width="502" height="393"><br>
Figure 9.7 : Sample Configuration 7: SDLLC via DLSw+ </p>

<h1>Logical View </h1>

<pre>
  +------+
  | MVS  |     CIP device addr: 7E2
  | VTAM |     CIP cu addr: E2
  +---+--+
      |
  +--C0--+
  |      |Escon Director
  +--CE--+
      |Ch 0/1        CARTER
+-----+-------------------+           ....
| CIP               |     |         .      .        REAGAN
|             100   |     |        .        .       +-----+
|---------+   ..    |     |S4/1   .  virtual .    S0|     |S3    +----+
|Adapter 0|--.  .---|     |-------.  ring 123.------| 2500|---/--|3174|
|---------+   ..    |     |        .        .       |     |      +----+
|          Ch 0/2   |     |         .      .        +-----+
+-------------------------+           ....
</pre>

<hr>

<dir>
    <li><h3>IOCP</h3>
        <pre>
*
 CHPID PATH=((18)),TYPE=CNC,SWITCH=E1,PARTITION=(MVS,REC)
 CHPID PATH=((19)),TYPE=CNC,SWITCH=E1,PARTITION=(MVS,REC)
 CHPID PATH=((1C)),TYPE=CNC,SWITCH=E1,PARTITION=(VM,REC)
 CHPID PATH=((1D)),TYPE=CNC,SWITCH=E1,PARTITION=(VM,REC)
*
 CNTLUNIT CUNUMBR=07E0,PATH=(1C,18,1D,19),UNITADD=((E0,16)),                   X
 LINK=(CE,CE,CE,CE),UNIT=SCTC
*
 IODEVICE ADDRESS=(7E0,16),CUNUMBR=(07E0),UNIT=SCTC

</pre>
        <hr>
    </li>
    <li><h3>VTAM XCA Major Node</h3>
        <pre>
***********************************************************************
*
*      XCA MAJOR NODE FOR THE CIP on MVS Host
*
***********************************************************************
*
 000001 DLSW7E2  VBUILD TYPE=XCA
 000002 PORTK7E2 PORT   ADAPNO=0,CUADDR=7E2,SAPADDR=04,MEDIUM=RING,TIMER=3
 000003 *
 000004 GRP7E2   GROUP ANSWER=ON,                                              X
 000005                AUTOGEN=(32,L,P),                                       X
 000006                CALL=INOUT,                                             X
 000007                DIAL=YES,                                               X
 000008                ISTATUS=ACTIVE
 ******
****************************************************************************
***

*
</pre>
    </li>
    <li><h3>VTAM Switched Major Node</h3>
        <pre>
****************************************************************************
*****

                  SWITCHED MAJOR NODE
********************************************************************************
 000001 SWCES    VBUILD TYPE=SWNET
 000002 *
 000003 PU200C1  PU    ADDR=02,IDBLK=CE5,IDNUM=000C4,DLOGMOD=D4A32782,         C
 000004                MAXDATA=2052,MAXOUT=2,PACING=7,VPACING=7,PUTYPE=2
 000005 LU200C1A LU    LOCADDR=002
 000006 LU200C1B LU    LOCADDR=003
 000007 LU200C1C LU    LOCADDR=004
 000008 LU200C1D LU    LOCADDR=005
 ***************************************************************************
*********

</pre>
        <hr>
    </li>
    <li><h3>ROUTER CONFIGS FOR CARTER</h3>
        <p>****************************************************************************
        ********* version 11.0 <br>
        service udp-small-servers <br>
        service tcp-small-servers <br>
        ! <br>
        hostname carter <br>
        ! <br>
        boot system gs7-ak-mz.110-2 171.68.118.103 <br>
        boot system rom enable password ww <br>
        !<b> <br>
        source-bridge ring-group 123 <br>
        dlsw local-peer peer-id 195.1.6.1 <br>
        dlsw remote-peer 0 tcp 195.1.5.2</b> <br>
        ! <br>
        interface Loopback0 <br>
        ip address 195.1.6.1 255.255.255.0 <br>
        ! <br>
        interface Ethernet1/0 <br>
        description TFTP server connection <br>
        ip address 128.207.192.21 255.255.255.0 <br>
        ip route-cache cbus <br>
        ! <br>
        interface Ethernet1/1 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Ethernet1/2 <br>
        ip address 195.1.3.2 255.255.255.0 <br>
        ! <br>
        interface Ethernet1/3 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Ethernet1/4 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Ethernet1/5 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial3/0 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial3/1 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial3/2 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial3/3 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial3/4 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial3/5 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial3/6 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial3/7 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial4/0 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial4/1 <br>
        ip address 195.1.5.1 255.255.255.0 <br>
        ip route-cache cbus <br>
        no fair-queue <br>
        clockrate 4000000 <br>
        ! <br>
        interface Serial4/2 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial4/3 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial4/4 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial4/5 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial4/6 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface Serial4/7 <br>
        no ip address <br>
        shutdown <br>
        ! <br>
        interface TokenRing2/0 <br>
        no ip address <br>
        ip route-cache cbus <br>
        shutdown ring-speed 16 source-bridge 2564 1 123
        source-bridge spanning ! interface TokenRing2/1 no ip
        address shutdown ! interface TokenRing2/2 no ip address
        shutdown ! interface TokenRing2/3 no ip address shutdown
        ! interface Channel0/0 no ip address no ip redirects ip
        route-cache cbus no keepalive shutdown ! interface
        Channel0/1 ip address 195.1.2.2 255.255.255.0 no ip
        redirects ip route-cache cbus no keepalive offload C000
        E0 195.1.2.1 IBMHOST CISCO7K TCPIP TCPIP TCPIP API <b>csna
        C000 E2 ! interface Channel0/2 no ip address no keepalive
        lan TokenRing 0 source-bridge 100 1 123 adapter 0
        4000.7000.0001</b> ! router igrp 777 network 128.207.0.0
        ! router igrp 1 network 195.1.2.0 network 195.1.3.0
        network 195.1.5.0 network 195.1.6.0 ! ip default-gateway
        128.207.192.191 ip host REDCLAY 171.68.118.103 ip host
        CIP1 128.207.196.13 ip host ZAZU 136.145.30.2 ip route
        128.207.166.14 255.255.255.255 128.207.196.14 119 ip
        route 171.68.0.0 255.255.0.0 171.68.118.1 logging
        buffered ! line con 0 exec-timeout 0 0 line aux 0
        transport input all line vty 0 4 password ww login ! end </p>
    </li>
    <li><h3>ROUTER CONFIGS FOR REAGAN</h3>
        <pre>
****************************************************************************
***************
hostname reagan
!
enable password ww
!
no ip domain-lookup
source-bridge ring-group 123
dlsw local-peer peer-id 195.1.5.2
dlsw remote-peer 0 tcp 195.1.6.1
!
interface Serial0
 no ip address
 encapsulation sdlc
 no ip route-cache
 no keepalive
 clockrate 9600
 sdlc role primary
 sdlc vmac 0110.2222.3300
 sdlc address C4
 sdlc xid C4 CE5000C4
 sdlc partner 4000.7000.0001 C4
 sdlc dlsw C4
!
interface Serial1
 ip address 195.1.5.2 255.255.255.0
!
interface TokenRing0
 no ip address
 no ip route-cache
 shutdown
!
interface TokenRing1
 no ip address
 no ip route-cache
 shutdown
!
router igrp 1
 network 195.1.5.0
!
ip default-gateway 128.207.5.131
ip host REDCLAY 171.68.118.103
logging buffered
!
!
line con 0
 exec-timeout 0 0
line aux 0
 transport input all
line vty 0 4
 password ww
 login
!
end

</pre>
        <hr>
    </li>
</dir>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -