here are the ipv4 neighbors:
r1#
r1#
r1#show ipv4 bgp 1 sum
r1#show ipv4 bgp 1 sum
|~~~~|~~~~~~~|~~~~~~|~~~~~~~|~~~~~~~~~~|~~~~~~~~~~|
| as | learn | sent | ready | neighbor | uptime |
|----|-------|------|-------|----------|----------|
| 2 | 4 | 8 | true | 2.2.2.2 | 00:00:16 |
|____|_______|______|_______|__________|__________|
r1#
r1#
here are the ipv6 neighbors:
r1#
r1#
r1#show ipv6 bgp 1 sum
r1#show ipv6 bgp 1 sum
|~~~~|~~~~~~~|~~~~~~|~~~~~~~|~~~~~~~~~~|~~~~~~~~~~|
| as | learn | sent | ready | neighbor | uptime |
|----|-------|------|-------|----------|----------|
| 2 | 4 | 8 | true | 4321::2 | 00:00:22 |
|____|_______|______|_______|__________|__________|
r1#
r1#
here is the ipv4 database:
r1#
r1#
r1#show ipv4 bgp 1 evpn dat
r1#show ipv4 bgp 1 evpn dat
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|~~~~~~~~~|~~~~~~~~~~~~|~~~~~~~~|
| prefix | hop | metric | aspath |
|-------------------------------|---------|------------|--------|
| 200:0:65::4c:6279:5d03#:: 1:1 | 2.2.2.2 | 20/100/0/0 | 2 |
| 200:0:65::68:2c07:1c5d#:: 1:1 | 2.2.2.1 | 0/0/0/0 | |
| 300:0:65::#2.2.2.2 1:1 | 2.2.2.2 | 20/100/0/0 | 2 |
| 300:0:65::#2.2.2.1 1:1 | 2.2.2.1 | 0/0/0/0 | |
| 200:0:66::55:4c1b:2a4d#:: 1:3 | 2.2.2.2 | 20/100/0/0 | 2 |
| 200:0:66::75:90a:6c2a#:: 1:3 | 2.2.2.1 | 0/0/0/0 | |
| 300:0:66::#2.2.2.2 1:3 | 2.2.2.2 | 20/100/0/0 | 2 |
| 300:0:66::#2.2.2.1 1:3 | 2.2.2.1 | 0/0/0/0 | |
|_______________________________|_________|____________|________|
r1#
r1#
here is the ipv6 database:
r1#
r1#
r1#show ipv6 bgp 1 evpn dat
r1#show ipv6 bgp 1 evpn dat
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|~~~~~~~~~|~~~~~~~~~~~~|~~~~~~~~|
| prefix | hop | metric | aspath |
|-------------------------------|---------|------------|--------|
| 200:0:65::4e:1662:3425#:: 1:2 | 4321::1 | 0/0/0/0 | |
| 200:0:65::69:460:486c#:: 1:2 | 4321::2 | 20/100/0/0 | 2 |
| 300:0:65::#4321::2 1:2 | 4321::2 | 20/100/0/0 | 2 |
| 300:0:65::#4321::1 1:2 | 4321::1 | 0/0/0/0 | |
| 200:0:66::9:514e:3b18#:: 1:4 | 4321::2 | 20/100/0/0 | 2 |
| 200:0:66::1c:1200:6b5b#:: 1:4 | 4321::1 | 0/0/0/0 | |
| 300:0:66::#4321::2 1:4 | 4321::2 | 20/100/0/0 | 2 |
| 300:0:66::#4321::1 1:4 | 4321::1 | 0/0/0/0 | |
|_______________________________|_________|____________|________|
r1#
r1#
here are the ipv4 routes:
r1#
r1#
r1#show ipv4 route v1
r1#show ipv4 route v1
|~~~~~|~~~~~~~~~~~~|~~~~~~~~|~~~~~~~~~~~|~~~~~~~~~|~~~~~~~~~~|
| typ | prefix | metric | iface | hop | time |
|-----|------------|--------|-----------|---------|----------|
| C | 1.1.1.0/30 | 0/0 | ethernet1 | null | 00:00:23 |
| LOC | 1.1.1.1/32 | 0/1 | ethernet1 | null | 00:00:23 |
| C | 2.2.2.1/32 | 0/0 | loopback0 | null | 00:00:23 |
| S | 2.2.2.2/32 | 1/0 | ethernet1 | 1.1.1.2 | 00:00:13 |
| C | 3.3.3.0/30 | 0/0 | bvi1 | null | 00:00:23 |
| LOC | 3.3.3.1/32 | 0/1 | bvi1 | null | 00:00:23 |
| C | 4.4.4.0/30 | 0/0 | bvi4 | null | 00:00:23 |
| LOC | 4.4.4.1/32 | 0/1 | bvi4 | null | 00:00:23 |
|_____|____________|________|___________|_________|__________|
r1#
r1#
here are the ipv6 routes:
r1#
r1#
r1#show ipv6 route v1
r1#show ipv6 route v1
|~~~~~|~~~~~~~~~~~~~~~|~~~~~~~~|~~~~~~~~~~~|~~~~~~~~~~~|~~~~~~~~~~|
| typ | prefix | metric | iface | hop | time |
|-----|---------------|--------|-----------|-----------|----------|
| C | 1234:1::/32 | 0/0 | ethernet1 | null | 00:00:23 |
| LOC | 1234:1::1/128 | 0/1 | ethernet1 | null | 00:00:23 |
| C | 3333::/16 | 0/0 | bvi3 | null | 00:00:23 |
| LOC | 3333::1/128 | 0/1 | bvi3 | null | 00:00:23 |
| C | 4321::1/128 | 0/0 | loopback0 | null | 00:00:23 |
| S | 4321::2/128 | 1/0 | ethernet1 | 1234:1::2 | 00:00:15 |
| C | 4444::/16 | 0/0 | bvi2 | null | 00:00:23 |
| LOC | 4444::1/128 | 0/1 | bvi2 | null | 00:00:23 |
|_____|_______________|________|___________|___________|__________|
r1#
r1#
here is the bridge:
r1#
r1#
r1#show bridge 1
r1#show bridge 1
|~~~~~~~~~~~~~~~~~~|~~~~~~|~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~|~~~~~~|
| | packet | byte |
| iface | fwd | phys | tx | rx | drop | tx | rx | drop |
|------------------|------|-------|----|----|------|-----|-----|------|
| bvi | true | true | 0 | 0 | 0 | 0 | 0 | 0 |
| evpn 2.2.2.2 101 | true | false | 2 | 0 | 0 | 60 | 0 | 0 |
| evpn 2.2.2.2 101 | true | false | 14 | 14 | 0 | 888 | 888 | 0 |
|__________________|______|_______|____|____|______|_____|_____|______|
|~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~|~~~~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~~|~~~~~~|
| | packet | byte |
| addr | iface | time | tx | rx | drop | tx | rx | drop |
|----------------|------------------|----------|----|----|------|-----|------|------|
| 004c.6279.5d03 | evpn 2.2.2.2 101 | 00:00:01 | 13 | 14 | 0 | 858 | 888 | 0 |
| 0068.2c07.1c5d | bvi | 00:00:01 | 14 | 20 | 0 | 888 | 1068 | 0 |
|________________|__________________|__________|____|____|______|_____|______|______|
r1#
r1#
here is the bridge:
r1#
r1#
r1#show bridge 2
r1#show bridge 2
|~~~~~~~~~~~~~~~~~~|~~~~~~|~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~~|~~~~~~|~~~~~~|
| | packet | byte |
| iface | fwd | phys | tx | rx | drop | tx | rx | drop |
|------------------|------|-------|----|----|------|------|------|------|
| bvi | true | true | 0 | 0 | 0 | 0 | 0 | 0 |
| evpn 4321::2 101 | true | false | 16 | 15 | 0 | 1072 | 1006 | 0 |
|__________________|______|_______|____|____|______|______|______|______|
|~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~|~~~~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~~|~~~~~~|
| | packet | byte |
| addr | iface | time | tx | rx | drop | tx | rx | drop |
|----------------|------------------|----------|----|----|------|-----|------|------|
| 004e.1662.3425 | bvi | 00:00:01 | 14 | 19 | 0 | 932 | 1326 | 0 |
| 0069.0460.486c | evpn 4321::2 101 | 00:00:01 | 15 | 15 | 0 | 998 | 1006 | 0 |
|________________|__________________|__________|____|____|______|_____|______|______|
r1#
r1#
here is the bridge:
r1#
r1#
r1#show bridge 3
r1#show bridge 3
|~~~~~~~~~~~~~~~~~~|~~~~~~|~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~~|~~~~~~|~~~~~~|
| | packet | byte |
| iface | fwd | phys | tx | rx | drop | tx | rx | drop |
|------------------|------|-------|----|----|------|------|------|------|
| bvi | true | true | 0 | 0 | 0 | 0 | 0 | 0 |
| evpn 2.2.2.2 102 | true | false | 16 | 15 | 0 | 1072 | 1006 | 0 |
|__________________|______|_______|____|____|______|______|______|______|
|~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~|~~~~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~~|~~~~~~|
| | packet | byte |
| addr | iface | time | tx | rx | drop | tx | rx | drop |
|----------------|------------------|----------|----|----|------|-----|------|------|
| 0055.4c1b.2a4d | evpn 2.2.2.2 102 | 00:00:01 | 15 | 15 | 0 | 998 | 1006 | 0 |
| 0075.090a.6c2a | bvi | 00:00:01 | 14 | 19 | 0 | 932 | 1326 | 0 |
|________________|__________________|__________|____|____|______|_____|______|______|
r1#
r1#
here is the bridge:
r1#
r1#
r1#show bridge 4
r1#show bridge 4
|~~~~~~~~~~~~~~~~~~|~~~~~~|~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~|~~~~~~|
| | packet | byte |
| iface | fwd | phys | tx | rx | drop | tx | rx | drop |
|------------------|------|-------|----|----|------|-----|-----|------|
| bvi | true | true | 0 | 0 | 0 | 0 | 0 | 0 |
| evpn 4321::2 102 | true | false | 13 | 13 | 0 | 822 | 822 | 0 |
|__________________|______|_______|____|____|______|_____|_____|______|
|~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~|~~~~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~|~~~~~~|
| | packet | byte |
| addr | iface | time | tx | rx | drop | tx | rx | drop |
|----------------|------------------|----------|----|----|------|-----|-----|------|
| 0009.514e.3b18 | evpn 4321::2 102 | 00:00:01 | 12 | 13 | 0 | 792 | 822 | 0 |
| 001c.1200.6b5b | bvi | 00:00:01 | 13 | 15 | 0 | 822 | 882 | 0 |
|________________|__________________|__________|____|____|______|_____|_____|______|
r1#
r1#