成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

CCIE:在IS IS網(wǎng)絡(luò)部署MPLS VPN

企業(yè)動(dòng)態(tài)
本文介紹了在IS IS網(wǎng)絡(luò)部署MPLS VPN

Network Diagram

This document uses this network setup:Configurations

This document uses these configurations:

 

 

Quick Configuration Guide

Pomerol

Pulligny

Pauillac

Quick Configuration Guide

Complete these steps to configure MPLS:

Set up your network as usual (MPLS needs a standard IP connection in order to establish forwarding bases).

Ensure that the routing protocol (OSPF or IS-IS) is working correctly. These commands are shown in italics in the configurations in this section.

Use the ip cef command (for better performances, use the ip cef distributed command when available) in the general configuration mode (shown in bold in the configurations in this section) to enable.

Use the mpls ip command (or the tag-switching ip command on older Cisco IOS versions) in the general configuration mode and in each interface (shown in bold in the configurations in this section) to enable.

Note:  The LSRs must have (up) Loopback interfaces with an address mask of 32 bits.

Pomerol

Current configuration:

!

version 12.2

!

hostname Pomerol

!

ip cef

!--- Enables Cisco Express Forwarding globally.

!

interface Loopback0

 ip address 10.10.10.3 255.255.255.255

 ip router isis

!--- Assigns an IP address to interface loopback0

!--- and enables IS-IS for IP on the interface.

!

interface Serial0/0

 encapsulation frame-relay

!

interface Serial0/0.1 point-to-point

 ip address 10.1.1.6 255.255.255.252

 ip router isis

 tag-switching ip

!--- Enables dynamic Label Switching of

!--- IPv4 packets on an interface.

 frame-relay interface-dlci 301

!

interface Serial0/0.2 point-to-point

 ip address 10.1.1.9 255.255.255.252

 ip router isis

 tag-switching ip

 frame-relay interface-dlci 303

!

interface Serial0/0.3 point-to-point

 ip address 10.1.1.21 255.255.255.252

 ip router isis

 tag-switching ip

 frame-relay interface-dlci 306

!

router isis

 net 49.0001.0000.0000.0003.00

 is-type level-1

!

ip classless

!

end

 

Pulligny

Current configuration:

!

version 12.1

!

hostname Pulligny

!

ip cef

!

interface Loopback0

 ip address 10.10.10.2 255.255.255.255

!

interface Serial0/1

 no ip address

 encapsulation frame-relay

!

interface Serial0/0.1 point-to-point

 ip address 10.1.1.2 255.255.255.252

 ip router isis

 tag-switching ip

 frame-relay interface-dlci 201

!

interface Serial0/0.2 point-to-point

 ip address 10.1.1.10 255.255.255.252

 ip router isis

tag-switching ip

 frame-relay interface-dlci 203

!

router isis

 redistribute static ip

 passive-interface Loopback0

 net 49.0001.0000.0000.0002.00

 is-type level-1

!--- Enables the IS-IS process on the router,

!--- makes loopback interface passive

!--- (does not send IS-IS packets on interface),

!--- and assigns area and system ID to router.

!

ip classless

!

end

 

 

Pauillac

Current configuration : 2366 bytes

!

version 12.1

!

hostname pauillac

!

ip cef

!

interface Loopback0

 ip address 10.10.10.1 255.255.255.255

 ip router isis

!

interface Serial0/0

 no ip address

 encapsulation frame-relay

!

interface Serial0/0.1 point-to-point

 ip address 10.1.1.1 255.255.255.252

 ip router isis

 tag-switching ip

 frame-relay interface-dlci 102

!

interface Serial0/0.2 point-to-point

 ip address 10.1.1.5 255.255.255.252

 ip access-group 150 out

 ip router isis

 tag-switching ip

 frame-relay interface-dlci 103

!

interface Serial0/0.3 point-to-point

 bandwidth 512

 ip address 10.1.1.13 255.255.255.252

 ip router isis

 tag-switching ip

 frame-relay interface-dlci 104

!

