Добрый день!Подскажите пожалуйста, будет ли работать PPP соединение кошек по выделенной линии:
то что у меня сейчас работает на Async инрерфейсах (типа HWIC-8A):
interface Async0/0/0
ip address 1.1.1.1 255.255.255.0
encapsulation ppp
async mode dedicated
peer default ip address 2.2.2.2
line 0/0/0
transport input all
transport output all
speed 38400
Будет ли это работать на Serial в таком виде:
interface Serial0/0
physical-layer async
ip address 1.1.1.1 255.255.255.0
encapsulation ppp
async mode dedicated
peer default ip address 2.2.2.2
line 0/0
transport input all
transport output all
speed 38400
Ключевай строчка как я понимаю physical-layer async ?
Судя по публикациям должно работать, поправте если не так...