Hi, I'm running ARC 4.2.32, and need to set up a very simple ospf setup for static IP customers. The other end is a cisco router. Doing a debug on the cisco shows me this: OSPF: Hello from 216.223.208.3 with mismatched Stub/Transit area option bit OSPF: Send with youngest Key 2 OSPF: Hello from 216.223.208.3 with mismatched Stub/Transit area option bit OSPF: Send with youngest Key 2 Eh? Any ideas? Is OSPF broken or can I not make the USR a stub? Charles | Charles Sprickman | Internet Channel | INCH System Administration Team | (212)243-5200 | spork@inch.com | access@inch.com - To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.
Hi, OK, got that part fixed. No nssa on USR. Now I'm lost on this "sendpolicy" command. I've added a full /24 that holds static IP users, and tried a single host route for a test account. Neither shows up in the cisco's ospf db. I don't think the USR is advertising this... Any ideas? Thanks, Charles | Charles Sprickman | Internet Channel | INCH System Administration Team | (212)243-5200 | spork@inch.com | access@inch.com On Mon, 27 Aug 2001, Charles Sprickman wrote:
Hi,
I'm running ARC 4.2.32, and need to set up a very simple ospf setup for static IP customers. The other end is a cisco router.
Doing a debug on the cisco shows me this:
OSPF: Hello from 216.223.208.3 with mismatched Stub/Transit area option bit OSPF: Send with youngest Key 2 OSPF: Hello from 216.223.208.3 with mismatched Stub/Transit area option bit OSPF: Send with youngest Key 2
Eh?
Any ideas? Is OSPF broken or can I not make the USR a stub?
Charles
| Charles Sprickman | Internet Channel | INCH System Administration Team | (212)243-5200 | spork@inch.com | access@inch.com
- To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.
- To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.
At 08:01 PM 8/27/01 -0400, you wrote:
Hi,
OK, got that part fixed. No nssa on USR.
Now I'm lost on this "sendpolicy" command. I've added a full /24 that holds static IP users, and tried a single host route for a test account. Neither shows up in the cisco's ospf db. I don't think the USR is advertising this...
Any ideas?
Charles, This is from memory and was done a LONG time ago, but I think the command I used was as follows: add ospf sendpolicy xxx.xxx.xxx.xxx/29 source local action advertise This was for a small subnet, I don't believe I ever had to enter anything for static IP customers, nor the fulll class C for dynamic dial-up. One thing that that I recall was there were 3 options for the "source" only one would work correctly. Incidentally this had to be done via the CLI, the GUI just messed things up and wasn't very reliable. The OSPF configuration for the HARC is a long convoluted mess and took me several tries over the period of about a year to finally get it to function correctly (which even today is suspect). - Mike ------------------------------------------------ Rock Island Communications, Inc. (360)-378-5884 http://www.rockisland.com/ San Juan Islands, WA ------------------------------------------------ - To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.
On Mon, 27 Aug 2001, Mike Greene wrote:
Charles,
This is from memory and was done a LONG time ago, but I think the command I used was as follows:
add ospf sendpolicy xxx.xxx.xxx.xxx/29 source local action advertise
I have that, I'm unclear on what the difference is between source "local" and "remote". Remote seems to connotate a route learned from a dialup user's router, or a subnet routed to a dialup user. The docs don't elablorate on that.
This was for a small subnet, I don't believe I ever had to enter anything for static IP customers, nor the fulll class C for dynamic dial-up. One thing that that I recall was there were 3 options for the "source" only one would work correctly. Incidentally this had to be done via the CLI, the GUI just messed things up and wasn't very reliable.
Yep, doing the cli here. I searched my own limited archives of this list and found some notes regarding routing a subnet to a customer. In that scenario, the arc must be an ASBR. I've made it one for good measure :) But it's not even advertising HOST routes! The cisco and the arc do see each other as neighbors, and their are some routes hitting the arc FROM the cisco, but not vice-versa. Not a one.
The OSPF configuration for the HARC is a long convoluted mess and took me several tries over the period of about a year to finally get it to function correctly (which even today is suspect).
It took me more than a year to decide to jump in and attack it. Now I know why I waited... Hey, there's always RIP redistributed into OSPF on the cisco ;) Thanks, Charles
- Mike
------------------------------------------------ Rock Island Communications, Inc. (360)-378-5884 http://www.rockisland.com/ San Juan Islands, WA ------------------------------------------------
- To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.
- To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.
participants (2)
-
Charles Sprickman -
Mike Greene