interface Serial0/0.4 point-to-point

 ip address 10.1.1.17 255.255.255.252

 ip router isis

 tag-switching ip

 frame-relay interface-dlci 105

!

!

router isis

 net 49.0001.0000.0000.0001.00

 is-type level-1

!

ip classless

!

end

Verify

This section provides information you can use to confirm your configuration is working properly.

Certain show commands are supported by the Output Interpreter Tool (registered customers only) , which allows you to view an analysis of show command output.

show tag-switching tdp neighbor

show tag-switching tdp bindings

show tag-switching forwarding-table

show tag-switching forwarding-table a.b.c.d detail

traceroute a.b.c.d

An exhaustive list of commands is included in the MPLS Command Reference. Other sample show commands are described in Configuring Basic MPLS Using OSPF.

Sample Output

The following output focuses on the LDP. The LDP currently implemented in IOS is TDP (Tag Distribution Protocol), which contains some Cisco-proprietary extensions, but it be used with LDP, the IETF official protocol for label distribution. TDP will be replaced by LDP in the future.

You can use the show tag-switching tdp * command to verify the state of TDP. You can see neighbors using the show tag-switching tdp neighbor command.

Pulligny# show tag-switching tdp discovery

Local TDP Identifier:

 10.10.10.2:0

TDP Discovery Sources:

  Interfaces:

 Serial0/0.1: xmit/recv

   TDP Id: 10.10.10.1:0

 Serial0/0.2: xmit/recv

   TDP Id: 10.10.10.3:0

!--- Ensure you are able to ping this IP address

!--- If not, check whether a route exists in the routing table

Pulligny# show tag-switching tdp neighbor

Peer TDP Ident: 10.10.10.1:0; Local TDP Ident 10.10.10.2:0

        TCP connection: 10.10.10.1.711 - 10.10.10.2.11001

        State: Oper; PIEs sent/rcvd: 27907/27925; ; Downstream

        Up time: 2w2d

        TDP discovery sources:

          Serial0/0.1

        Addresses bound to peer TDP Ident:

          10.1.1.1        10.1.1.13       10.1.1.17       10.10.10.1

          10.1.1.5        10.200.28.89

Peer TDP Ident: 10.10.10.3:0; Local TDP Ident 10.10.10.2:0

        TCP connection: 10.10.10.3.11001 - 10.10.10.2.711

        State: Oper; PIEs sent/rcvd: 22893/22874; ; Downstream

        Up time: 1w6d

        TDP discovery sources:

          Serial0/0.2

        Addresses bound to peer TDP Ident:

          10.200.28.91    10.1.1.6        10.1.1.9        10.1.1.21

          10.10.10.3You can use the show tag-switching tdp bindings command to view the established bindings between labels and routes.

Pulligny# show tag-switching tdp bindings

(...)

  tib entry: 10.10.10.4/32, rev 22

        local binding:  tag: 21

        remote binding: tsr: 10.10.10.1:0, tag: 22

        remote binding: tsr: 10.10.10.3:0, tag: 25

  tib entry: 10.10.10.6/32, rev 51

        local binding:  tag: 23

        remote binding: tsr: 10.10.10.3:0, tag: 18

        remote binding: tsr: 10.10.10.1:0, tag: 20

(...)You can use the show tag-switching forwarding-table command to see which bindings are used to build the LFIB.

Pulligny# show tag-switching forwarding-table

Local  Outgoing    Prefix            Bytes tag  Outgoing   Next Hop

tag    tag or VC   or Tunnel Id      switched   interface

16     Pop tag     10.1.1.4/30       0          Se0/0.2    point2point

       Pop tag     10.1.1.4/30       0          Se0/0.1    point2point

17     Pop tag     10.1.1.20/30      0          Se0/0.2    point2point

18     Pop tag     10.10.10.3/32     0          Se0/0.2    point2point

19     Pop tag     10.10.10.1/32     0          Se0/0.1    point2point

20     Pop tag     10.1.1.12/30      0          Se0/0.1    point2point

21     Pop tag     10.1.1.16/30      0          Se0/0.1    point2point

22     20          10.10.10.5/32     0          Se0/0.1    point2point

