开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: TELEBAHN still there


 

Looks like adding the same "x25 subscribe window-size ..." under "interface Serial0/0" was also needed to make the router stop complaining and start forwarding calls onwards as well (netzhansa->XOT->top->Serial->mid).

image.png


$ ~/cisco top /show run
spawn telnet cisco-top.sym
Trying 10.147.18.41...
Connected to cisco-top.sym.
Escape character is '^]'.
% Dunelab:Cisco1760-top (10.147.18.41) <grawity@...>

User Access Verification

Password:
Cisco1760-top>enable
Password:
Cisco1760-top#terminal length 0
Cisco1760-top#show run
Building configuration...

Current configuration : 2299 bytes
!
! Last configuration change at 10:17:28 UTC Mon Apr 10 2023
! NVRAM config last updated at 10:17:37 UTC Mon Apr 10 2023
!
version 12.3
service pad to-xot
service pad from-xot
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco1760-top
!
boot-start-marker
boot-end-marker
!
logging buffered 16384 informational
enable password enable
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip arp proxy disable
!
!
no ip dhcp use vrf connected
!
!
ip finger
ip cef
!
!
x25 profile TELEBAHN dxe
?x25 version 1988
?x25 modulo 128
?x25 address 603041
?x25 alias ^147041
?x25 win 15
?x25 wout 15
?x25 ips 1024
?x25 ops 1024
?x25 subscribe packetsize permit 128 1024
?x25 subscribe windowsize permit 2 15
x25 routing
xot access-group 10 profile TELEBAHN
!
!
!
interface Loopback0
?ip address 172.20.158.15 255.255.255.255 secondary
?ip address 10.147.1.41 255.255.255.255
!
interface FastEthernet0/0
?ip address dhcp
?speed auto
!
interface Serial0/0
?description "Connected to Cisco1760-mid Serial0/0"
?no ip address
?encapsulation x25 dce
?x25 address 147041
?x25 alias ^603041
?clockrate 64000
!
interface Serial0/1
?description "Connected to Cisco1760-btm Serial0/1"
?no ip address
?encapsulation x25 dce
?x25 address 147041
?clockrate 64000
!
router ospf 1
?log-adjacency-changes
?network 10.147.0.0 0.0.255.255 area 0
?network 172.20.158.0 0.0.0.31 area 0
!
ip classless
ip http server
!
!
logging origin-id hostname
logging host 10.147.1.4 transport udp port 9514
access-list 10 permit any
x25 route ^603042 interface Serial0/0
x25 route ^147042 interface Serial0/0
x25 route ^603043 interface Serial0/1
x25 route ^147043 interface Serial0/1
x25 route ^230 xot dns
x25 route ^(...)(...) xot dns \2.\
x25 host Cisco1760-top 147041
x25 host mid 147042
x25 host btm 147043
x25 host hans 230001
!
control-plane
!
banner login ^C% Dunelab:Cisco1760-top (10.147.18.41) <grawity@...>^C
!
line con 0
line aux 0
?no exec
?transport input telnet
line vty 0 4
?exec-timeout 0 0
?password cisco
?login
line vty 5 11
?login
line vty 12 15
?no login
?rotary 18
?autocommand ?telnet DuneGW.sym
?transport input pad
!
sntp server 193.219.181.193 version 3
end

Cisco1760-top#

