Hi
A point to point represents the connection between 2 interfaces from different routers, have you using any Switch ethernet module.
Router1 fa0/0 --------- fa0/0 Router2
The config could be, for example:
ROUTER 1
vlan 100
interface vlan 100
ip address 10.0.100.1 255.255.255.252
no shut
interface f3/1
description TO-ROUTER2
switchport
switchport access vlan 100
switchport mode access
no shut
ROUTER 2
vlan 100
interface vlan 100
ip address 10.0.100.2 255.255.255.252
no shut
interface f3/1
description TO-ROUTER1
switchport
switchport access vlan 100
switchport mode access
no shut
Please rate the comment if it is useful
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<