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

📄 readme.iproute2

📁 基于linux内核2.6.9的mpls补丁
💻 IPROUTE2
字号:
MPLS enable iproute2--------------------The 'ip' utility that is a part of iproute2 is used to add/delete/modifythe IPv4/IPv6 routing table and interface table.  With this patch itcan add LSPs as the nexthop for an IPv4 route.  This patch also addsthe 'mpls' utility which is the command line utility used toadd/delete/modify NLFE/ILM/XC/Tunnels.Run it------After compiling and installing the MPLS enabled version of iproute, you willhave a new command 'mpls' and a new nexthop option for the 'ip route' command.Here is a simple example of how to use 'mpls' and the new nexthopoption abailble for 'ip route':    # mpls nhlfe add key 0 instructions push gen 16 nexthop eth0 ipv4 1.1.1.1    Key: 0x00000002    # ip route add 10.0.0.0/8 via 1.1.1.1 spec_nh 0x8847 0x2    # mpls nhlfe show    NHLFE entry key 0x00000002 mtu 1496 propagate_ttl            push gen 16 set wlan0 ipv4 1.1.1.1  (0 bytes, 0 pkts, 0 dropped)    # ip route show 10.0.0.0/24    10.0.0.0/24 via 1.1.1.1 dev wlan0 spec_nh 0x8847 0x00000002** 0x8847 is the ethernet id of unicast MPLS packets------------------------------------------------------------------------------Copyright by James R. Leu <jleu@mindspring.com> 1999-2005

⌨️ 快捷键说明

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