设为首页收藏本站

中国思科华为3Com微软网络技术社区

 找回密码
 【点这里注册】

用新浪微博连接

一步搞定

QQ登录

只需一步,快速开始



报CCNP送CCNA培训 获取名企职位 誉天RHCE+CCNP班,不就业退学费 ITAA返利回归季,最高优惠25% 艾迪飞五一培训优惠进行中
泰克实验室启动CCNA免费重考活动 团购CCNA课程,仅需99元,名额有限! 武汉引航CCNP就业班 深圳思科培训首选嘉华盛世
赛贝尔计算机入侵与防范实验室 ThinkMo新盟教育 天津独家CCIE培训 武汉引航CCIE包过班火热上线 武汉引航2012年“五一”思科培训优惠
查看: 7190|回复: 1

[转载] matthewyin原创:配置Frame relay子接口 [复制链接]

56CTO.com管理员

CCIE-RSed -CCIE-Security ing

Rank: 30Rank: 30Rank: 30Rank: 30Rank: 30Rank: 30Rank: 30Rank: 30

  • TA的每日心情
    奋斗
    3 天前
  • 签到天数: 134 天

    [LV.7]常住居民III

    最后登录
    2012-5-20
    在线时间
    5496 小时
    金币
    21465
    注册时间
    2007-4-24
    积分
    19233
    帖子
    2627
    主题
    925
    精华
    30
    UID
    3
    发表于 2007-5-5 10:15:38 |显示全部楼层
    tech-lab
    中国思科华为3COM网络技术论坛matthewyin

    matthewyin博客: http://matthewyin.blog.51cto.com/blog/49294/13061

    R1:R3 103:301
       R2:R3 203:302   

    1,多点子接口R1
    conf t
    int s 0
    encap frame
    no arp f
    no frame inver
    ip ad 10.1.1.1 255.255.255.0
    frame map ip 10.1.1.3 103 b
    frame map ip 10.1.1.2 103 b
    no shut
    end


    R2
    conf t
    int s 0
    encap f
    no arp f
    no frame inver
    ip ad 10.1.1.2 255.255.255.0
    frame map ip 10.1.1.3 203 b
    frame map ip 10.1.1.1 203 b
    no shut
    end


    R3
    conf t
    int s 0
    encap f
    no arp f
    no frame inv
    no shut
    exit
    int s 0.1 m
    no arp f
    no frame inver
    ip ad 10.1.1.3 255.255.255.0
    frame map ip 10.1.1.1 301 b
    frame map ip 10.1.1.2 302 b
    end


    R1#ping 10.1.1.3
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 16/66/228 ms
    R1#ping 10.1.1.2
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 20/111/372 ms




    R2#ping 10.1.1.1
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 24/140/424 ms
    R2#ping 10.1.1.3
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 8/79/164 ms



    R3#ping 10.1.1.1
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 8/82/224 ms
    R3#ping 10.1.1.2
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 12/75/232 ms


    2,点到点子接口R1
    conf t
    int s 0
    encap f
    no arp f
    exit
    int s 0.1 point-to-point
    ip ad 10.1.1.1 255.255.255.0

    frame interface-dlci 103
    exit
    no shut
    end

    R2 conf t
    int s 0
    encap f
    no arp f
    exit

    int s 0.1 point-to-point
    ip ad 10.1.2.2 255.255.255.0
    frame interface-dlci 203
    exit
    no shut
    end


    R3
    conf t
    int s 0
    encap f
    no arp f
    no shut
    exit
    int s 0.1 point-to-point
    ip ad 10.1.1.3 255.255.255.0
    frame interface-dlci 301
    exit
    int s 0.2 point-to-point
    ip ad 10.1.2.3 255.255.255.0
    frame interface-dlci 302
    end


    R1#ping 10.1.1.3
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 12/44/100 ms

    R2#ping 10.1.2.3
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.2.3, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 8/72/216 ms


    R3#ping 10.1.1.1
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 8/69/204 ms
    R3#ping 10.1.2.2
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.2.2, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 8/92/192 ms
    附件: 你需要登录才可以下载或查看附件。没有帐号?【点这里注册】

    56CTO.com管理员

    CCIE-RSed -CCIE-Security ing

    Rank: 30Rank: 30Rank: 30Rank: 30Rank: 30Rank: 30Rank: 30Rank: 30

  • TA的每日心情
    奋斗
    3 天前
  • 签到天数: 134 天

    [LV.7]常住居民III

    最后登录
    2012-5-20
    在线时间
    5496 小时
    金币
    21465
    注册时间
    2007-4-24
    积分
    19233
    帖子
    2627
    主题
    925
    精华
    30
    UID
    3
    发表于 2007-5-5 14:47:18 |显示全部楼层
    tech-lab
    以为是IT实验室的  哈哈
    不好意思

    使用道具 举报

    您需要登录后才可以回帖 登录 | 【点这里注册】

    Archiver|手机版|中国思科华为3COM微软网络技术论坛 ( 蜀ICP备10021523号 )  管理员QQ: 网上报案
    蓉警备:51011099003-00001

    GMT+8, 2012-5-23 09:16 , Processed in 0.204959 second(s), 22 queries .

    Powered by Discuz! X2

    © 2001-2011 Comsenz Inc.

    回顶部