Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions PARSINGSTRUCTURE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Network configurations follow a loose set of rules which are difficult to parse without leveraging a context free grammar such as BNF.

##Modeling a configuration.
## Modeling a configuration.
## Entity Attribute Value

A network configuration is complicated because it follows an informal structure for defining the configuration properties. Some elements naturally fall into a key/value such as ```hostname router-1```, while others are more complicated such as router configuration stanzas
Expand All @@ -17,7 +17,8 @@ bgp deterministic-med
bgp bestpath compare-routerid
bgp bestpath as-path confed
bgp confederation identifier 100
bgp confederation peers 65527 65528 65529 65530```
bgp confederation peers 65527 65528 65529 65530
```

There is an evident hierarchy with keys in first position such as:

Expand Down