Example: secondary addresses over ethernet
r1:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62 | hostname r1
buggy
!
logging file debug ../binTmp/zzz55r1-log.run
!
vrf definition tester
exit
!
vrf definition v1
rd 1:1
exit
!
interface ethernet1
no description
vrf forwarding v1
ipv4 address 1.1.1.1 255.255.255.0
ipv4 secondary-address 1.1.1.111
ipv4 secondary-address 1.1.1.112
ipv4 secondary-address 1.1.1.113
ipv6 address 1234::1 ffff::
ipv6 secondary-address 1234::111
ipv6 secondary-address 1234::112
ipv6 secondary-address 1234::113
no shutdown
no log-link-change
exit
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
server telnet tester
security protocol telnet
no exec authorization
no login authentication
vrf tester
exit
!
!
end
|
r2:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56 | hostname r2
buggy
!
logging file debug ../binTmp/zzz55r2-log.run
!
vrf definition tester
exit
!
vrf definition v1
rd 1:1
exit
!
interface ethernet1
no description
vrf forwarding v1
ipv4 address 1.1.1.2 255.255.255.0
ipv6 address 1234::2 ffff::
no shutdown
no log-link-change
exit
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
server telnet tester
security protocol telnet
no exec authorization
no login authentication
vrf tester
exit
!
!
end
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103 | r1#
r1#
r1#show inter eth1 full
r1#show inter eth1 full
ethernet1 is promisc, up (since 00:00:16, 3 changes)
description:
type is ethernet, hwaddr=0000.0000.1111, mtu=1500, bw=100mbps, vrf=v1
ip4 address=1.1.1.1/24, netmask=255.255.255.0, ifcid=314412781
ip6 address=1234::1/16, netmask=ffff::, ifcid=307762360
received 88 packets (5768 bytes) dropped 0 packets (0 bytes)
transmitted 91 packets (5834 bytes) promisc=true macsec=false sgt=false
|~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~|~~~~~~|
| | packet | byte |
| time | tx | rx | drop | tx | rx | drop |
|-------|----|----|------|-----|-----|------|
| 1sec | 4 | 4 | 0 | 264 | 264 | 0 |
| 1min | 0 | 0 | 0 | 0 | 0 | 0 |
| 1hour | 0 | 0 | 0 | 0 | 0 | 0 |
|_______|____|____|______|_____|_____|______|
|~~~~~~~~|~~~~~~~|~~~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~~|~~~~~~|~~~~~~|
| | packet | byte |
| type | value | handler | tx | rx | drop | tx | rx | drop |
|--------|-------|---------|----|----|------|------|------|------|
| ethtyp | 0000 | null | 0 | 0 | 0 | 0 | 0 | 0 |
| ethtyp | 0800 | ip4 | 41 | 41 | 0 | 2706 | 2706 | 0 |
| ethtyp | 0806 | arp4 | 7 | 4 | 0 | 210 | 144 | 0 |
| ethtyp | 86dd | ip6 | 43 | 43 | 0 | 2918 | 2918 | 0 |
|________|_______|_________|____|____|______|______|______|______|
|~~~~~|~~~~|~~~~|
| who | tx | rx |
|-----|----|----|
|_____|____|____|
|~~~~~~~|~~~~~~|~~~~~~|
| proto | pack | byte |
|-------|------|------|
| 0 | 7 | 210 |
| 1 | 41 | 2706 |
| 58 | 43 | 2918 |
|_______|______|______|
|~~~~~~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~~|~~~~~~|~~~~~~|
| | packet | byte |
| size | tx | rx | drop | tx | rx | drop |
|------------|----|----|------|------|------|------|
| 0-255 | 91 | 88 | 0 | 5834 | 5768 | 0 |
| 256-511 | 0 | 0 | 0 | 0 | 0 | 0 |
| 512-767 | 0 | 0 | 0 | 0 | 0 | 0 |
| 768-1023 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1024-1279 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1280-1535 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1536-1791 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1792-65535 | 0 | 0 | 0 | 0 | 0 | 0 |
|____________|____|____|______|______|______|______|
|~~~~~~~|~~~~~|~~~~~|~~~~~~|~~~~~~|~~~~~~|~~~~~~|
| | packet | byte |
| class | cos | exp | prec | cos | exp | prec |
|-------|-----|-----|------|------|------|------|
| 0 | 91 | 91 | 91 | 5834 | 5834 | 5834 |
| 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| 3 | 0 | 0 | 0 | 0 | 0 | 0 |
| 4 | 0 | 0 | 0 | 0 | 0 | 0 |
| 5 | 0 | 0 | 0 | 0 | 0 | 0 |
| 6 | 0 | 0 | 0 | 0 | 0 | 0 |
| 7 | 0 | 0 | 0 | 0 | 0 | 0 |
|_______|_____|_____|______|______|______|______|
21k|
19k| #
17k| #
15k| #
12k| #
10k| #
8659| #
6494| #
4329| # # # # # # #
2164|####### #######
0|###############
bps|0---------10--------20--------30--------40--------50-------- seconds
1|
0|
0|
0|
0|
0|
0|
0|
0|
0|
0|
bps|0---------10--------20--------30--------40--------50-------- minutes
1|
0|
0|
0|
0|
0|
0|
0|
0|
0|
0|
bps|0---------10--------20--------30--------40--------50-------- hours
r1#
r1#
|
| r1#
r1#
r1#show ipv4 arp eth1
r1#show ipv4 arp eth1
|~~~~~~~~~~~~~~~~|~~~~~~~~~|~~~~~~~~~~|~~~~~~~~|
| mac | address | time | static |
|----------------|---------|----------|--------|
| 0000.0000.2222 | 1.1.1.2 | 00:00:15 | false |
|________________|_________|__________|________|
r1#
r1#
|
1
2
3
4
5
6
7
8
9
10
11
12 | r1#
r1#
r1#show ipv6 neigh eth1
r1#show ipv6 neigh eth1
|~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~|~~~~~~~~~~|~~~~~~~~|~~~~~~~~|
| mac | address | time | static | router |
|----------------|------------------------|----------|--------|--------|
| 0000.0000.2222 | 1234::2 | 00:00:15 | false | false |
| 0000.0000.2222 | fe80::200:ff:fe00:2222 | 00:00:15 | false | false |
|________________|________________________|__________|________|________|
r1#
r1#
|