You are on page 1of 2

* activer les features bgp/mpls/ mpls l3 / grace-period / isis

install feature-set mpls


show feature-set
feature mpls l3vpn
feature mpls ldp
feature bgp
license grace-period
feature isis
feature ospf

* config isis

router isis Enterprise


net 47.0004.004d.0001.0001.0c11.1111.00
log-adjacency-changes
mpls ldp autoconfig level-1

interface ethernet 2/2


ip router isis Enterprise
interface ethernet 2/1
ip router isis Enterprise

copy running-config startup-config

* config bgp

router bgp 64200


router-id 10.10.10.10

router ospf 100


mpls ldp autoconfig area 10

interface ethernet 2/1


ip address 192.168.10.1 255.255.255.0

---------------------------------

* PE-PARIS-01 *

hostname PE-PARIS-01

interface ethernet 2/1


description vers_PE-PARIS-02

interface ethernet 2/2


description vers_PE-MARSEILLE-01

* PE-PARIS-02 *

hostname PE-PARIS-02

interface ethernet 2/1


description vers_PE-PARIS-01

interface ethernet 2/2


description vers_PE-BORDEAUX-01

---------------------------------

* PE-BORDEAUX-01 *

hostname PE-BORDEAUX-01
interface ethernet 2/1
description vers_PE-BORDEAUX-02

interface ethernet 2/2


description vers_PE-PARIS-02

* PE-BORDEAUX-02 *

hostname PE-BORDEAUX-02
interface ethernet 2/1
description vers_PE-BORDEAUX-01

interface ethernet 2/2


description vers_PE-MARSEILLE-02

---------------------------------

* PE-MARSEILLE-01 *

hostname PE-MARSEILLE-01

interface ethernet 2/1


description vers_PE-MARSEILLE-01

interface ethernet 2/2


description vers_PE-PARIS-01

* PE-MARSEILLE-02 *

hostname PE-MARSEILLE-02

interface ethernet 2/1


description vers_PE-MARSEILLE-01

interface ethernet 2/2


description vers_PE-BORDEAUX-02

---------------------------------

You might also like