Help with decoding BGP version 3 & 4.
Tony Li <tli@cisco.com> Mon, 06 March 1995 23:13 UTC
Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa15072;
6 Mar 95 18:13 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa15068;
6 Mar 95 18:13 EST
Received: from interlock.ans.net by CNRI.Reston.VA.US id aa18444;
6 Mar 95 18:13 EST
Received: by interlock.ans.net id AA22284
(InterLock SMTP Gateway 1.1 for iwg-out@ans.net);
Mon, 6 Mar 1995 16:01:10 -0500
Received: by interlock.ans.net (Internal Mail Agent-2);
Mon, 6 Mar 1995 16:01:10 -0500
Received: by interlock.ans.net (Internal Mail Agent-1);
Mon, 6 Mar 1995 16:01:10 -0500
Date: Mon, 6 Mar 1995 12:59:13 -0800
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Tony Li <tli@cisco.com>
Message-Id: <199503062059.MAA20286@lager.cisco.com>
To: sennenc@smtplink.ngc.com
Cc: bgp@ans.net, sennen@ngc.com
In-Reply-To: Sennen Carlos's message of Mon,
06 Mar 95 11:38:02 PDT <9503061138.A03358@smtplink.ngc.com>
Subject: Help with decoding BGP version 3 & 4.
Hi, I think you're going to have real problems because the version number is only exchanged at peer initialization time, which is the start of the TCP connection. We'd love to have you correctly sniff out BGP packets but it's hard to believe that you're going to be able to extract coherent BGP messages from the TCP stream. Data can be had by flipping me an image that I can boot on my remote sniffer in the lab that decodes BGP. ;-) Tony I work at Network General Corp., the Sniffer company and am in the protocol interpreter group. I'm current working on upgrading BGP version 2 decodes to versions 3 & 4 but have run into a problem. Open, Update and Notification types have changed from the original version 2. Since we should be able to decode all three versions I have to be able to tell which one is which by looking at the packet. `Open' is easy since it has the version number as a parameter but the other two types, Update and Notification are almost impossible to figure out. I was wondering if someone out there has run into a similar problem and could assist me. Some trace files would also be helpful as I am working out of the RFC's and haven't seen any real BGP traffic data yet. Thanks, Sennen. sennen@ngc.com
- Help with decoding BGP version 3 & 4. Sennen Carlos
- Help with decoding BGP version 3 & 4. Tony Li