sample config for using stun in one box with two serial lines.htm
来自「cisco中文资料,交换机的架构,信号流......」· HTM 代码 · 共 50 行
HTM
50 行
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=gb_2312-80">
<meta name="date" content="Tue Apr 22 12:59:22 1997">
<meta name="author" content="bretzlaf">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Cisco - Sample Config for Using STUN in One Box With Two Serial Lines</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Sample Configuration for Using STUN in One Box With Two
Serial Lines</h1>
<hr>
<p><b>Q: Can STUN be configured in one Cisco router with two
serial lines? </b></p>
<p><b>A: </b>Yes it is supported, but it is rarely done since
most people use a modem eliminator for the task. Note the
"direct" keyword at the end of the "stun
route" commands. Also, note that "proxy polling"
(or Local Acknowledgement in 9.1) won't run in these setups. </p>
<pre>
!
stun peer 131.108.1.1
!
stun protocol-group 1 sdlc
!
interface serial 0
description This is the 3725 interface
encapsulation stun
stun group 1
stun route all interface serial 1 direct
interface serial 1
description This is the 3174 interface
encapsulation stun
stun group 1
stun route all interface serial 0 direct
!
</pre>
<hr>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?