@
Faifz DAarom gebruik ik ook zowel extern als intern. zowel iperf als html based om meerdere bronnen te hebben voor mijn bevindingen. Enfin.
Terug naar het issue op moment, de L3 communiceerd niet via de statische route naar de ER.
Althans, niet vanuit de Vlans.
ip helper adressen zijn ingesteld, maar lijken niet te werken.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| show ip route
Total number of IP routes: 7
Type Codes - B:BGP D:Connected O:OSPF R:RIP S:Static; Cost - Dist/Metric
BGP Codes - i:iBGP e:eBGP
OSPF Codes - i:Inter Area 1:External Type 1 2:External Type 2
Destination Gateway Port Cost Type Uptime
1 0.0.0.0/0 172.31.255.1 ve 2 1/1 S 17m42s
2 172.31.255.0/29 DIRECT ve 2 0/0 D 17m43s
3 192.168.2.0/24 DIRECT ve 1 0/0 D 17m29s
4 192.168.4.0/24 DIRECT ve 4 0/0 D 17m45s
5 192.168.30.0/24 DIRECT ve 30 0/0 D 17m45s
6 192.168.84.0/24 DIRECT ve 84 0/0 D 17m45s
7 192.168.120.0/24 DIRECT ve 120 0/0 D 17m46s |
ping vanuit het 84 vlan (waarvan ik de tag op de ER heb weggehaald)
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| ping 172.31.255.1 source 192.168.84.40 count 10
Sending 10, 16-byte ICMP Echo to 172.31.255.1, timeout 5000 msec, TTL 64
Type Control-c to abort
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
No reply from remote host. |
Zet ik echter de switch0.84 interface uit. lukt het wel!?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| ping 172.31.255.1 source 192.168.84.40 count 10
Sending 10, 16-byte ICMP Echo to 172.31.255.1, timeout 5000 msec, TTL 64
Type Control-c to abort
Reply from 172.31.255.1 : bytes=16 time=1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Reply from 172.31.255.1 : bytes=16 time<1ms TTL=64
Success rate is 100 percent (10/10), round-trip min/avg/max=0/0/1 ms. |
maar . . . dhcp vernieuwen op machines achter de L3 op V84, ho maar.
Dus . . . voordat ik alle switch0 interfaces uit zet. Enig idee waarom de L3 niet kan communiceren met de DHCP op de ER?
[
Voor 3% gewijzigd door
Decarsul op 15-01-2022 14:08
]