• (Khác biệt giữa các bản)
    Dòng 4: Dòng 4:
    =====trai ao hồ=====
    =====trai ao hồ=====
    -
    [[Thể_loại:Kinh tế ]][[Thể_loại: Tham khảo chung ]]
    +
    // E-Branch 2
    -
    192.135.250.2 = Packets routed = A metric is a =
    +
    conf t
    -
    172.16.4.0/22 = R2#router rip + default + ip route S0/0/1
    +
    hostname EB2
    -
    192.168.0.192/27 = Add a clock rate = No static route =
    +
    enable secret class
    -
    The route will be + A static route will =
    +
    line console 0
    -
    The 172.30.0.0/16 = privileged EXEC = Flash Memory + TFTP server =
    +
    password cisco
    -
    The 192.168.4.0 = The login command = split horizon =
    +
    login
    -
    Issue the no = It forwards packets = R2# configure terminal +
    +
    exit
    -
    R2(config)# router rip + R2(config-router)# passive-interface FastEthernet0/0 = console = RIP uses only = Router(config-if)# ip address 192.168.2.1 255.255.255.0 =
    +
    line vty 0 4
    -
    ip route 0.0.0.0 0.0.0.0 Fa0/1 + ip route 0.0.0.0 0.0.0.0 10.1.1.1
    +
    password cisco
    -
    It is the number = It forwards data + It acts as =
    +
    login
    -
    route to 10.1.0.0/22 = a modem + a CSU/DSU device =
    +
    exit
    -
    Blank 3 is the letter C + Blank 1 is the command show ip route + Blank 2 is the number 120 = The route is a candidate = access =
    +
    banner motd %Authorized access only!%
    -
    The router first = The static route for 192.168.2.0 =
    +
    int f 0/0
    -
    loading the bootstrap = split horizon + hold-down timers
    +
    ip add 192.168.1.1 255.255.255.192
    -
    router = NetworkA 192.168.1.0/26 = cisco = IP 172.16.32.18 =
    +
    no sh
    -
    They can be + They can forward = Locate and load = V.35 cable =
    +
    int f 0/1
    -
    192.168.2.0/24 is missing from the routing table of R1 + 192.168.1.0/24 is missing from the routing table of R2 =
    +
    ip add 192.168.1.65 255.255.255.192
    -
    The serial interface + Three network = It excludes subnet =
    +
    no sh
    -
    host B = A network is converged after = Change the IP = B, D =
    +
    int s0/0/0
    -
    the IP address of the S0/0/0 interface at R1 =
    +
    ip add 192.168.1.254 255.255.255.252
    -
    10.0.0.0/8 + 192.168.2.0/24 = 5 = Router(config)# hostname Admin
    +
    no sh
    -
    Admin(config)# enable secret cangetin
    +
    int s0/0/1
    -
    Admin(config)# interface fa0/0
    +
    ip add 192.168.1.246 255.255.255.252
    -
    Admin(config-if)# ip address 192.168.1.22 255.255.255.248 =
    +
    no sh
    -
    SCCS* 172.16.1.0 -> S0/0/0 = It is the administrative =
    +
    exit
    -
    192.168.1.1 = router = 198.18.48.0/21
    +
    do sh ip int br
     +
    do sh ip ro
     +
    do show interfaces
     +
    do show cdp neighbors
     +
    do show ip route
     +
    router eigrp 100
     +
    network 192.168.1.0 0.0.0.63
     +
    network 192.168.1.64 0.0.0.63
     +
    network 192.168.1.252 0.0.0.3
     +
    network 192.168.1.244 0.0.0.3
     +
    no auto-summary
     +
    passive-interface fa0/0
     +
    passive-interface fa0/1
     +
    interface s0/0/0
     +
    bandwidth 384
     +
    int s0/0/0
     +
    ip summary-address eigrp 100 192.168.1.0 255.255.255.128 5
     +
    int s0/0/1
     +
    ip summary-address eigrp 100 192.168.1.0 255.255.255.128 5
     +
    exit
     +
    do telnet 192.168.1.253
     +
    cisco
     +
    en
     +
    class
     +
    // EastHQ configure terminal
     +
    interface serial0/0/0
     +
    ip address 192.168.1.249 255.255.255.252
     +
    no sh
     +
    interface serial0/0/1
     +
    ip address 192.168.1.253 255.255.255.252
     +
    bandwidth 384
     +
    no sh
     +
    interface serial0/1/0
     +
    ip address 209.165.201.6 255.255.255.252
     +
    no sh
     +
    interface serial0/1/1
     +
    ip address 192.0.2.2 255.255.255.252
     +
    no sh
     +
    exit
     +
    do sh ip ro
     +
    ip route 172.16.100.0 255.255.255.0 192.0.2.1
     +
    ip route 0.0.0.0 0.0.0.0 serial0/1/0
     +
    do show ip route
     +
    router eigrp 100
     +
    network 192.168.1.248 0.0.0.3
     +
    network 192.168.1.252 0.0.0.3
     +
    no auto-summary
     +
    interface s0/0/1
     +
    bandwidth 384
     +
    router eigrp 100
     +
    redistribute static
     +
    exit
     +
     
     +
    // E-Branch1
     +
    configure terminal
     +
    router eigrp 100
     +
    network 192.168.0.0 0.0.0.127
     +
    network 192.168.0.128 0.0.0.127
     +
    network 192.168.1.248 0.0.0.3
     +
    network 192.168.1.244 0.0.0.3
     +
    no auto-summary
     +
    passive-interface fa0/0
     +
    passive-interface fa0/1
     +
    exit
     +
    int s0/0/0
     +
    ip summary-address eigrp 100 192.168.0.0 255.255.255.0 5
     +
    int s0/0/1
     +
    ip summary-address eigrp 100 192.168.0.0 255.255.255.0 5
     +
    exit
     +
     +
     +
    // EPC 2
     +
    192.168.0.254 255.255.255.128
     +
    Default gateway 192.168.0.129
     +
     
     +
    // EPC 4
     +
    192.168.1.126 255.255.255.192
     +
    Default gateway 192.168.1.65

    22:29, ngày 23 tháng 8 năm 2013

    /Phiên âm này đang chờ bạn hoàn thiện/

    Kinh tế

    trai ao hồ

    // E-Branch 2 conf t hostname EB2 enable secret class line console 0 password cisco login exit line vty 0 4 password cisco login exit banner motd %Authorized access only!% int f 0/0 ip add 192.168.1.1 255.255.255.192 no sh int f 0/1 ip add 192.168.1.65 255.255.255.192 no sh int s0/0/0 ip add 192.168.1.254 255.255.255.252 no sh int s0/0/1 ip add 192.168.1.246 255.255.255.252 no sh exit do sh ip int br do sh ip ro do show interfaces do show cdp neighbors do show ip route router eigrp 100 network 192.168.1.0 0.0.0.63 network 192.168.1.64 0.0.0.63 network 192.168.1.252 0.0.0.3 network 192.168.1.244 0.0.0.3 no auto-summary passive-interface fa0/0 passive-interface fa0/1 interface s0/0/0 bandwidth 384 int s0/0/0 ip summary-address eigrp 100 192.168.1.0 255.255.255.128 5 int s0/0/1 ip summary-address eigrp 100 192.168.1.0 255.255.255.128 5 exit do telnet 192.168.1.253 cisco en class // EastHQ configure terminal interface serial0/0/0 ip address 192.168.1.249 255.255.255.252 no sh interface serial0/0/1 ip address 192.168.1.253 255.255.255.252 bandwidth 384 no sh interface serial0/1/0 ip address 209.165.201.6 255.255.255.252 no sh interface serial0/1/1 ip address 192.0.2.2 255.255.255.252 no sh exit do sh ip ro ip route 172.16.100.0 255.255.255.0 192.0.2.1 ip route 0.0.0.0 0.0.0.0 serial0/1/0 do show ip route router eigrp 100 network 192.168.1.248 0.0.0.3 network 192.168.1.252 0.0.0.3 no auto-summary interface s0/0/1 bandwidth 384 router eigrp 100 redistribute static exit

    // E-Branch1 configure terminal router eigrp 100 network 192.168.0.0 0.0.0.127 network 192.168.0.128 0.0.0.127 network 192.168.1.248 0.0.0.3 network 192.168.1.244 0.0.0.3 no auto-summary passive-interface fa0/0 passive-interface fa0/1 exit int s0/0/0 ip summary-address eigrp 100 192.168.0.0 255.255.255.0 5 int s0/0/1 ip summary-address eigrp 100 192.168.0.0 255.255.255.0 5 exit


    // EPC 2 192.168.0.254 255.255.255.128 Default gateway 192.168.0.129

    // EPC 4 192.168.1.126 255.255.255.192 Default gateway 192.168.1.65

    tác giả


    Tìm thêm với Google.com :

    NHÀ TÀI TRỢ
Mời bạn chọn bộ gõ Anh Việt
Bạn còn lại 350 ký tự.
X