Cisco ASR 5000 Series Administration Manual page 65

Femto network gateway
Hide thumbs Also See for ASR 5000 Series:
Table of Contents

Advertisement

Sample Femto Network Gateway Configuration File
# Configure the FNG context
configure
context <fng_context_name>
port ethernet <slot_number/port_number>
# Configure the AAA group
configure
context <fng_context_name>
OL-24872-01
interface <fng_interface_name>
ip address <ip_address> <subnet_mask>
exit
interface <fng_loopback_interface_name> loopback
ip address <ip_address> <subnet_mask>
exit
ip route 0.0.0.0 0.0.0.0 <gateway_ip_address> <fng_interface_name>
exit
no shutdown
bind interface <fng_interface_name> <fng_context_name>
end
interface <fng_aaa_interface_name>
ip address <ip_address> <subnet_mask>
exit
aaa group <group_name>
radius algorithm round-robin
radius accounting algorithm round-robin
radius attribute nas-ip-address address <ip_address>
radius strip-domain authentication-only
radius dictionary <aaa_custom-dictionary>
radius accounting interim interval <integer>
radius server <ip_address> encrypted key <key> port <port_num>
Cisco ASR 5000 Series Femto Network Gateway Administration Guide ▄
Sample FNG Configuration ▀
65

Advertisement

Table of Contents
loading

Table of Contents