-
Fototrend
--- Még az új vizsgarendszer előtti információk, majd frissítjük! ---
Gyakran ismételt kérdések
Olvasd el a cikkeket itt.
Új hozzászólás Aktív témák
-
zsolti.22
senior tag
Van nekem egy csodás regexp részem a BGP-nél, amit ha még le is fordítanák, nem biztos, hogy jó lenne/megérteném. Tud segíteni egy regexpeket sokat használó emberke megérteni ezeket?
AS regular expression
This section explains the creation of a regular expression.
A regular expression is a pattern to match against an input string. When you build a regular expression, you specify a string that input must match. In the case of BGP, you specify a string that consists of path information that an input must match.
In the example in the section Path Filtering, you specified the string ^200$. You wanted path information that comes inside updates to match the string in order to make a decision.
A regular expression comprises:
• Range
A range is a sequence of characters within left and right square brackets. An example is [abcd].
• Atom
An atom is a single character. Here are some examples:
.
• The . matches any single character.
^
• The ^ matches the start of the input string.
$
• The $ matches the end of the input string.
\
• The \ matches the character.
-
• The _ matches a comma (,), left brace ({), right brace (}), the start of the input string, the end of the input string, or a space.
• Piece
A piece is one of these symbols, which follows an atom:
*
• The * matches 0 or more sequences of the atom.
+
• The + matches 1 or more sequences of the atom.
?
• The ? matches the atom or the null string.
• Branch
A branch is 0 or more concatenated pieces.
Here are some examples of regular expressions:
a*
• This expression indicates any occurrence of the letter "a", which includes none.
a+
• This expression indicates that at least one occurrence of the letter "a" must be present.
ab?a
• This expression matches "aa" or "aba".
_100_
• This expression means via AS100.
_100$
• This expression indicates an origin of AS100.
^100 .*
• This expression indicates transmission from AS100.
^$
• This expression indicates origination from this AS.
Refer to Using Regular Expressions in BGP for sample configurations of regular expression filtering.
Új hozzászólás Aktív témák
- Kérlek használd a keresőt, mielőtt kérdezel!
- Olvasd el a téma összefoglalót mielőtt kérdezel!
- A dumpok és a warez tiltott témának számítanak!
- Kínai és egyéb olcsó órák topikja
- Linux kezdőknek
- Kockázatmentesen a helyesebb testtartásért
- Kerékpárosok, bringások ide!
- Milyen okostelefont vegyek?
- f(x)=exp(x): A laposföld elmebaj: Vissza a jövőbe!
- Apple Watch
- AMD K6-III, és minden ami RETRO - Oldschool tuning
- Ne várj sokat a vásárlással: drágulás a láthatáron
- Milyen alaplapot vegyek?
- További aktív témák...
- Sony PlayStation 5 (PS5) Slim Ghost of Yōtei Gold Limited Edition 3 év garancia
- Iphone 13 PRO MAX 128GB GOLD 91% Akku! CSODASZÉP, DOBOZBAN MINT AZ ÚJ!
- Intel Core i9-13900K + ASUS ROG MAXIMUS Z790 HERO + Opcionálisan G.SKILL 32GB CL34 6800 és hűtő
- Iphone SE 2022 64gb Új akku
- Samsung Galaxy S24 Ultra 256GB, Kártyafüggetlen, 1 Év Garanciával
- ÚJ HP OmniBook Ultra Flip 14"OLED 2,8 K 120Hz - Ultra 7 256V - 16GB - 1TB - 2,5 év gari - MAGYAR
- HIBÁTLAN iPhone 14 Pro Max 128GB Purple -1 ÉV GARANCIA - Kártyafüggetlen, MS3918, 100% Akkumulátor
- Update 10.28. Lenovo ThinkPad, X1 carbon, X1 Yoga 5-13. gen 12,5-15" all-in-one, Workstation
- Apple iPhone 14 Pro Max / Kártyafüggetlen / 256GB / 12Hó Garancia / 87% akku
- ÁRGARANCIA! Épített KomPhone Ultra 7 265KF 32/64GB RAM RTX 5070 12GB GAMER PC termékbeszámítással
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest
FecoGee
crok
