Hirdetés
- Samsung Galaxy S24 Ultra - ha működik, ne változtass!
- Yettel topik
- Mobil flották
- Fordulat: időben startol S26+, nézd meg, milyen lesz!
- Fotók, videók mobillal
- Samsung Galaxy Watch (Tizen és Wear OS) ingyenes számlapok, kupon kódok
- Bemutatkozott a Poco X7 és X7 Pro
- Bemutatta a Huawei a Band 10 okoskarkötőt
- Megtartotta Európában a 7500 mAh-t az Oppo
- Netfone
-
Mobilarena
--- 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!
- Bontatlan! Új Lenovo Thinkpad T14 G5 Tartós Üzleti Laptop 14" -45% Ultra 7 165U 16/512 FHD+ Magyar!
- Bomba Ár! Fujitsu LifeBook E751 - i5-2GEN I 4GB I 500GB I DVDRW I 15,6" HD I Cam I W10 I Gari!
- Bomba ár! Dell Latitude E6440 - i5-4GEN I 8GB I 256SSD I 14" HD I HDMI I Cam I W10 I Garancia!
- Bomba ár! Dell Latitude E6540 - i5-4GEN I 8GB I 500GB I HDMI I 15,6" HD I Cam I W10 I Garancia!
- Bomba Ár! Lenovo ThinkPad E15 G4 AMD - Ryzen 5 5625U I 8GB I 256SSD I 15,6" FHD I HDMI I W11 I Gari
- BESZÁMÍTÁS! Asus Z790 i9 14900K 32GB DDR4 1TB SSD RTX 2080Ti 11GB Montech Air 1000 Lite 700W
- BESZÁMÍTÁS! 32GB (2x16) ADATA XPG Lancer RGB 7200MHz DDR5 memória garanciával hibátlan működéssel
- Gitárerősítő Boss Katana 50
- LG 55B4 - 55" OLED - 4K 120Hz 1ms - NVIDIA G-Sync - FreeSync Premium - HDMI 2.1 - PS5 és Xbox Ready
- BESZÁMÍTÁS! ASUS ROG Strix RTX 2080Ti 11GB videokártya garanciával hibátlan működéssel
Állásajánlatok
Cég: NetGo.hu Kft.
Város: Gödöllő
Cég: Laptopműhely Bt.
Város: Budapest
FecoGee
crok

