Slide 23
Slide 23 text
Config Parameter Sheet
1. SWITCH
• hostname, os-version, server-room, etc
2. INTERFACE
• mac, speed, mtu, ip, etc
3. BGP
• AS, neighbor, peer-group
4. QOS
• config for shaping
5. ROUTEMAP
• ingress/egress routemap
6. PREFIXLIST
• Ipv4/ipv6 prefixlist
{
"routemap-001": {
"entries": [
{
"action": "permit",
"sequence": 10,
"set_actions": [
{
"action": "as-path prepend",
"value": "auto auto auto auto auto"
}
]
}
]
}
…
}
EX)ROUTEMAP PARAMETER SHEET
23