zoukankan      html  css  js  c++  java
  • QOS实验_RSVP实验


    R1======================

    int e0/0
    no sh
    int e0/0.12
    en do 12
    ip add 12.1.1.1 255.255.255.0

    no ip routing
    ip default-gateway 12.1.1.2

    R2==============================

    interface Ethernet0/0
     no ip address
    no sh
     ip rsvp bandwidth
    !
    interface Ethernet0/0.12
     encapsulation dot1Q 12
     ip address 12.1.1.2 255.255.255.0
     ip rsvp bandwidth
    !
    interface Ethernet0/0.23
     encapsulation dot1Q 23
     ip address 23.1.1.2 255.255.255.0
     ip rsvp bandwidth
    !
    router ospf 100
     network 0.0.0.0 255.255.255.255 area 0

    ip rsvp sender 45.1.1.5 12.1.1.1 UDP 1040 0 12.1.1.1 Ethernet0/0.12 32 32

    R3=======================================

    interface Ethernet0/0
     no ip address
    no sh
     ip rsvp bandwidth
    !
    interface Ethernet0/0.23
     encapsulation dot1Q 23
     ip address 23.1.1.3 255.255.255.0
     ip rsvp bandwidth
    !
    interface Ethernet0/0.34
     encapsulation dot1Q 34
     ip address 34.1.1.3 255.255.255.0
     ip rsvp bandwidth
    !
    router ospf 100
     network 0.0.0.0 255.255.255.255 area 0

    R4===========================================

    interface Ethernet0/0
     no sh
     ip rsvp bandwidth
    !
    interface Ethernet0/0.34
     encapsulation dot1Q 34
     ip address 34.1.1.4 255.255.255.0
     ip rsvp bandwidth
    !
    interface Ethernet0/0.45
     encapsulation dot1Q 45
     ip address 45.1.1.4 255.255.255.0
     ip rsvp bandwidth
    !
    router ospf 100
     network 0.0.0.0 255.255.255.255 area 0

    ip rsvp reservation 45.1.1.5 12.1.1.1 UDP 1040 0 45.1.1.5 Ethernet0/0.45 FF LOAD 32 32

    R5===============================

    int e0/0
    no sh
    int e0/0.45
    en do 45
    ip add 45.1.1.5 255.255.255.0

    no ip routing
    ip default-g 45.1.1.4

    ================================================

    R4


    show ip rsvp interface
    show ip rsvp installed
     

  • 相关阅读:
    深入浅出:了解前后端分离优势、前后端接口联调以及优化问题
    深入浅出:了解JavaScript中的call,apply,bind的差别
    Vue2.0 搭建Vue脚手架(vue-cli)
    深入浅出:promise的各种用法
    深入浅出:了解常见的设计模式(闭包、垃圾回收机制)
    sql server xml 功能
    sqlite 用法
    PowerDesigner使用
    asp.net 开发注意的几点
    vue template
  • 原文地址:https://www.cnblogs.com/cyrusxx/p/12824148.html
Copyright © 2011-2022 走看看