Valdosta State University

By building a regular expression, you specify a string that input must match. In case of BGP, you are specifying a string consisting of path information that an input should match. The previous example specified the string ^200$ and wanted path information coming inside updates to match it in order to perform a decision. The regular expression ... ................
................