Hi ,
I have the below topology . Here R1 is conigured router on stick . switch 1 is L2
R1
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip address 10.0.10.1 255.255.255.0
!
interface GigabitEthernet0/0.20
encapsulation dot1Q 11
ip address 10.0.11.1 255.255.255.0
!
interface GigabitEthernet0/0.111
encapsulation dot1Q 111
ip address 172.16.1.9 255.255.255.0
end
!
router ospf 1
network 10.0.10.0 0.0.0.255 area 0
network 10.0.11.0 0.0.0.255 area 0
network 172.16.1.0 0.0.0.255 area 0
switch 1
Switch#sh run int gi0/1
Building configuration...
Current configuration : 132 bytes
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
media-type rj45
negotiation auto
end
Switch#sh run int gi0/2
Building configuration...
Current configuration : 132 bytes
!
interface GigabitEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
media-type rj45
negotiation auto
end
Switch#sh run int gi0/0
Building configuration...
Current configuration : 132 bytes
!
interface GigabitEthernet0/0
switchport trunk encapsulation dot1q
switchport mode trunk
media-type rj45
negotiation auto
end
The purpose is r1 want to learn all the network from fortigate .but it does not forming neighbourship
R1#sh ip ospf neighbor
R1#
please help
Not a routing problem, but switching problem. Cisco side is on VLAN 111, while FGT side is not VLAN tagged. You can't even ping between 172.16.1.9 and .10 each other.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1737 | |
1107 | |
752 | |
447 | |
240 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.