From: hannes Date: Mon, 29 Dec 2003 08:58:59 +0000 (+0000) Subject: add OSPF G-MPLS test X-Git-Tag: tcpdump-3.9.1~517 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/62042344f5264fa50331b21b0c56794c34c5e970 add OSPF G-MPLS test --- diff --git a/tests/ospf-gmpls.out b/tests/ospf-gmpls.out new file mode 100644 index 00000000..9bce9830 --- /dev/null +++ b/tests/ospf-gmpls.out @@ -0,0 +1,83 @@ +IP (tos 0xc0, ttl 1, id 4052, offset 0, flags [none], length: 172) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update (4), length: 152 + Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA + LSA #1 + Advertising Router: 10.255.245.37, seq 0x80000002, age 9s, length: 104 + Area Local Opaque LSA (10), Opaque-Type: Traffic Engineering LSA (1), Opaque-ID: 8 + Options: [External] + Link TLV (2), length: 100 + Link Type subTLV (1), length: 1, Point-to-point (1) + Link ID subTLV (2), length: 4, 10.255.245.69 (0x0afff545) + Local Interface IP address subTLV (3), length: 4, 10.9.142.1 + Remote Interface IP address subTLV (4), length: 4, 10.9.142.2 + Traffic Engineering Metric subTLV (5), length: 4, Metric 63 + Maximum Bandwidth subTLV (6), length: 4, 622.080 Mbps + Maximum Reservable Bandwidth subTLV (7), length: 4, 622.080 Mbps + Unreserved Bandwidth subTLV (8), length: 32 + priority level 0: 622.080 Mbps + priority level 1: 622.080 Mbps + priority level 2: 622.080 Mbps + priority level 3: 622.080 Mbps + priority level 4: 622.080 Mbps + priority level 5: 622.080 Mbps + priority level 6: 622.080 Mbps + priority level 7: 622.080 Mbps + Administrative Group subTLV (9), length: 4, 0x00000000 +IP (tos 0xc0, ttl 1, id 4106, offset 0, flags [none], length: 172) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update (4), length: 152 + Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA + LSA #1 + Advertising Router: 10.255.245.37, seq 0x80000002, age 9s, length: 104 + Area Local Opaque LSA (10), Opaque-Type: Traffic Engineering LSA (1), Opaque-ID: 9 + Options: [External] + Link TLV (2), length: 100 + Link Type subTLV (1), length: 1, Point-to-point (1) + Link ID subTLV (2), length: 4, 10.255.245.69 (0x0afff545) + Local Interface IP address subTLV (3), length: 4, 10.9.143.1 + Remote Interface IP address subTLV (4), length: 4, 10.9.143.2 + Traffic Engineering Metric subTLV (5), length: 4, Metric 63 + Maximum Bandwidth subTLV (6), length: 4, 622.080 Mbps + Maximum Reservable Bandwidth subTLV (7), length: 4, 622.080 Mbps + Unreserved Bandwidth subTLV (8), length: 32 + priority level 0: 622.080 Mbps + priority level 1: 622.080 Mbps + priority level 2: 622.080 Mbps + priority level 3: 622.080 Mbps + priority level 4: 622.080 Mbps + priority level 5: 622.080 Mbps + priority level 6: 622.080 Mbps + priority level 7: 622.080 Mbps + Administrative Group subTLV (9), length: 4, 0x00000000 +IP (tos 0xc0, ttl 1, id 4160, offset 0, flags [none], length: 212) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update (4), length: 192 + Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA + LSA #1 + Advertising Router: 10.255.245.35, seq 0x80000003, age 3s, length: 144 + Area Local Opaque LSA (10), Opaque-Type: Traffic Engineering LSA (1), Opaque-ID: 3 + Options: [External] + Link TLV (2), length: 140 + Link Type subTLV (1), length: 1, Point-to-point (1) + Link ID subTLV (2), length: 4, 10.255.245.40 (0x0afff528) + Local Interface IP address subTLV (3), length: 4, 10.40.35.14 + Remote Interface IP address subTLV (4), length: 4, 10.40.35.13 + Traffic Engineering Metric subTLV (5), length: 4, Metric 1 + Maximum Bandwidth subTLV (6), length: 4, 100.000 Mbps + Maximum Reservable Bandwidth subTLV (7), length: 4, 100.000 Mbps + Unreserved Bandwidth subTLV (8), length: 32 + priority level 0: 0.000 Mbps + priority level 1: 0.000 Mbps + priority level 2: 0.000 Mbps + priority level 3: 0.000 Mbps + priority level 4: 0.000 Mbps + priority level 5: 0.000 Mbps + priority level 6: 0.000 Mbps + priority level 7: 0.000 Mbps + Interface Switching Capability subTLV (15), length: 44 + Interface Switching Capability: Packet-Switch Capable-1 + LSP Encoding: Ethernet V2/DIX + Max LSP Bandwidth: + priority level 0: 0.000 Mbps + priority level 1: 0.000 Mbps + priority level 2: 0.000 Mbps + priority level 3: 0.000 Mbps + priority level 4: 0.000 Mbps + priority level 5: 0.000 Mbps + priority level 6: 0.000 Mbps + priority level 7: 0.000 Mbps diff --git a/tests/ospf-gmpls.pcap b/tests/ospf-gmpls.pcap new file mode 100644 index 00000000..d36982a1 Binary files /dev/null and b/tests/ospf-gmpls.pcap differ diff --git a/tests/ospf-gmpls.sh b/tests/ospf-gmpls.sh new file mode 100755 index 00000000..bc938dfd --- /dev/null +++ b/tests/ospf-gmpls.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +echo -n test ospf-gmpls... +if (../tcpdump -t -n -v -r ospf-gmpls.pcap | diff - ospf-gmpls.out) +then + echo passed. +else + echo failed. +fi + +