This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cisco:labs:ios-xe:lab17 [2025/10/04 11:14] – created Name | cisco:labs:ios-xe:lab17 [2025/10/04 21:19] (current) – [Answer Section] Name | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Lab 17: eBGP with OSPF underlay===== | + | =====Lab 17: eBGP with OSPF underlay |
- | ====Task Instructions: | + | ====Prerequisites==== |
- | - Physical interfaces use a CIDR of /24. | + | - Complete [[: |
- | | + | |
- | - Use Loopback 0 as the router-id for OSPF and BGP. | + | |
- | - Configure r2 and r3 in OSPF Area 0. | + | |
- | - Configure r1 and r2 in OSPF Area 1. | + | |
- | - Configure r3 and r4 in OSPF Area 2. | + | |
- | - Verify OSPF database. | + | |
- | - Verify all routers are able to ping each other. | + | |
- | - Configure r1 in BGP AS 65000. | + | |
- | - Configure r4 in BGP AS 65001. | + | |
- | - Configure r1 and r4 to form an eBGP neighborship. | + | |
- | - Verify BGP neighborship is Established. | + | |
- | {{: | + | ====Task Instructions for r2 and r3:==== |
+ | - Configure an ACL to define which traffic to encrypt using the physical interfaces. | ||
+ | - Configure IKEv2 proposal. | ||
+ | - Configure IKEv2 policy. | ||
+ | - Configure IKEv2 keyring. | ||
+ | - Configure IKEv2 profile. | ||
+ | - Configure ipsec transform-set in tunnel mode. | ||
+ | - Configure crypto ipsec-isakmp map. | ||
+ | - Configure the crypto map on the physical interface. | ||
+ | - Verify crypto ipsec sa (may need to ping neighbor first). | ||
+ | - Verify crypto IKEv2 sa. | ||
+ | - Verify crypto between r2 and r3 using Wirehsark (optional). | ||
+ | |||
+ | {{: | ||
====Answer Section==== | ====Answer Section==== | ||
===Task 1=== | ===Task 1=== | ||
- | r1 | ||
- | < | ||
- | ! | ||
- | interface GigabitEthernet1 | ||
- | no shutdown | ||
- | ip address 12.1.1.1 255.255.255.0</ | ||
r2 | r2 | ||
- | < | + | < |
- | ! | + | 10 remark Permit statements equal traffic that shall be encrypted. |
- | interface GigabitEthernet1 | + | 10 permit |
- | no shutdown | + | |
- | | + | |
- | ! | + | |
- | interface GigabitEthernet2 | + | |
- | no shutdown | + | |
- | ip address | + | |
r3 | r3 | ||
- | < | + | < |
- | ! | + | 10 remark Permit statements equal traffic that shall be encrypted. |
- | interface GigabitEthernet1 | + | 10 permit |
- | no shutdown | + | |
- | ip address 34.1.1.3 255.255.255.0 | + | |
- | ! | + | |
- | interface GigabitEthernet2 | + | |
- | no shutdown | + | |
- | | + | |
- | r4 | + | |
- | < | + | |
- | ! | + | |
- | interface GigabitEthernet1 | + | |
- | no shutdown | + | |
- | ip address 34.1.1.4 255.255.255.0</ | + | |
---- | ---- | ||
===Task 2=== | ===Task 2=== | ||
- | r1 | ||
- | < | ||
- | ip address 1.1.1.1 255.255.255.255</ | ||
r2 | r2 | ||
- | < | + | < |
- | ip address 2.2.2.2 255.255.255.255</ | + | encryption aes-cbc-256 |
+ | | ||
+ | group 14</ | ||
r3 | r3 | ||
- | < | + | < |
- | ip address | + | encryption aes-cbc-256 |
- | r4 | + | |
- | < | + | group 14</ |
- | ip address 4.4.4.4 255.255.255.255</ | + | ---- |
+ | ===Task | ||
+ | r2 | ||
+ | < | ||
+ | | ||
+ | r3 | ||
+ | < | ||
+ | proposal rook-proposal</ | ||
---- | ---- | ||
===Task 4=== | ===Task 4=== | ||
r2 | r2 | ||
- | < | + | < |
- | router-id 2.2.2.2 | + | peer peer-remote |
- | network 2.2.2.2 0.0.0.0 area 0 | + | |
- | | + | pre-shared-key cisco</ |
r3 | r3 | ||
- | < | + | < |
- | router-id 3.3.3.3 | + | peer peer-remote |
- | network 3.3.3.3 0.0.0.0 area 0 | + | |
- | | + | pre-shared-key cisco</ |
---- | ---- | ||
===Task 5=== | ===Task 5=== | ||
- | r1 | ||
- | < | ||
- | | ||
- | | ||
- | | ||
r2 | r2 | ||
- | < | + | < |
- | network 12.1.1.2 | + | match identity remote address 23.1.1.3 255.255.255.255 |
+ | authentication remote pre-share | ||
+ | | ||
+ | | ||
+ | r3 | ||
+ | < | ||
+ | match identity remote address 23.1.1.2 | ||
+ | | ||
+ | | ||
+ | | ||
---- | ---- | ||
===Task 6=== | ===Task 6=== | ||
+ | r2 | ||
+ | < | ||
+ | mode tunnel</ | ||
r3 | r3 | ||
- | < | + | < |
- | | + | mode tunnel</ |
- | r4 | + | |
- | < | + | |
- | | + | |
- | | + | |
- | network 34.1.1.4 0.0.0.0 area 2</ | + | |
---- | ---- | ||
===Task 7=== | ===Task 7=== | ||
- | r1 | ||
- | < | ||
- | Summary Net Link States (Area 1) | ||
- | |||
- | Link ID ADV Router | ||
- | 2.2.2.2 | ||
- | 3.3.3.3 | ||
- | 4.4.4.4 | ||
- | 23.1.1.0 | ||
- | 34.1.1.0 | ||
r2 | r2 | ||
- | < | + | < |
- | Summary Net Link States (Area 0) | + | set peer 23.1.1.3 |
+ | set transform-set tset | ||
+ | set pfs group14 | ||
+ | set ikev2-profile side-profile | ||
+ | match address castle-acl</ | ||
+ | r3 | ||
+ | < | ||
+ | set peer 23.1.1.2 | ||
+ | set transform-set tset | ||
+ | set pfs group14 | ||
+ | set ikev2-profile side-profile | ||
+ | match address castle-acl/ | ||
+ | ---- | ||
+ | ===Task 8=== | ||
+ | r2 | ||
+ | < | ||
+ | | ||
+ | r3 | ||
+ | < | ||
+ | | ||
+ | ---- | ||
+ | ===Task 9=== | ||
+ | r2 | ||
+ | < | ||
- | Link ID ADV Router | + | interface: GigabitEthernet2 |
- | 1.1.1.1 2.2.2.2 | + | |
- | 4.4.4.4 | + | |
- | 12.1.1.0 | + | |
- | 34.1.1.0 | + | |
- | Router Link States | + | |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | #pkts encaps: 8, #pkts encrypt: 8, #pkts digest: 8 | ||
+ | #pkts decaps: 8, #pkts decrypt: 8, #pkts verify: 8 | ||
+ | #pkts compressed: 0, #pkts decompressed: | ||
+ | #pkts not compressed: 0, #pkts compr. failed: 0 | ||
+ | #pkts not decompressed: | ||
+ | #send errors 0, #recv errors 0 | ||
- | Link ID ADV Router | + | local crypto endpt.: 23.1.1.2, remote crypto endpt.: 23.1.1.3 |
- | 1.1.1.1 1.1.1.1 | + | plaintext mtu 1422, path mtu 1500, ip mtu 1500, ip mtu idb GigabitEthernet2 |
- | 2.2.2.2 | + | |
+ | PFS (Y/N): N, DH group: none | ||
- | Net Link States | + | |
+ | spi: 0xCDBEBD9A(3451829658) | ||
+ | transform: esp-aes esp-sha512-hmac , | ||
+ | in use settings ={Tunnel, } | ||
+ | conn id: 2006, flow_id: CSR:6, sibling_flags FFFFFFFF80000048, | ||
+ | sa timing: remaining key lifetime (k/sec): (4607999/ | ||
+ | IV size: 16 bytes | ||
+ | replay detection support: Y | ||
+ | Status: ACTIVE(ACTIVE) | ||
- | Link ID ADV Router | + | inbound ah sas: |
- | 12.1.1.2 | + | |
- | Summary Net Link States (Area 1) | + | |
- | Link ID ADV Router | + | outbound esp sas: |
- | 2.2.2.2 | + | spi: 0xF48D2703(4102891267) |
- | 3.3.3.3 | + | |
- | 4.4.4.4 | + | in use settings ={Tunnel, } |
- | 23.1.1.0 | + | |
- | 34.1.1.0 | + | |
+ | | ||
+ | replay detection support: Y | ||
+ | Status: ACTIVE(ACTIVE) | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
r3 | r3 | ||
- | < | + | < |
- | Summary Net Link States (Area 0) | + | |
- | Link ID ADV Router | + | interface: GigabitEthernet2 |
- | 1.1.1.1 | + | |
- | 4.4.4.4 | + | |
- | 12.1.1.0 | + | |
- | 34.1.1.0 | + | |
- | Router Link States | + | |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | #pkts encaps: 8, #pkts encrypt: 8, #pkts digest: 8 | ||
+ | #pkts decaps: 8, #pkts decrypt: 8, #pkts verify: 8 | ||
+ | #pkts compressed: 0, #pkts decompressed: | ||
+ | #pkts not compressed: 0, #pkts compr. failed: 0 | ||
+ | #pkts not decompressed: | ||
+ | #send errors 0, #recv errors 0 | ||
- | Link ID ADV Router | + | local crypto endpt.: 23.1.1.3, remote crypto endpt.: 23.1.1.2 |
- | 3.3.3.3 3.3.3.3 | + | |
- | 4.4.4.4 | + | |
+ | PFS (Y/N): N, DH group: none | ||
- | Net Link States | + | |
+ | spi: 0xF48D2703(4102891267) | ||
+ | transform: esp-aes esp-sha512-hmac , | ||
+ | in use settings ={Tunnel, } | ||
+ | conn id: 2005, flow_id: CSR:5, sibling_flags FFFFFFFF80000048, | ||
+ | sa timing: remaining key lifetime (k/sec): (4607999/ | ||
+ | IV size: 16 bytes | ||
+ | replay detection support: Y | ||
+ | Status: ACTIVE(ACTIVE) | ||
- | Link ID ADV Router | + | inbound ah sas: |
- | 34.1.1.4 | + | |
- | Summary Net Link States (Area 2) | + | |
- | Link ID ADV Router | + | outbound esp sas: |
- | 1.1.1.1 | + | spi: 0xCDBEBD9A(3451829658) |
- | 2.2.2.2 | + | |
- | 3.3.3.3 | + | in use settings ={Tunnel, } |
- | 12.1.1.0 | + | |
- | 23.1.1.0 | + | sa timing: remaining key lifetime (k/sec): (4607999/ |
- | r4 | + | IV size: 16 bytes |
- | < | + | |
- | | + | |
- | Link ID ADV Router | + | outbound ah sas: |
- | 1.1.1.1 | + | |
- | 2.2.2.2 | + | outbound pcp sas:</ |
- | 3.3.3.3 | + | * Notice the inbound and outbound esp sas are populated. |
- | 12.1.1.0 | + | |
- | 23.1.1.0 | + | |
---- | ---- | ||
- | ===Task | + | ===Task |
- | r1 | + | |
- | < | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r1#ping 2.2.2.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms | + | |
- | r1#ping 3.3.3.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms | + | |
- | r1#ping 4.4.4.4 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 2/2/3 ms | + | |
- | r1#ping 12.1.1.1 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 12.1.1.1, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r1#ping 12.1.1.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 12.1.1.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r1#ping 23.1.1.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 23.1.1.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r1#ping 23.1.1.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 23.1.1.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r1#ping 34.1.1.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 34.1.1.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms | + | |
- | r1#ping 34.1.1.4 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 34.1.1.4, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/3 ms</ | + | |
r2 | r2 | ||
- | < | + | < |
- | Type escape sequence to abort. | + | IPv4 Crypto IKEv2 SA |
- | Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: | + | |
- | !!!!! | + | Tunnel-id Local |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | 1 23.1.1.2/500 23.1.1.3/500 none/none READY |
- | r2#ping 2.2.2.2 | + | Encr: AES-CBC, keysize: 256, PRF: SHA512, Hash: SHA512, DH Grp:14, Auth sign: PSK, Auth verify: PSK |
- | Type escape sequence to abort. | + | Life/Active Time: 86400/411 sec</ |
- | Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/8 ms | + | |
- | r2#ping 3.3.3.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r2#ping 4.4.4.4 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms | + | |
- | r2#ping 12.1.1.1 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 12.1.1.1, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r2#ping 12.1.1.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 12.1.1.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r2#ping 23.1.1.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 23.1.1.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r2#ping 23.1.1.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 23.1.1.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r2#ping 34.1.1.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 34.1.1.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r2#ping 34.1.1.4 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 34.1.1.4, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms</ | + | |
r3 | r3 | ||
- | < | + | < |
- | Type escape sequence to abort. | + | IPv4 Crypto IKEv2 SA |
- | Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: | + | |
- | !!!!! | + | Tunnel-id Local |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms | + | 1 |
- | r3#ping 2.2.2.2 | + | Encr: AES-CBC, keysize: 256, PRF: SHA512, Hash: SHA512, DH Grp:14, Auth sign: PSK, Auth verify: PSK |
- | Type escape sequence to abort. | + | Life/Active Time: 86400/449 sec</ |
- | Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r3#ping 3.3.3.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r3#ping 4.4.4.4 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r3#ping 12.1.1.1 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 12.1.1.1, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r3#ping 12.1.1.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 12.1.1.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r3# | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 23.1.1.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r3# | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 23.1.1.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r3#ping 34.1.1.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 34.1.1.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r3#ping 34.1.1.4 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 34.1.1.4, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms</ | + | |
- | r4 | + | |
- | < | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms | + | |
- | r4#ping 2.2.2.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms | + | |
- | r4#ping 3.3.3.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r4#ping 4.4.4.4 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r4#ping 12.1.1.1 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 12.1.1.1, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 2/2/3 ms | + | |
- | r4#ping 12.1.1.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 12.1.1.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | + | |
- | r4#ping 23.1.1.2 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 23.1.1.2, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms | + | |
- | r4#ping 23.1.1.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 23.1.1.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r4#ping 34.1.1.3 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 34.1.1.3, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | + | |
- | r4#ping 34.1.1.4 | + | |
- | Type escape sequence to abort. | + | |
- | Sending 5, 100-byte ICMP Echos to 34.1.1.4, timeout is 2 seconds: | + | |
- | !!!!! | + | |
- | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms</ | + | |
- | ---- | + | |
- | ===Task 9=== | + | |
- | r1 | + | |
- | < | + | |
- | bgp router-id 1.1.1.1</ | + | |
- | ---- | + | |
- | ===Task 10=== | + | |
- | r4 | + | |
- | < | + | |
- | bgp router-id 4.4.4.4</ | + | |
---- | ---- | ||
===Task 11=== | ===Task 11=== | ||
- | r1 | + | {{: |
- | < | + | |
- | | + | |
- | | + | |
- | | + | |
- | r4 | + | |
- | < | + | |
- | | + | |
- | | + | |
- | | + | |
- | ---- | + | |
- | ===Task 12=== | + | |
- | r1 | + | |
- | < | + | |
- | BGP neighbor is 4.4.4.4, | + | |
- | BGP state = Established, | + | |
- | r4 | + | |
- | < | + | |
- | BGP neighbor is 1.1.1.1, | + | |
- | BGP state = Established, | + | |
---- | ---- | ||
+ | |||
=====Backlinks===== | =====Backlinks===== | ||
[[: | [[: |