I am beginner and I am using cisco router for my work. this is the steps I followed
>config terminal
#interface tunnel1
#description ""
#ip address <> <>
I want to do sth similar to isis enable lax command from arista router in cisco, I found this line
#ip router isis
till here, it works fine, but when I try isis network point-to-point it says
)#isis network point-to-point
^
% Invalid input detected at '^' marker.
I also tried
)#ip router isis net point-to-point
^
% Invalid input detected at '^' marker.
but the error goes to point-to-point part
Can anyone could help me out ? Thanks