I did 3 x just vm Sent from my BlackBerry® smartphone with Nextel Direct Connect
-----Original Message----- From: [email protected] Date: Fri, 14 Aug 2009 12:00:02 To: <[email protected]> Subject: juniper-nsp Digest, Vol 81, Issue 22 Send juniper-nsp mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://puck.nether.net/mailman/listinfo/juniper-nsp or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of juniper-nsp digest..." Today's Topics: 1. Re: AS-path (Judah Scott) 2. Re: M7i Hard Disk Replacement (Kevin Loch) ---------------------------------------------------------------------- Message: 1 Date: Thu, 13 Aug 2009 10:17:57 -0700 From: Judah Scott <[email protected]> To: Paul Goyette <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: [j-nsp] AS-path Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 I think the most important note on regexp in as-path is that the basic matching unit is the AS number and not individual characters. For AS-Path, the guide notes the ! as not operator and no mention of the [^] which is the negated character set, or "except" operator, as Paul mentioned. However, according to the guide the community strings are matched on a per-character basis and they do note the [] and use of [^] operators. The whole thing is a little confusing given the two regexp engines. Below are the links where I found this info. AS-Path: http://www.juniper.net/techpubs/en_US/junos9.5/information-products/topic-collections/config-guide-policy/policy-configuring-as-path-regular-expressions-to-use-as-routing-policy-match-conditions.html#id-10278439 Community Strings: http://www.juniper.net/techpubs/en_US/junos9.5/information-products/topic-collections/config-guide-policy/policy-defining-bgp-communities-and-extended-communities-for-use-in-routing-policy-match-conditions.html#id-10247318 Thanks, J Scott On Thu, Aug 13, 2009 at 5:25 AM, Paul Goyette <[email protected]> wrote: > IIRC, the standard RegExp "except" operator IS supported: > > > set as-path 100not1000orig ".* 100 .* (!1000)$" > > set as-path 100not1000orig ".* 100 .* [^1000]$" > ------------------------------ Message: 2 Date: Thu, 13 Aug 2009 13:20:46 -0400 From: Kevin Loch <[email protected]> To: [email protected] Subject: Re: [j-nsp] M7i Hard Disk Replacement Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Kevin Oberman wrote: >> Date: Wed, 12 Aug 2009 12:19:41 -0400 >> From: Brendan Mannella <[email protected]> >> Sender: [email protected] >> >> Hello, >> >> I was wondering if anyone has successfully replaced a hard disk on a M7i >> RE-5.0. If so with what model disk, and once installed what is the procedure >> to get the disk back to working/formatted condition. > > No magic involved. Just replace it with a disk of the same or greater > capacity. Be sure it's one rated for continuous operation, not a > standard laptop drive. (This will make the drive a lot more expensive!) > > > Then just "request system snapshot partition" for format, partition, load > the drive. Make sure the jumper on the drive is set to "slave" mode. - Kevin ------------------------------ _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp End of juniper-nsp Digest, Vol 81, Issue 22 ******************************************* _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

