Cisco Cisco ASR 5000

Page of 9109
ACS Packet Filter Configuration Mode Commands   
▀  ip remote-address 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
626 
   
ip remote-address 
This command allows you to configure the IP remote address(es) for the current packet filter. 
Product
 
ACS 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > ACS Configuration > Packet Filter Configuration 
active-charging service service_name > packet-filter packet_filter_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-packet-filter)# 
Syntax
 
In StarOS 9.0 and later releases: 
ip remote-address = { ipv4/ipv6_address ipv4/ipv6_address/mask } 
no ip remote-address 
In StarOS 8.2 and earlier releases: 
ip remote-address { = { ipv4/ipv6_address ipv4/ipv6_address/mask } | range { 
start_ipv4/ipv6_address start_ipv4/ipv6_address/mask } to { end_ipv4/ipv6_address 
end_ipv4/ipv6_address/mask } } 
no ip remote-address 
no
 
If previously configured, deletes the IP remote-address configuration from the current packet filter. 
ip remote-address = { ipv4/ipv6_address ipv4/ipv6_address/mask }
 
ipv4/ipv6_address
 specifies the IPv4/IPv6 address. 
ipv4/ipv6_address/mask
 specifies the IPv4/IPv6 address and the number of subnet bits representing the 
subnet mask in shorthand. 
ip remote-address range { start_ipv4/ipv6_address start_ipv4/ipv6_address/mask 
} to { end_ipv4/ipv6_address end_ipv4/ipv6_address/mask }
 
Important:
  In StarOS 9.0 and later releases this keyword has been deprecated. 
range
 specifies a range of IPv4/IPv6 addresses. 
start_ipv4/ipv6_address
 and 
end_ipv4/ipv6_address
 specify, for the range, the starting and 
ending IPv4/IPv6 addresses.
end_ipv4/ipv6_address
 must be greater than 
start_ipv4/ipv6_address