(I'm surprised the "sntp server" config is still there. Usually it keeps disappearing on every reload.)


On Mon, Apr 10, 2023 at 12:55?PM Hans Hübner <hans.huebner@...> wrote:
Nice!? I've added?

?x25 subscribe packetsize permit 128 4096
?x25 subscribe windowsize permit 2 15

to my configuration now and can establish in- and outbound connections.

Here is my complete configuration for reference:

version 12.3
service pad to-xot
service pad from-xot
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption

hostname netzhansa-router

boot-start-marker
boot-end-marker

enable secret 5 $1$cmGX$ZJnIqCPqDPIVgaM0VTJzS.

no aaa new-model
ip subnet-zero
no ip routing

no ip cef
ip name-server 192.168.178.2

x25 profile TELEBAHN dxe
?x25 version 1988
?x25 modulo 128
?x25 address 230001
?x25 win 15
?x25 wout 15
?x25 ips 1024
?x25 ops 1024
?x25 subscribe packetsize permit 128 4096
?x25 subscribe windowsize permit 2 15
x25 routing

xot access-group 10 profile TELEBAHN

interface FastEthernet0/0
?ip address 192.168.178.9 255.255.255.0
?no ip route-cache
?duplex half

ip default-gateway 192.168.178.3
ip classless
ip default-network 192.168.178.0
ip route 0.0.0.0 0.0.0.0 192.168.178.2
ip http server

access-list 10 permit any

x25 route 14704100 xot 193.219.181.219
x25 route ^603 xot 193.219.181.219
x25 route ^(...)(...).. xot dns \2.\
x25 host netzhansa-router 23000100

line con 0
?stopbits 1
line aux 0
?stopbits 1
line vty 0 4
?password cisco
?login

end

Am Mo., 10. Apr. 2023 um 11:33?Uhr schrieb Mantas Mikul?nas <grawity@...>:
On Mon, Apr 10, 2023 at 12:00?PM Hans Hübner <hans.huebner@...> wrote:
Hi Mantas,

this is a bit puzzling:? If I make an outbound connection to?14704100 (on?193.219.181.219), the connection is established with the default parameters:

*Apr 10 10:54:10.993: [193.219.181.219,1998/,64238]: XOT O P2 Call (22) 8 lci 1024
*Apr 10 10:54:10.993: ? From (6): 230001 To (8): 14704100
*Apr 10 10:54:10.997: ? Facilities: (6)
*Apr 10 10:54:10.997: ? ? Packet sizes: 128 128
*Apr 10 10:54:10.997: ? ? Window sizes: 2 2
*Apr 10 10:54:10.997: ? Call User Data (4): 0x01000000 (pad)
*Apr 10 10:54:11.077: [193.219.181.219,1998/,64238]: XOT I P2 Call Confirm (11) 8 lci 1024
*Apr 10 10:54:11.077: ? From (0): ?To (0):
*Apr 10 10:54:11.077: ? Facilities: (6)
*Apr 10 10:54:11.077: ? ? Packet sizes: 128 128
*Apr 10 10:54:11.077: ? ? Window sizes: 2 2

If I add the TELEBAHN profile to xot, however, the connection is refused:

*Apr 10 10:52:20.957: [193.219.181.219,1998/,35675]: XOT O P2 Call (22) 128 lci 1024
*Apr 10 10:52:20.957: ? From (6): 230001 To (8): 14704100
*Apr 10 10:52:20.957: ? Facilities: (6)
*Apr 10 10:52:20.957: ? ? Packet sizes: 1024 1024
*Apr 10 10:52:20.957: ? ? Window sizes: 15 15
*Apr 10 10:52:20.957: ? Call User Data (4): 0x01000000 (pad)
*Apr 10 10:52:21.045: [193.219.181.219,1998/,35675]: XOT I P2 Call Confirm (11) 128 lci 1024
*Apr 10 10:52:21.045: ? From (0): ?To (0):
*Apr 10 10:52:21.045: ? Facilities: (6)
*Apr 10 10:52:21.045: ? ? Packet sizes: 1024 1024
*Apr 10 10:52:21.045: ? ? Window sizes: 15 15
*Apr 10 10:52:21.045: XOT Call Confirm packet, Bad value for facility, Window size is not within permitted range
*Apr 10 10:52:21.045: [193.219.181.219,1998/,35675]: XOT O P2 Clear (5) 128 lci 1024
*Apr 10 10:52:21.045: ? Cause 3, Diag 66 (Invalid facility request/Facility parameter not allowed)

It seems that the xot listener on?192.168.178.9 is not using the TELEBAHN profile, but I'm not sure as I'm still very new to this.

I couldn't get it to work locally before either, but strangely now it works without issues between local systems. Actually, I *think* you have to unapply and re-apply the "xot access-group" configuration for it to pick up the new profile parameters (at least in my IOS version).

(Looks like "x25 subscribe windowsize permit 2 15" in the profile would allow for dynamic negotiation?)
?

I'm wondering why it was decided to have non-standard packet and window sizes in the first place?? I understand that they improve performance, but that's not really the point of TELEBAHN or is it? :)

--
Mantas Mikul?nas



--
Mantas Mikul?nas

Join [email protected] to automatically receive all group messages.