The total path attribute length is a field in the update message of BGP. According to RFC4271, when this value is 0, it indicates that neither the Network Layer Reachability Information (NRLI) field nor the Path Attribute field is present in this update message.
When a BGP peer goes down, it canât send any messages, because it has failed. Thatâs the definition of âgoing downâ. In such a case, it is the lack of keepalives that causes the other end to realize that the peering has failed. Take a look at this lesson for more info:
Now on R2, Rene changed the AS number of the BGP configuration from AS 2 to AS 22. He then issued the neighbor 192.168.12.1 remote-as 1 command. Now you are correct, that the AS number of 1 that was used in this command is correct. However, R1 still has this neighbor command in its BGP configuration:
neighbor 192.168.12.2 remote-as 2
However, the AS value of â2â for the remote peer is now incorrect, because this has been changed to â22â on R2. So R2 sends an update message to R1 indicating its own AS of 22 and the remote AS of 1. R1 responds saying âhey, thatâs the wrong AS number because Iâm configured to peer with a remote AS of 2, not 22!â So thatâs why the bad peer subtype appears. Does that make sense?
Ohh sorry, my bad. Had a brain snooze event
Missed the part where the local AS was being changed on R2.
Somehow kept looking at it as the OSPF process ID (irrelevant).
Thatâs why late nights are badâŚ