01-27-2009 09:12 PM
Hi All,
I am facing a problem in matching the Domain-Id .The scenario is like ,we are providing a Inter-AS MPLS VPN to a customer.The routing protocol used between PE & CE is OSPF.One of the AS is using Cisco Devices & Another using the Huawei Routers.
Cisco has a format of
domain-id type 0105 value 00000C890000
but huawei is having a different format
domain-id ..... only, there is no type value.
After using only domain-id command ,we are not able to provide customer with interarea routes,rather than customer is gettting E2 Type routes
How to avoid this situation, is ther any alternate idea to provide OIA routes.
Please help
01-29-2009 01:24 PM
The functionality of OSPF (Domain-id) in the LSA header to prevent Ospf routing loop. What do u mean by Customer having E2 routes instead of IA route? If you mean to correct a VPN customer Share OSPF backdoor link, then a Sham-link has to be configured.
HTH
Mohamed
01-29-2009 07:39 PM
Forgot, Actually the (Down-bit) in the LSA header provides loop prevention in OSPF not a (Domain-id).
The Inter-AS MPLS VPN, has no customer Concern, Its a solution for Connecting Differnet MPLS-VPN Providers ASs.
Pls be more specific in ur question..
HTH
Mohamed
01-29-2009 09:40 PM
you can do it by logging in your PE OSPF address family of customer and use the domain-id command.
My post can help you,kindly check for reference
http://shivlu.blogspot.com/2008/11/why-ospf-vpnv4-routes-look-as-external_07.html
regards
shivlu jain
01-30-2009 12:28 PM
Hello Iftekhar,
as explained by Shivlu you should be able to emulate Huawei OSPF domain-id.
As explained in RFC 4577 the OSPF domain-id is a 8 bytes quantity expressed as 16 hexadecimal digits.
see
The following example shows how to change the OSPF domain ID using the domain-id command where the primary domain ID is a valid IP address and the secondary domain ID is a valid hexadecimal value:
code first two bytes in type and last 6 bytes in value.
Router(config)# router ospf 100 vrf abcd
Router(config-router)# domain-id 10.2.3.4
Router(config-router)# domain-id type 0005 value CAFECAFECAFE secondary
http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_osp1.html#wp1013310
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide