OSPF problem in a GSR12000 with MPLS interfaces

Hi,
I am using an MPLS interface connected to other vendor routers.
OSPF is set on the MPLS interface.
The OSPF did not synched with the other vendor OSPF due to the following :
00:45:55: OSPF: Rcv DBD from 10.10.55.113 on GigabitEthernet4/0 seq 0x178476E opt 0x42 flag 0x7 len 32 mtu 1500 state EXSTART
00:45:55: OSPF: First DBD and we are not SLAVE
00:46:00: OSPF: Retransmitting DBD to 10.10.55.113 on GigabitEthernet4/0
00:46:00: OSPF: Up DBD Retransmit cnt to 1 for 10.10.55.113 on GigabitEthernet4/0
00:46:00: OSPF: Send DBD to 10.10.55.113 on GigabitEthernet4/0 seq 0x745 opt 0x52 flag 0x7 len 32
00:46:00: OSPF: Rcv DBD from 10.10.55.113 on GigabitEthernet4/0 seq 0x178476E opt 0x42 flag 0x7 len 32 mtu 1500 state EXSTART
00:46:00: OSPF: First DBD and we are not SLAVE
After diagnosing the problem we found out that if the loopback router-id address value is bigger then the neighbores IP address then you will get this problem.
If you will change the router-id ip address for 1.1.1.1 and the MTU is set ok (to be 1500 on the MPLs i/fs) then it will work well !
Regards,
Simhon Doctori.

Hi,
Sorry for barging in on this. Can you please tell me how this Master/Slave relationship comes into play in conjunction with DR. DR is a focal point for distributing LSD and propagating all the updates on broadcast or NBMA networks.
a. What if DR has a RID of 1.1.1.1 which is lower
than any other RID on a segment?
b. Will it be chosen as Master anyhow?
c. What if a topology change occurs on a Slave
router, it is allowed to update the Master?
Is there the same Master/Slave notion in other routing protocols, specifically ISIS, EIGRP and BGP?
Thank you very much.
David

Similar Messages

  • Problems deploying entity beans with local interfaces on Jboss?

    I'm trying to deploy a simple entity bean using local interfaces on Jboss 3.2.1 and I obtain the following exception:
    19:08:51,875 WARN [verifier] EJB spec violation:
    Bean : UsersEJB
    Section: 9.2.2
    Warning: The entity bean class must not be defined as abstract.
    19:08:51,875 WARN [verifier] EJB spec violation:
    Bean : UsersEJB
    Section: 9.4.7.1
    Warning: The primkey-field element must name a public field in the bean implemen
    tation class.
    Any idea?
    Thanks,
    Marco

    I guess you are missing <cmp-version>2.x</cmp-version> for your first warning and <primkey-field>primary key field </primkey-field> for you second warning in your ejb-jar.xml

  • MPLS MTU on FE interfaces with fixed interface MTU

    What is the recommendation for setting MPLS MTU when the hardware does not permit the setting of the interface MTU:
    PE-Edge-2(config)#int fastEthernet 0/0
    PE-Edge-2(config-if)#mtu 1524
    % Interface FastEthernet0/0 does not support user settable mtu.
    The MPLS MTU could be changed with "mpls mtu 1524", but this gives the error:
    PE-Edge-2(config-if)#mpls mtu 1524
    *Dec 24 20:54:43.467: %TFIB-3-MPLS_MTU_SET: Setting mpls mtu to 1524 on FastEthernet0/0 which is higher than the interface mtu 1500 . This could lead to packet forwarding problems including packet drops.
    Is it permissible to set the MPLS MTU greater than the interface MTU, as I thought that MPLS packets cannot not be fragmented, but rather simply dropped?
    In this scenario, is the only solution to limit the size of inbound packets with something like "ip tcp adjust-mss 1476" to avoid any potential packet drops?

    if your doing AToM then you have to change the mpls mtu in order to transport full frames over your backbone. I have the same issue with the mtu and setting the mpls mtu to 9196 while leaving the mtu at 1500 did not impact regular traffic at all but it did allow our l2vpn's to function correctly.

  • MTU problems with MPLS

    I have discovered that one of my routers, a 7206VXR with a PA-FE-FX "does not support user settable mtu". This seems to be causing a problem with some customers with firewalls (Path MTU Discovery isn't working on them...).
    I have turned up the MTU to 1526 on all interfaces and turned the MPLS MTU setting down, but I cannot make these problems go away. Are there any workarounds for this? Are there any means at all for forcibly fragmenting packets?
    As I said the router in question is a 7206VXR, NPE-300 and the interface is a PA-FE-FX, it is running IOS 12.2(10b).

    What I ended up doing was: connect a 7500 to a 7200 both with PA-FE-TX, and it worked. Then I plugged in a 2900XL switch in between them. This did not work. I set mtu on the two ports on the switch. I then (after tearing hair, jumping up and down, etc) rebooted the switch. The switch came back up in with the interfaces already configured for MTU 2018. This finally worked. 12.0(5.2)XU is the version that all the switches in question were running.
    The other problem that I realized was that the path that was working was actually going through a 3550, not a 2900XL.
    So I reloaded the switches in question that evening, and low and behold, everything was peachy, 1500 byte packets worked again. I can't really guess why this is the case, but reload + coming up configured with MTU works, configuring the MTU to be larger while running doesn't. I should also mention that these ports are actually WS-X2922-XL-V and WS-X2924-XL-V modules, not the regular ports... I know, I know.
    I've heard stranger things and I'm happy to get so rest now and play with the new features MPLS provides. You guys were very helpful, particularly hritter, in pointing me toward the switches, otherwise I would have probably replaced the PA-FE with a gigabit card.

  • Problem with Local Interfaces (WSAD 5)

    I built an Entity Bean with Local Interface and a Remote Interface (apperently they both have the same JNDI name in WSAD)
    and when I look up for the name from other Session Bean (same EJB group) and I try to cast it to the local interface there is a classCastException.............
    HELP ME

    Nidhi
    I had the same problems as you that went away. If you have both remote and local interfaces defined, and your remote inerface can be accessed via JNDI lookup using (say) "ejb/sessionbean/stateless/HelloHome", then you can access the local intercafe using "local:ejb/ejb/sessionbean/stateless/HelloHome".
    The URL http://localhost:9080/UTC/initialize?port=2809 is very useful to browse the JNDI tree. Just expand "Local EJB beans" and position your mouse over the item of interest. The JNDI lookup name will echo in the bottom (solid) frame of the browser. The only problem is that the jndilookup name will appear (mistakenly) as local:/ejb/ejb/stateless......, just get rid of the first forward-slash to make it look like local:ejb/ejb/stateless....
    Hope this helps
    Somnath

  • Problem with Reversed document with IDOC interface

    I have a problem when I create Idoc which will reverse a document.
    I use ACC_DOCUMENT_REVERSE, in Idoc is filled like this -
    OBJ_TYPE ( BKPFF )
    OBJ_KEY( reverse document number + company code + year)
    OBJ_SYS ( system id )
    OBJ_KEY_R ( obj_key of document which will reverse )
    PSTNG_DATE
    COMP_CODE
    REASON_REV
    I formed OBJ_KEY with one select from table bkpf, and get the last number of documents reversed with Idoc interface. The interface creates Idoc reverse document with number 929xxxxxxx. With fb08 - documents created are 92xxxxxxxx.
    The problem is when use transaction fs10n, fill customer account number, and the sums are not right. The documents which was reversed with Idoc did not entered in G/L Account Line Item.
    But if I start transaction fbl5n - customer line item, the documents reversed by Idoc is there, and the total sum is right.
    How can I resolve this problem?
    Greetings,
    Lazar Hristov

    Hi,
    I hope you have reversed the posting.Have you cancelled the downpayment invoice.
    Please cancel the first downpayment invoice and post the amount for the second downpayment.
    Now try to create the final invoice.
    Regards,
    Krishna.

  • Problem with mac interface

    Hi !
    I just installed Dreamweaver CS4 on my new Macbook Pro. I used to use Dreamweaver CS4 on Windows. But, I have a problem with the interface on my macbook : when dreamweaver is running, I can see my desktop : there is no background like in a MDI application (on windows). To illustrate my problem, I took two screenshots :
    on mac :
    and on windows :
    So, I would like to know how to have the same interface with Mac OS X than with Windows.
    Thanx for your help and sorry for my english but i'm french.

    Click the green zoom (+) button in the top-left corner of the window to switch between a larger and smaller window size.
    Depending on the active application it either fills the entire screen or zooms to the size of the last largest size of the window that you set yourself by dragging bottom righthand corner to desired size.
    Photoshop has various ways to hide the Desktop. Either by using the Application frame (which doesn't neccessarily hide the entire Desktop) or by pressing the key F. Wanted by PC users but usually not by Mac users. (I would personaly never use it as it obscures the Desktop so you cannot easily reach other applications and documents by just clicking them to call them into the front and get active).
    DW doesn't have an application frame but it is easy enough to fill the entire screen with the active window, particularly if you open up a few panels and dock them to each other and use Split screen view with code on one size and design on the other, then place various bars at top and bottom. When you have organized it to your liking, save it as a Workspace (Window/Workspace Layout/New Workspace) and you have it handy for future use.
    Learn how to use the windows and workspaces in an efficient way and one of these days you might get used to it...

  • 6500 sup 720 with MPLS, GRE and FWSM problem

    We have 6500 sup 720 with MPLS configured and FWSM in transparent  mode. We also terminate GRE tunnels on the same 6500.
    After implementing the command “mls mpls tunnel-recir” GRE tunnels are hardware switched (which we want them to be), but we don’t have any more connection from locations thru GRE tunnels to servers behind FWSM.
    Does anybody have idea how to solve this problem?

    Hi,
    not sure what you mean exactly.
    the command “mls mpls tunnel-recir” is needed to avoid packets corruption in cases where the Supervisor engine is handling both the GRE header encapsulation and the MPLS label stack imposition. Since it cannot do it in one single shot (without causing random corruption) recirculation is needed. Nevertheless its presence does not influence whether the GRE traffic is handled in hardware or in software. Even without it, IF THE GRE TUNNELS ARE CORRECTLY CONFIGURED (meaning that each GRE tunnels has its unique source address etc.), the traffic is handled in hardware.
    However since you say that after you enabled it you don't have connectivty anymore I suppose that some issue related to recirculation is happening (i.e. traffic ends up in the wrong internal vlan after recirculation).
    Unfortunately the support forum is not meant to help in this case as in-depth troubleshooting is required. For that you need a TAC case.
    regards,
    Riccardo

  • MIB walk for a router with MPLS enabled interfaces

    To perform some testing in an agent I am building, I need a MIB walk for a router with MPLS enabled interfaces. I would greatly appreciate help with this MIB walk

    You can do a walk-through of the MIB by running a command such as getmany -v2c public mplsLsrMIB . For detailed instructions refer http://cisco.com/en/US/docs/ios/12_2t/12_2t2/feature/guide/lsrmibt.html.

  • How do I correct the problem of two routers with the same OSPF Router IDs?

    How do I correct the problem of two routers with the same OSPF Router IDs?

    Hi,
    The answer above is correct, though you don't really need to reload, you can just simply clear the OSPF process with the following command:
    clear ip ospf 1 process
    HTH

  • Problem interconnecting Cat4507 with C250 Server with 10Gb interface

    I have a Cisco C series with a 5711 Broadcom interface and Cisco SFP+ to be connected to a Cisco Catalyst 4507R with a WS-X4606-X2-E and X2-10GB-SR and it does not work. I have already seen a discussion regarding the connection between a C series with broadcom interface to a Cisco UCS 6120  https://supportforums.cisco.com/message/3189099#3189099
    solved only with a different sfp+ (not Cisco).
    I have an answer from broadcom that indicate the only sfp accepted by broadcom nextreme II adapter
    Here is a list of qualified SFP+ modules and DACs for the BCM957711A1113G:
    #OPTIC MODULES
    JDSU , * , PLRXPLSCS4321N
    JDSU , * , PLRXPLSCS4322N
    FINISAR CORP. , * , FTLX8571D3BCL
    they also said is possible to set a parameter in nvram (policing) to be disabled in order to accept all sfp modules (not only the ones before).
    Unfortunally I have not found the parameter, anyone have experience?

    I have a Cisco C series with a 5711 Broadcom interface and Cisco SFP+ to be connected to a Cisco Catalyst 4507R with a WS-X4606-X2-E and X2-10GB-SR and it does not work. I have already seen a discussion regarding the connection between a C series with broadcom interface to a Cisco UCS 6120  https://supportforums.cisco.com/message/3189099#3189099
    solved only with a different sfp+ (not Cisco).
    I have an answer from broadcom that indicate the only sfp accepted by broadcom nextreme II adapter
    Here is a list of qualified SFP+ modules and DACs for the BCM957711A1113G:
    #OPTIC MODULES
    JDSU , * , PLRXPLSCS4321N
    JDSU , * , PLRXPLSCS4322N
    FINISAR CORP. , * , FTLX8571D3BCL
    they also said is possible to set a parameter in nvram (policing) to be disabled in order to accept all sfp modules (not only the ones before).
    Unfortunally I have not found the parameter, anyone have experience?

  • Fast-Reroute on a ring with Gig Interface

    Hi,
    I'm trying to setup a fast-reroute option on a 4 routers ring connected through gige with OSPF.
    The main idea is to be able to use xconnect between A & B for normal route with a backup through C & D in case of Gig failure AB.
    I created two tunnel as follow on A
    interface Tunnel50
    ip unnumbered Loopback0
    tunnel mode mpls traffic-eng
    tunnel destination b.b.b.b
    tunnel mpls traffic-eng autoroute announce
    tunnel mpls traffic-eng priority 2 2
    tunnel mpls traffic-eng path-option 1 explicit name b-fast
    tunnel mpls traffic-eng fast-reroute node-protect
    interface Tunnel51
    ip unnumbered Loopback0
    tunnel mode mpls traffic-eng
    tunnel destination b.b.b.
    tunnel mpls traffic-eng autoroute announce
    tunnel mpls traffic-eng priority 5 5
    tunnel mpls traffic-eng path-option 10 explicit name b-low
    and configure A to B interfaces with
    mpls traffic-eng backup-path Tunnel51
    ip rsvp bandwidth
    router ospf
    mpls traffic-eng router-id Loopback0
    mpls traffic-eng area 0
    Same kind of conf on B side...
    Well, if I shutdown A to B interface, the fast-reroute doesn't seems to operate and the xconnect resume on a ospf convergence base latency.
    Should I also create tunnel A-C, A-D, B-C, B-D, ... like a full mesh ? or point to point on a ring AB, BC, CD, DA ?
    Thanks for your help.
    Laurent

    I tried a xconnect between br01 and br04.
    Routers are on a ring : br01(ge3/2)--(ge3/1)br03--br02--br04(ge3/2)--(ge3/1)br01
    tunnel50 is the straight route and tunnel 51 is the low route
    *Here the output from br04
    br04-7600-mtp02#show mpls traffic-eng tunnels brief
    Signalling Summary:
        LSP Tunnels Process:            running
        Passive LSP Listener:           running
        RSVP Process:                   running
        Forwarding:                     enabled
        Periodic reoptimization:        every 3600 seconds, next in 2803 seconds
        Periodic FRR Promotion:         Not Running
        Periodic auto-bw collection:    every 300 seconds, next in 103 seconds
    P2P TUNNELS/LSPs:
    TUNNEL NAME                      DESTINATION      UP IF      DOWN IF    STATE/PROT
    br04-7600-mtp02_t50              94.103.128.56    -         Gi3/2     up/up
    br04-7600-mtp02_t51              94.103.128.56    -         Gi3/1     up/up
    br01-7600-par01_t50              94.103.128.59    Gi3/2      -          up/up
    br01-7600-par01_t51              94.103.128.59    Gi3/1      -          up/up
    Displayed 2 (of 2) heads, 0 (of 0) midpoints, 2 (of 2) tails
    P2MP TUNNELS:
    Displayed 0 (of 0) P2MP heads
    P2MP SUB-LSPS:
    Displayed 0 P2MP sub-LSPs:
              0 (of 0) heads, 0 (of 0) midpoints, 0 (of 0) tails
    br04-7600-mtp02#show mpls traffic-eng fast-reroute database
    P2P Headend FRR information:
    Protected tunnel               In-label Out intf/label   FRR intf/label   Status
    Tunnel50                       Tun hd   Gi3/2:implicit-n Tu51:implicit-nu Ready
    P2P LSP midpoint frr information:
    LSP identifier                 In-label Out intf/label   FRR intf/label   Status
    P2MP Sub-LSP FRR information:
    *Sub-LSP identifier
    src_lspid[subid]->dst_tunid    In-label Out intf/label   FRR intf/label   Status
    * Sub-LSP identifier format: _[SubgroupID]->_
      Note: Sub-LSP identifier may be truncated.
      Use 'detail' display for the complete key.
    br04-7600-mtp02#show mpls traffic-eng tunnels backup
    br04-7600-mtp02_t51
      LSP Head, Admin: up, Oper: up
      Tun ID: 51, LSP ID: 35, Source: 94.103.128.59
      Destination: 94.103.128.56
      Fast Reroute Backup Provided:
        Protected i/fs: Gi3/2
        Protected LSPs/Sub-LSPs: 1, Active: 0
        Backup BW: any pool unlimited; inuse: 0 kbps
        Backup flags: 0x0
    *Here the output from br01
    br01-7600-par01#show mpls traffic-eng tunnels brief
    Signalling Summary:
        LSP Tunnels Process:            running
        Passive LSP Listener:           running
        RSVP Process:                   running
        Forwarding:                     enabled
        Periodic reoptimization:        every 3600 seconds, next in 2489 seconds
        Periodic FRR Promotion:         Not Running
        Periodic auto-bw collection:    every 300 seconds, next in 89 seconds
    P2P TUNNELS/LSPs:
    TUNNEL NAME                      DESTINATION      UP IF      DOWN IF    STATE/PROT
    br01-7600-par01_t50              94.103.128.59    -         Gi3/1     up/up
    br01-7600-par01_t51              94.103.128.59    -         Gi3/2     up/up
    br04-7600-mtp02_t50              94.103.128.56    Gi3/1      -          up/up
    br04-7600-mtp02_t51              94.103.128.56    Gi3/2      -          up/up
    Displayed 2 (of 2) heads, 0 (of 0) midpoints, 2 (of 2) tails
    P2MP TUNNELS:
    Displayed 0 (of 0) P2MP heads
    P2MP SUB-LSPS:
    Displayed 0 P2MP sub-LSPs:
              0 (of 0) heads, 0 (of 0) midpoints, 0 (of 0) tails
    br01-7600-par01#show mpls traffic-eng fast-reroute database
    P2P Headend FRR information:
    Protected tunnel               In-label Out intf/label   FRR intf/label   Status
    Tunnel50                       Tun hd   Gi3/1:implicit-n Tu51:implicit-nu Ready
    P2P LSP midpoint frr information:
    LSP identifier                 In-label Out intf/label   FRR intf/label   Status
    P2MP Sub-LSP FRR information:
    *Sub-LSP identifier
    src_lspid[subid]->dst_tunid    In-label Out intf/label   FRR intf/label   Status
    * Sub-LSP identifier format: _[SubgroupID]->_
      Note: Sub-LSP identifier may be truncated.
      Use 'detail' display for the complete key.
    br01-7600-par01#show mpls traffic-eng tunnels backup
    br01-7600-par01_t51
      LSP Head, Admin: up, Oper: up
      Tun ID: 51, LSP ID: 30, Source: 94.103.128.56
      Destination: 94.103.128.59
      Fast Reroute Backup Provided:
        Protected i/fs: Gi3/1
        Protected LSPs/Sub-LSPs: 1, Active: 0
        Backup BW: any pool unlimited; inuse: 0 kbps
        Backup flags: 0x0
    Thx,
    Laurent

  • Tracking ATM PVC enabled with MPLS

    We are trying to identify a method where the ATM sub-interface enabled with Mpls shows line protocol UP but the ip reachability to the other side of the PVC is not there due to some issues in the ATM backbone.
    Can we would be able to use the track 1 interface ip routing would help us . If so ,when it identifies the ip reachability on the PVC is done,will it log into the router or can it send to the management station. We are trying to deploy the same in 7600 switches running 12.2(18)SXF4.
    Thanks
    Regards
    Anantha Subramanian Natarajan

    You may want to think of using OAM for PVC management. As it sends Loopback cell echoes between the end points and upon failure to receive the configured Echo Cell replies it brings the corresponding PVC down.
    This may as well prevent blackholing of the traffic till the OSPF adjacency is bought down due to the failure.
    Here is a link on this feature:
    http://www.cisco.com/warp/public/121/oam.html
    HTH-Cheers,
    Swaroop

  • Vrf-Lite with MPLS requires a PE at the customer side?

    Folks,
    Looking at a cisco doc, which gives a sample configuration of VRF lite with MPLS (multiple customers in the same building using same MPLS cloud). My question is that how is it done in the real world. Does the provider place a PE at the customer site? cause the connection between the CE and PE has to be a link that can carry dot1Q (ethernet or fast etheret) atleast the example shows that.
    Any real world experience would be highly appreciated.
    Thanks,

    Hi,
    the customer needs no PE router installed at his site.
    You can use vrf-lite (aka multi-vrf) even on a Cisco router, which does not support MPLS at all. On the CE each dot1Q subinterface can be placed in a vrf. All you need is a routing process started within the vrf being adjacent to the PE.
    Example CE:
    ip vrf CE-VRF1
    rd 65000:1
    interface FastEthernet0.100
    encapsualtion dot1Q 100
    ip vrf forwarding CE-VRF1
    ip address 10.1.1.1 255.255.255.0
    router ospf 100 vrf CE-VRF1
    network 10.1.1.1 0.0.0.0 area 1
    The PE would have MBGP and different RD and RTs defined, whatever is needed to setup VRFs in the provider network. Infact PE and CE each do not know about each others VRF configs at all.
    VRFs on the CE define a separate IP routing context (control plane). The separation on the data plane is done via dot1Q headers (frame-relay, ATM PVC etc. would do as well) on the link between CE and PE. In an MPLS network data plane separation is done via labels.
    Hope this helps
    Martin

  • Disappearing tunnel keepalives with tunnel interface in vrf

    Dear all
    I have an annoying problem with a gre tunnel using keepalives and the tunnel interface on the PE residing in a vrf.
    The background for my setup is an ethernet WAN link to our customer where the interface doesn't go down when the link fails.
    Therefore I want to use an gre tunnel with keepalive in order to use static routes.
    The tunnel setup is as follows:
    1. PE, 6509, Sup720, IOS 12.2(18)SXF7
    interface FastEthernet8/13
    ip address xx.yy.zz.241 255.255.255.252
    speed 10
    duplex full
    no mop enabled
    interface Tunnel813
    ip vrf forwarding CUSTOMER
    ip address 10.0.0.101 255.255.255.252
    keepalive 5 3
    tunnel source xx.yy.zz.241
    tunnel destination xx.yy.zz.242
    end
    2. CE, 1803, IOS 12.4(15)T8
    interface FastEthernet0
    bandwidth 5000
    ip address xx.yy.zz.242 255.255.255.252
    speed 10
    full-duplex
    interface Tunnel0
    ip address 10.0.0.102 255.255.255.252
    keepalive 5 3
    tunnel source xx.yy.zz.242
    tunnel destination xx.yy.zz.241
    The problem is PE sends and receives keepalives and brings up the tunnel. CE on the other hand sends but doesn't receive keepalives.
    As far as I have learned from former discussions the problem comes from tunnel and physical interface belonging to different routing instances. If I put the tunnel interface on PE into the global routing instance all the keepalives reach their destinations as expected.
    I read about a solution involving "tunnel vrf" on th etunnel configuration. This command is not present in my IOS version but AFAIK it is only necessary for having the underlying physical interface in a vrf as well.
    Furthermore I read about "mls mpls tunnel-recir" but I am not sure whether this might solve the issue here. And equally important: Can I safely turn on this feature on a running system with quite a lot of vrf customers without any trouble?
    Any hint and/or advise is greatly appreciated here.
    Thanks a lot in advance,
    Grischa

    Wow, this is old, but...
    While they may or may not be officially supported, GRE tunnels do work with vrf's if you both put the tunnel interface in the VRF AND the physical interface the tunnel runs over, AND use the tunnel vrf command.  Then everything is in the same routing table and it works.  For example:
    PE:
    vrf definition vrf1
    rd 1:1
    address-family ipv4
      route-target export 1:1
      route-target import 1:1
    exit-address-family
    interface Ethernet0/0
    vrf forwarding vrf1
    ip address 192.168.1.1 255.255.255.0
    interface Tunnel1
    vrf forwarding vrf1
    ip address 1.1.1.1 255.255.255.252
    keepalive 1 3
    tunnel source Ethernet0/0
    tunnel destination 192.168.1.2
    tunnel vrf vrf1
    router bgp 12345
    bgp log-neighbor-changes
    address-family vpnv4
    ! Provider stuff - i.e., route reflector for MPLS network
    exit-address-family
    address-family ipv4 vrf vrf1
      neighbor 1.1.1.2 remote-as 64512
      neighbor 1.1.1.2 activate
      neighbor 1.1.1.2 default-originate
    exit-address-family
    CE:
    interface Ethernet0/0
    ip address 192.168.1.2 255.255.255.0
    interface Tunnel1
    ip address 1.1.1.2 255.255.255.252
    keepalive 1 3
    tunnel source Ethernet0/0
    tunnel destination 192.168.1.1
    router bgp 64512
    bgp log-neighbor-changes
    ! network statements perhaps
    ! redistribute static perhaps
    neighbor 1.1.1.1 remote-as 12345
    neighbor 1.1.1.1 update-source Tunnel1
    neighbor 1.1.1.1 soft-reconfiguration inbound
    Of course you don't need to run BGP, but you can.

Maybe you are looking for

  • A/c Determination for special stock

    Dear Only we are receiving the QUANTITY but no financial document we nee it only material qty are enter check the path 1:First we create sales order 2:Transaction code MB1C with M/T 501 (E) we received the stock (ONLY MATERIAL QTY NO FINANCIAL DOCUME

  • How to restore my imac from a time capsule

    My iMac had its OSX 10.9.1 Mavericks fully deleted and reinstalled in the Aple Store in Haarlem Netherlands yesterday. Seen severe corruption problems of my KeyChain log-in codes. Everything restored from iCloud was fully OK such as Contacts, Calenda

  • Can't access Music Store

    After changing to a wireless, broadband Internet access, I downloaded the latest iTunes and was finally able to connect to the Music Store -- for all of one morning. My problem seems to be different from those I've seen mentioned on Apple Discussions

  • How to solve this problem"exception in thread "main" java.lang.noclassdeff"

    I am a tyro of java programming . i downloaded the j2sdk-1_4_2_09-windows-i586-p.exe from www.java.sun.com and installed it at the defaulted path C:\j2sdk1.4.2_09, then i wrote down my first java program as follow: public class hello public static vo

  • Problem with using a srting with \

    hello every body i read a string from a data base and i copy it to a txt file , the string is : String nom="d:\dossier\fevrier\avis de virement\liste7"; when it's cpied to the txt file it becomes String nom=" d : \ d o s s i e r \ f e v r i e r \ a v