23     22          10.10.10.6/32     0          Se0/0.2    point2point

24     22          10.10.10.4/32     0          Se0/0.1    point2pointYou can use the show tag-switching forwarding-table 10.10.10.4 detail command to view the details of a given destination.

Pulligny# show tag-switching forwarding-table 10.10.10.4 detail

Local  Outgoing    Prefix            Bytes tag  Outgoing   Next Hop

tag    tag or VC   or Tunnel Id      switched   interface

21     22          10.10.10.4/32     12103      Se0/0.1    point2point

        MAC/Encaps=4/8, MTU=1500, Tag Stack{22}

        30918847 00016000

Per-packet load-sharingYou can also use the traceroute command, if the network does IP TTL propagation, to view the hops. Refer to Multiprotocol Label Switching on Cisco Routers for more information on the mpls ip ttl propagate command.

Pesaro# traceroute 10.10.10.4

Type escape sequence to abort.

Tracing the route to 10.10.10.4

  1 10.1.1.21 [MPLS: Label 25 Exp 0] 296 msec 256 msec 244 msec

  2 10.1.1.5 [MPLS: Label 22 Exp 0] 212 msec 392 msec 352 msec

  3 10.1.1.14 436 msec *  268 msecNote: Exp 0 appears in the output if the experimental field is used for Quality of Service (QoS).

Troubleshoot

There is currently no specific troubleshooting information available for this configuration.

 

【編輯推薦】

  1. CCIE學(xué)習(xí)之EIGRP基礎(chǔ)
  2. CCIE R&S Troubleshooting 排錯(cuò)實(shí)例
  3. New CCIE R/S 4.0(面試題)Core Knowledge Questions
責(zé)任編輯:張攀 來源: 56cto
相關(guān)推薦

2019-07-23 07:11:54

MPLS VPN路由協(xié)議

2011-11-07 15:52:05

2012-12-07 09:15:25

中小企業(yè)MPLSVPN

2012-02-06 09:53:46

MPLS VPN

2011-11-07 09:52:25

MPLS-VPN

2011-11-07 10:49:16

IPsec VPNMPLS VPN

2010-06-29 09:58:42

CCIE K4

2009-12-30 10:01:17

MPLSVPN網(wǎng)絡(luò)

2011-11-08 09:16:40

2011-08-25 16:20:18

MPLS VPN故障熱備份

2011-11-07 13:30:19

2011-08-18 11:08:02

2009-12-30 10:12:30

MPLS VPN

2010-11-18 14:16:09

廣域網(wǎng)VPNMPLS VPN

2010-03-31 17:29:26

2012-01-04 10:32:09

2011-11-07 11:15:31

2009-12-28 13:09:36

MPLS VPN技術(shù)

2009-12-29 15:24:06

VPN網(wǎng)絡(luò)建設(shè)

2011-07-25 12:53:34

MPLS VPNCisco
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)

主站蜘蛛池模板: 欧美精品一区二区三区在线 | 国产精品毛片一区二区在线看 | 97国产在线观看 | 欧美中国少妇xxx性高请视频 | 无码一区二区三区视频 | 婷婷丁香在线视频 | 91pron在线| 日韩h | 免费国产黄| 亚洲精品中文字幕av | 久久一 | 色综合天天天天做夜夜夜夜做 | 欧美激情在线精品一区二区三区 | 免费精品视频一区 | 亚洲一区 | 久久久婷婷 | 亚洲成人精品 | 久久男人 | 欧美成人手机在线 | 日本久久网站 | 97国产精品视频 | 一区二区三区成人 | 亚洲伊人a| 视频一区二区在线观看 | 久久一久久 | 91久久精品一区二区二区 | 久久国产精品久久 | 在线成人免费av | 久久精品性视频 | 日韩一区二区免费视频 | 亚洲午夜电影 | 91亚洲国产成人久久精品网站 | av免费网站在线观看 | 综合久久av| 精品久久久久久亚洲综合网 | 天天干天天操天天射 | 91视频免费 | 999久久久 | chengrenzaixian| 精品久久香蕉国产线看观看亚洲 | 麻豆91av |