Specifications
A-26
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix A Sample Configurations
Sample Configurations
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
exec-timeout 0 0
password mypassword
login
!
end
GRE Tunneling Configurations
The following configurations create pseudowire connections that use GRE tunnels:
• CESoPSN with GRE Tunnel Backhaul
• ATM over MPLS AAL5 SDU Mode with GRE Backhaul
For more information about how to configure GRE, see Configuring GRE Tunneling, page 4-76.
Note This section provides partial configurations intended to demonstrate a specific feature.
CESoPSN with GRE Tunnel Backhaul
!
controller E1 0/15
framing NO-CRC4
clock source line
cem-group 0 timeslots 1-31
description TDM Shorthaul for CESoPSN PW
!
interface Loopback0
description Loopback for MPLS and PWE3
ip address 10.10.10.1 255.255.255.255
!
interface CEM0/15
description CESoPSN
no ip address
cem 0
xconnect 10.10.10.2 111 encapsulation mpls
!
!
interface Tunnel3
ip address 9.9.9.9 255.255.255.0
tunnel mode gre ip
mpls ip
tunnel source Vlan3
tunnel destination 3.3.3.3
!
ip route 10.10.10.2 255.255.255.255 9.9.9.1
!
mpls ldp router-id Loopback0 force
!