Go back to the main page

SAPRouter

SAP Network Routing Server
System Information

Server Details

PropertyValue
Hostnamesaprouter
RoleSAP Router — Network Routing & Firewall
OSLoading...
CPUsLoading...
MemoryLoading...
IP AddressesPrivate 10.128.0.111 — Public 34.46.174.105
GCP Zoneus-central1-c
GCP Instancesaprouter-internal

Disk Space

Click Refresh to load disk space
Status

SAPRouter Service

Unknown
Click "Check Status" to verify
Route Permission Table

/saprouter/saprouttab

Syntax Reference

Format:
P/S/D <source> <destination> <port>
PPermit (any protocol)
SPermit (SAP protocol only)
DDeny connection
Wildcards:
* matches any value
First matching rule wins (top-down)
Port Reference:
32xxSAP Dispatcher (inst xx)
33xxSAP Gateway (inst xx)
36xxMessage Server (inst xx)
3299SAPRouter default port
8000ICM HTTP port
44300ICM HTTPS port
Best Practices:
  • Always end with D * * *
  • Use S instead of P to restrict to SAP protocol only
  • Specify exact IPs, avoid * for destinations
  • Add comments with #
Examples:
# Allow any source to S/4HANA
P * 10.128.15.239 3203

# Allow only SAP protocol to ECC
S * 10.128.15.241 3200

# Allow specific IP only
P 203.0.113.50 10.128.15.239 3203

# With password
P * 10.128.15.239 3203 mypass

# Deny everything else
D * * *