Specifications

VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 83 / 416-
z bridge max-age <max-age-time>
1. This is a global command option to determine a time interval for waiting from Root
Bridge to BPDU.
2. The range of the values is 100~200 seconds by number and the default value is 15
seconds.
z no ip routing
1. This is a global command option to use the gateway for bridge only, without using
routing functions.
2. You must use ip routing command to use routing again
z show bridge
This command displays Bridge Forwarding Database Entry.
z show running-config
This commands displays the configured setting including bridging.
[Usage Example] Configuring Transparent Bridging
model name# config terminal
model name(config)# interface FastEthernet 0/0
Create
FastEthernet interface 0/0, then Enter this configuration
model name(config-if)# bridge-group 1 Apply bridge to FastEthernet
interface 0/0.
model name(config-if)# interface FastEthernet 0/1 Enter the
configuration mode of FastEthernet interface 0/1
model name(config-if0)# bridge-group 1 Apply bridge to
FastEthernet interface 0/1.
model name(config-if)# exit Return to global configuration.
model name(config)# no ip routing Use bridge only without using
routing function
model name(config)# ip nat inside source list 1 interface
FastEthernet0/0
Configure NAT, so the inside packet can go to the
outside.