[j-nsp] ipv6 routing

Ramesh Karki rameshkarki at gmail.com
Thu Apr 1 03:18:49 EDT 2010


Hi Muhammad Aamir,

I have configured the router-id in routing-option.

show configuration routing-options | match router-id
router-id x.x.192.1

thank you,



On Thu, Apr 1, 2010 at 12:47 PM, Muhammad Aamir <aamirwwol at gmail.com> wrote:

> Hi Ramesh,
>
> Can you check if you have configured the 32 bit router ID explicitly on
> Juniper.
>
> Regards,
>
>
>
> On Thu, Apr 1, 2010 at 9:50 AM, Ramesh Karki <rameshkarki at gmail.com>wrote:
>
>> Hi Serge,
>>
>> The M10i is running on ipv4 (bgp, ospf, including static)from beginning
>> with
>> neighbor Cisco routers, now the requirement is to add enable dual stacking
>> (v4 and v6) routing like ospf and bgp on the same platform. I haven’t
>> faced
>> any vendor compatibility issues between them on ipv4. And still I don’t
>> think the problem is by multi vendors.
>>
>> here, the output of M10i :
>>
>>  run show interfaces fe-0/1/0
>>  Physical interface: fe-0/1/0, Enabled, Physical link is Up
>>  Interface index: 129, SNMP ifIndex: 123
>>  Description: Connected to Beetle for iBGP peering
>>  Link-level type: Ethernet, MTU: 1514, Link-mode: Full-duplex, Speed:
>> 100mbps, MAC-REWRITE Error: None, Loopback: Disabled,
>>  Source filtering: Disabled, Flow control: Enabled
>>  Device flags   : Present Running
>>  Interface flags: SNMP-Traps Internal: 0x4000
>>  CoS queues     : 4 supported, 4 maximum usable queues
>>  Current address: 00:17:cb:77:00:1f, Hardware address: 00:17:cb:77:00:1f
>>  Last flapped   : 2010-03-15 11:23:26 NPT (2w3d 00:57 ago)
>>  Input rate     : 126752 bps (22 pps)
>>  Output rate    : 87384 bps (46 pps)
>>  Active alarms  : None
>>  Active defects : None
>>
>>  Logical interface fe-0/1/0.0 (Index 69) (SNMP ifIndex 127)
>>    Flags: SNMP-Traps Encapsulation: ENET2
>>    Input packets : 31156647
>>    Output packets: 18571460
>>    Protocol inet, MTU: 1500
>>      Flags: None
>>      Addresses, Flags: Is-Preferred Is-Primary
>>        Destination: x.x.193.0/28, Local: x.x.193.1, Broadcast: x.x.193.15
>>    Protocol inet6, MTU: 1500
>>      Flags: None
>>      Addresses, Flags: Is-Preferred Is-Primary
>>        Destination: abcd:3800:2:1::/126, Local: abcd:3800:2:1::1
>>      Addresses, Flags: Is-Preferred
>>        Destination: fe80::/64, Local: fe80::217:cbff:fe77:1f
>>
>>
>> run show version
>> Hostname: host-m10i
>> Model: m10i
>> JUNOS Base OS boot [9.2R2.15]
>> JUNOS Base OS Software Suite [9.2R2.15]
>> JUNOS Kernel Software Suite [9.2R2.15]
>> JUNOS Crypto Software Suite [9.2R2.15]
>> JUNOS Packet Forwarding Engine Support (M/T Common) [9.2R2.15]
>> JUNOS Packet Forwarding Engine Support (M7i/M10i) [9.2R2.15]
>> JUNOS Online Documentation [9.2R2.15]
>> JUNOS Routing Software Suite [9.2R2.15]
>>
>> run show ospf3 overview
>> OSPF instance is not running
>>
>> run show configuration protocols ospf3
>> preference 110;
>> area 0.0.0.10 {
>>    interface fe-0/1/0.0;
>>    interface ge-0/0/0.0;
>>    interface lo0.0 {
>>        passive;
>>
>>
>> Cisco output :
>>
>> #show run | be ^ipv6 router
>>
>> ipv6 router ospf 200
>>  router-id x.x.192.10
>>  log-adjacency-changes
>>
>>
>> #sh run int lo6
>> Building configuration...
>>
>> Current configuration : 157 bytes
>> !
>> interface Loopback6
>>  ip address x.x.192.10 255.255.255.255
>>  ipv6 address abcd:3800::4/128
>>  ipv6 enable
>>  ipv6 ospf 200 area 10
>>  no clns route-cache
>> end
>>
>> sh run int fa0/0
>> Building configuration...
>>
>> Current configuration : 264 bytes
>> !
>> interface FastEthernet0/0
>>  description *** iBGP peering ***
>>  ip address x.x.193.4 255.255.255.240
>>  no keepalive
>>  duplex full
>>  ipv6 address abcd:3800:2:1::2/126
>>  ipv6 enable
>>  ipv6 ospf 200 area 10
>>  no cdp enable
>>  no clns route-cache
>> end
>>
>>
>> Thank you,
>>
>>
>> On Thu, Apr 1, 2010 at 3:26 AM, Serge Vautour <sergevautour at yahoo.ca>
>> wrote:
>>
>> > Hello,
>> >
>> > Can you post the following to the mailing list?
>> >
>> > -show int ge-0/0/0
>> > -show version
>> > -show ospf3 overview
>> >
>> > From the Cisco router:
>> > -The interface and OSPF config
>> >
>> > I'm assuming IPv4 ping works over the interface?
>> >
>> >
>> > Thanks,
>> > Serge
>> >
>> >
>> > ----- Original Message ----
>> > From: Ramesh Karki <rameshkarki at gmail.com>
>> > To: Antonio Querubin <tony at lava.net>
>> > Cc: juniper-nsp at puck.nether.net
>> > Sent: Wed, March 31, 2010 4:54:29 PM
>> > Subject: Re: [j-nsp] ipv6 routing
>> >
>>  > Hi,
>> > Similar ospf config between cisco to cisco is okay there is not any
>> issue.
>> > But between cisco to M10i is not working.
>> > Here, I have listed my JunOS ospf config :
>> > run show configuration protocols ospf3
>> > preference 10;
>> > area 0.0.0.10 {
>> >    interface lo0.0 {
>> >        passive;
>> >    }
>> >    interface ge-0/0/0.0 {
>> >        metric 10;
>> >
>> > am I missing anything ??
>> >
>> > My curiosity : when I execute the command > run show ospf3 interface
>> > ge-0/0/0.0 it says -
>> > “OSPF instance is not running” ??
>> >
>> > Thank you,
>> >
>> >
>> > On Thu, Apr 1, 2010 at 1:12 AM, Antonio Querubin <tony at lava.net> wrote:
>> >
>> > > On Thu, 1 Apr 2010, Ramesh Karki wrote:
>> > >
>> > >  I have also tried to run ospf3 but no luck, the command > show ospf3
>> > >> interface ge-0/0/0.0 says
>> > >> “OSPF instance is not running”
>> > >>
>> > >
>> > >  I have tried run ospf3 but no luck, the command > show ospf3
>> interface
>> > >>> ge-0/0/0.0 says
>> > >>> “OSPF instance is not running”
>> > >>>
>> > >>
>> > > What does your ospf3 config look like on the M10?  What does it look
>> like
>> > > on the Cisco?
>> > >
>> > >
>> > > Antonio Querubin
>> > > 808-545-5282 x3003
>> > > e-mail/xmpp:  tony at lava.net
>> > >
>> > _______________________________________________
>> > juniper-nsp mailing list juniper-nsp at puck.nether.net
>> > https://puck.nether.net/mailman/listinfo/juniper-nsp
>> >
>> >
>> >
>> >       __________________________________________________________________
>> > Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark
>> your
>> > favourite sites. Download it now
>> > http://ca.toolbar.yahoo.com.
>>  >
>> _______________________________________________
>> juniper-nsp mailing list juniper-nsp at puck.nether.net
>> https://puck.nether.net/mailman/listinfo/juniper-nsp
>>
>
>


More information about the juniper-nsp mailing list