diff --git a/PARSINGSTRUCTURE.MD b/PARSINGSTRUCTURE.MD index c560188..839bde1 100755 --- a/PARSINGSTRUCTURE.MD +++ b/PARSINGSTRUCTURE.MD @@ -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 @@ -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: