Page F-25
Appendix F – Network Topology
INTER-TEL
®
AXXESS
®
MANUAL VERSION 11.0 – May 2008
Example Cisco Configuration Commands
APPENDICES
15. EXAMPLE CISCO CONFIGURATION COMMANDS
15.1 The following commands are provided as an example to further illustrate the recom-
mended configuration with respect to security. Quality of Service (QoS) configuration is
beyond the scope of this appendix. These configuration examples are based on the Cisco
®
IOS
Firewall feature set. Adtran
®
routers use a very similar command set called AOS. See “Adtran
NetVanta Switch/Router Example” on page F-30 for more information on Adtran routers.
These commands are not intended to be complete; they are only a guideline.
A. PRIVATE NETWORK WITH NEAR-END NAT TRAVERSAL
15.2 The following diagram shows a configuration example.
15.3 The following commands set up the connection to the internal LAN. NAT is enabled,
and it uses
access-group e0in for traffic coming in (to the router) from the internal LAN.
interface Ethernet0/0
description Internal LAN
ip address 192.168.1.1 255.255.255.0
ip access-group e0in in
ip nat inside
ip inspect inspector in
!