9.3 Release Notes, Using NETBuilder Family Software
Place this section containing new information at the front of Chapter 46.
Switching can occur on either a switched virtual circuit (SVC) or a permanent virtual circuit (PVC).
When configured for a switched virtual circuit and switching occurs, a switched virtual circuit is established. The switched virtual circuit is disconnected automatically when communication is completed.
When you use X.25 PVC support for tunneling, the circuit stays up at all times when the associated underlying interfaces are in the up state. When the PVC is properly configured and the NETBuilder II is booted, or when the HSS or LAN state is bounced, the tunnel setup continuously attempts to connect the local end to the remote end until a tunnel circuit is established and running. The PVC tunnel is in the down state only when the HSS or LAN interface is in the down state.
When the XSWitch Service receives an incoming X.25 call, it looks in the X25Prefix table to find an entry whose X.25 address prefix matches the address of the called address. When a match is found, the associated HSS port is used for switching. These X.25-prefix-to-HSS-port entries are user-configurable.
This new section describes setting up local switching on a permanent virtual circuit.
Figure 46-1 is an example of using local switching on a PVC to forward an X.25 call from WAN #1 to WAN #2. This difference between local switching on an SVC and local switching on a PVC is the way in which the circuit is maintained.
Figure 46-1 Local Switching on a PVC
In local switching with PVCs, one router with two HSS ports is involved for each switched circuit. The configuration requires an XSWPVC to indicate an incoming PVD and the switched outgoing PVC mapping. As in global switching circuits, the local switching PVC circuit should stay up and running as long as the router is operating and both HSS ports are in the up state.
To configure local switching on a permanent virtual circuit, follow these steps:
1 . Configure the permanent virtual circuits by entering:
Setting Up Local Switching on a PVC
ADD !3 -X25 PVC 3,3 1122 FF 0
ADD !4 -X25 PVC 9,9 444444 FF 0
Always use protocol identifier FF to indicated switched PVCs.
2 . To verify the X.25 PVC configuration, enter:
SHow -X25 PVC
Port !3 PVC 3,3 1122 FF 0
Port !4 PVC 9.9 444444 FF 0
3 . Specify the tunnel by entering:
ADD !3 -XSWitch XSWPVC 1122 3 !4 444444 9
4 . To verify the configuration, enter:
SHow -XSWitch XSWPVC
5 . To verify that a locally switched X25 PVC is up and running enter:
SHOW -XSWitch SWitchedVC
| 1
Indicates X25 in the switch circuit.
|
This section describes how to configure global switching (X.25 tunneling over IP). Figure 46-2 shows an example of a bridge/router using tunneling to forward an X.25 call from WAN #1 to WAN #2 on a permanent virtual circuit.
Figure 46-2 Global Switching on a Permanent Virtual Circuit over a LAN
A tunnel is established between two NETBuilder bridge/routers with one bridge/router acting as the local end and the other acting as the remote end. Multiple circuits can be supported between two NETBuilder bridge/routers where each circuit is set up independently.
The local end (source) and remote end (destination) addresses can be an IP address or HSS port. For tunnel mapping, one address must be an HSS port and the other must be an IP address. When the local end (source) is an HSS port the and the remote end (destination) is an IP address, the circuit is called a local end of the tunnel. When the local end (source) is an IP address and the remote end is an HSS port, the tunnel is called a remote end tunnel. The NETBuilder II bridge/router can support both local end and remote end of the tunnels at the same time as long as each circuit is properly configured on both NETBuilder bridge/routers.
This example shows how to configure two PVC switch circuits in a tunnel. To configure global switching on a permanent virtual circuit, on the local end NETBuilder II bridge/router, follow these steps:
1 . To specify the permanent virtual circuit with a profile ID (FF) set to switching, enter:
ADD !3 -X25 PVC 2,2 1122 FF
ADD !3 -X25 PVC 5,5 1122 FF
2 . Verify that the PVC is properly configured by entering:
SHow -X25 PVC
Port !3 PVC 5,5 1122 FF 0
Port !3 PVC 2,2 1122 FF 0
3 . To specify the tunnel, enter:
ADD !3 -XSWitch XSWPVC 1122 2 129.213.201.163 444444 4
ADD !3 -XSWitch XSWPVC 1122 5 129.213.201.163 444444 8
4 . Verify that the tunnel is configured properly by entering:
SHow -XSWitch XSWPVC
To configure global switching on a permanent virtual circuit, on the remote end NETBuilder bridge/router, follow these steps:
1 . To specify the permanent virtual circuit with a profile ID (FF) set to switching, enter:
ADD !4 -X25 PVC 8,8 444444 FF
ADD !4 -X25 PVC 4,4 444444 FF
2 . Verify that the PVC is properly configured by entering:
SHow -X25 PVC
Port !4 PVC 8,8 444444 FF 0
Port !4 PVC 4,4 444444 FF 0
3 . To specify the tunnel, enter:
ADD !129.213.201.162 -XSWitch XSWPVC 1122 2 !4 444444 4
ADD !129.213.201.162 -XSWitch XSWPVC 1122 5 !4 444444 8
4 . Verify that the tunnel is configured properly by entering:
SHow -XSWitch XSWPVC
5 . Verify that the tunnel X25 PVC is up and running by entering:
Show -XSWitch SWitchedVC
| 1
Indicates X25 in the switch circuit.
|
WARNING: A misconfiguration of PVC or XSWPVC!!!
Please: Correct the configuration and
DELete -XSWitch SWitchedVC ALL on both sides.
1 . Check your network diagram and verify that the configuration setup for PVC and XSWPVC are matched on both ends of the tunnel.
SHow -X25 PVC
SHow -XSWitch XSWPVC
2 . Bounce (toggle) the HSS port by disabling the path and then re-enabling the path.
3 . Verify that the setup is correct by entering:
SHow -XSWitch SwitchedVC
| 1
Indicates and X25 PVC in the switch circuit.
|
This section describes how to configure global switching over WAN media. Figure 46-3 shows an example of a bridge/router using tunneling to forward multiple X.25 calls from WAN #1 to WAN #2, WAN #3 and WAN #4 on a permanent virtual circuit.
Figure 46-3 Global Switching on a PVC over a WAN
To configure bridge/router A, follow these steps:
1 . Configure -X25 PVC for logical channel numbers 1, 2, and 3 by entering:
ADD !4 -X25 PVC 1,1 1111 FF 0
ADD !4 -X25 PVC 2,2 1111 FF 0
ADD !4 -X25 PVC 3,3 1111 FF 0
2 . Configure the -XSWitch XSWPVC parameter for logical channel numbers 1, 2, and 3 by entering:
ADD !4 -XSWitch XSWPVC 1111 1 128.102.100.100 2222 1
ADD !4 -XSWitch XSWPVC 1111 2 128.102.100.101 3333 1
ADD !4 -XSWitch XSWPVC 1111 3 128.102.100.103 4444 1
The target ends of the tunnels need to be configured on the remote routers.
1 . Configure the -X25 PVC by entering:
ADD !4 -X25 PVC 1,1 2222 FF 0
2 . Configure the -XSWitch service XSWPVC parameter by entering:
Add !128.102.100.102 -XSWitch XSWPVC 1111 1 !4 2222 1
1 . Configure the -X25 PVC by entering:
ADD !4 -X25 PVC 1,1 3333 FF 0
2 . Configure the -XSWitch XSWPVC parameter by entering:
Add !128.102.100.102 -XSWitch XSWPVC 1111 2 !4 2222 1
1 . Configure the -X25 PVC parameter by entering:
ADD !4 -X25 PVC 1,1 4444 FF 0
2 . Configure the -XSWitch XSWPVC parameter by entering:
Add !128.102.100.102 -XSWitch XSWPVC 1111 3 !4 4444 1
You may need to adjust several parameters based on how your network is configured. You may need to configure X.25, Level 2, and Level 3 parameters to match the values in the entered in this procedures. Refer to the values for the parameters in the PATH Service, the LAPB Service, the X25 Service, the PORT Service, and the PROFILE Service.
The following terms are used in this chapter to explain switching: