Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all!
I have created seral port extender over IP based on Cisco 28xx routers and HWIC-1T + CAB-SS-232FC/MT cables pair.
Here is a picture of my network setup
BSTUN protocol is used in asynchronous mode (yes, I need async). I took this Cisco's sampl...
Hi all!
I am trying to run very simple thing, Cisco STUN (serial tunnelling). I run on 2 Cisco 2811 with IOS 15.x AES edition. They are plugged in the same LAN (192.168.1.0/24) via unmanaged switch and uses FE0/0 for LAN connectivity. FE0/1 ports are...
Okay, thanks anyway.
Do you have other option ideas for async tunneling? I don't like UDP idea too much, maybe any other options available, based on TCP? SDLC or Frame Relay maybe?
I run:
2811_1# show ver
Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 15.1(4)M12a, RELEASE SOFTWARE (fc1)
...
ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
Of course I took config example from PDF you provided. I chosen P2P option, because it fit my application (from description). Unfortunately, that's file has nothing on serial interfaces configuration (this part is omitied at all for some reason). So,...
Hi Georg! Why not? But what encapsulations you see for UDPTN?
interface serial 0/2/0
physical-layer async
no ip address
encapsulation ?
clock rate 9600
shut
no shut
exit
!
line 0/2/0
speed 9600
no session-timeout
transport output udptn
dispatch-time...