07-25-2018 04:44 AM - edited 03-08-2019 03:44 PM
I would like to send my x.pkt for you, to help me for reviewing. However, I am a beginner and don't know how to send the file for you HERE.
07-25-2018 05:25 AM
Hi
Is possible to copy and share the configuration? also have you enabled the command: ip routing, on the Layer 3 switches?
07-25-2018 06:36 AM
07-25-2018 06:40 AM
An example of config could be (using SVI)
SWITCH 1
ip routing
vlan 10
interface vlan 10
no shutdown
ip address 172.16.10.1 255.255.255.0
interface g1/24
description >>>PORTS-BETWEEN-SWITCHES<<<
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no shutdown
SWITCH 2
ip routing
vlan 10
interface vlan 10
no shutdown
ip address 172.16.10.2 255.255.255.0
interface g1/24
description >>>PORTS-BETWEEN-SWITCHES<<<
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no shutdown
Now if you are doing a point to point with layer 3 ports, example:
Remove the vlan and then
interface g1/24
no switchport
ip address 172.16.10.1 255.255.255.0
no shutdown
Hope it is useful
:-)
07-25-2018 06:44 AM
07-25-2018 07:19 AM
07-25-2018 05:50 AM
Hello,
you cannot upload .pkt files directly, you have to use an external file sharing program such as Google Drive, and place the download link into your post...
07-25-2018 07:54 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide