- IGMP Profile Configuration Mode Commands
- IKEv2 Security Association Configuration Mode Commands
- IMEI Profile Configuration Mode
- IMEI-TAC-Group Configuration Mode Commands
- IMS Authorization Service Configuration Mode Commands
- IMS Sh Service Configuration Mode Commands
- IPMS Client Configuration Mode Commands
- IPNE Endpoint Configuration Mode Commands
- IPNE Service Configuration Mode Commands
- IPSec Transform Set Configuration Mode Commands
- IPSG RADIUS Snoop Configuration Mode Commands
- IPSG RADIUS Server Configuration Mode Commands
- IPSP Configuration Mode Commands
- IPv6 ACL Configuration Mode Commands
- IPv6 to IPv4 Tunnel Interface Configuration Mode Commands
- IP VRF Context Configuration Mode Commands
- ISAKMP Configuration Mode Commands
- IuPS Service Configuration Mode Commands
- LAC Service Configuration Mode Commands
- Line Configuration Mode Commands
- Link Configuration Mode Commands
- Linkset Configuration Mode Commands
- LMA Service Configuration Mode Commands
- LNS Service Configuration Mode Commands
- Local Policy Actiondef Configuration Mode Commands
- Local Policy Eventbase Configuration Mode Commands
- Local Policy Ruledef Configuration Mode Commands
- Local Policy Service Configuration Mode Commands
- Location Service Configuration Mode Commands
- Logical eNode Configuration Mode Commands
- Loopback Interface Configuration Mode Commands
- LTE Custom TAI List Configuration Mode Commands
- LTE Emergency Profile Configuration Mode Commands
- LTE Forbidden Location Area Configuration Mode Commands
- LTE Forbidden Tracking Area Configuration Mode Commands
- LTE Foreign PLMN GUTI Management Database Configuration Mode Commands
- LTE HeNBGW MME Pool Configuration Mode Commands
- LTE Handover Restriction List Configuration Mode Commands
- LTE MME HeNB-GW Management Database Configuration Mode Commands
- LTE Network Global MME ID Management Database Configuration Mode Commands
- LTE Paging Map Configuration Mode Commands
- LTE Paging Profile Configuration Mode Commands
- LTE Peer Map Configuration Mode Commands
- LTE Policy Configuration Mode Commands
- LTE Subscriber Map Configuration Mode Commands
- LTE TAI Management Database Configuration Mode Commands
- LTE TAI Management Object Configuration Mode Commands
- MAG Service Configuration Mode Commands
- MAP Service Configuration Mode Commands
- MIP HA Assignment Table Configuration Mode Commands
- MPLS-LDP Configuration Mode Commands
- MIPv6 HA Service Configuration Mode Commands
- MME-eMBMS Service Configuration Mode Commands
- MME LAC Pool Area Configuration Mode Commands
- MME MSC Pool Area Configuration Mode
- MME SGs Service Configuration Mode Commands
- MME Service Configuration Mode Commands
- MPLS-IP Configuration Mode Commands
- MRME Service Configuration Mode Commands
- Network Service Entity- IP Local Configuration Mode Commands
- Network Service Entity - Peer NSEI Configuration Mode Commands
- Network Service Virtual Connection Configuration Mode Commands
- Network Service Virtual Link Configuration Mode Commands
- NTP Configuration Mode Commands
- NTSR Pool Configuration Mode Commands
- Operator Policy Configuration Mode
- ORBEM Configuration Mode Commands
- OSPF Configuration Mode Commands
- OSPFv3 Configuration Mode Commands
- OSPF VRF Configuration Mode Commands
- Out-Address Configuration Mode Commands
- P2P Advertisement Server Group Configuration Mode Commands
- PCC-Action-Set Configuration Mode Commands
- PCC-AF-Service Configuration Mode Commands
- PCC-Condition-Group Configuration Mode Commands
- PCC-Data-Service Configuration Mode Commands
- PCC-Event-Notification-Interface-Endpoint Configuration Mode Commands
- PCC-Policy-Service Configuration Mode Commands
- PCC-Service-Profile Configuration Mode Commands
- PCC-QoS-Profile Configuration Mode Commands
- PCC-Quota Service Configuration Mode Commands
- PCC-Sp-Endpoint Configuration Mode Commands
- PCC-Service Addon Configuration Mode Commands
- PCC-TimeDef Configuration Mode Commands
- PCP Configuration Mode Commands
- PCP Policy Control Configuration Mode Commands
- PDIF Service Configuration Mode Commands
- PDG Service Configuration Mode Commands
- PDSN Service Configuration Mode Commands
- PDSN Service RoHC Configuration Mode Commands
- Peer List Configuration Mode Commands
- Peer Profile Configuration Mode Commands
- Peer-Server Configuration Mode Commands
- P-GW Service Configuration Mode Commands
- Policy Control Configuration Mode Commands
- Plugin Configuration Mode Commands
- PVC Configuration Mode Commands
- PVC Interface Configuration Mode Commands
- QCI - QoS Mapping Configuration Mode Commands
- QCI - RAN ID Mapping Configuration Mode Commands
- QoS L2 Mapping Configuration Mode Commands
- QoS Profile Configuration Mode Commands
- Index
PVC Interface Configuration
Mode Commands
Mode
The PVC (permanent virtual connection) Interface configuration mode is used to create and manage the IP parameters for PVC interface(s) associated with an OLC (ATM-type) for a specific context.
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).
- description
- end
- exit
- ip
- ip access-group
- ip address
- ip mtu
- ip ospf authentication-key
- ip ospf authentication-type
- ip ospf cost
- ip ospf dead-interval
- ip ospf hello-interval
- ip ospf message-digest-key
- ip ospf network
- ip ospf priority
- ip ospf retransmit-interval
- ip ospf transmit-delay
description
Defines descriptive text to provide useful information about the current interface.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
description text no description
no
Erases the port's description from the configuration file.
text
text: Must be a string of 1 to 79 alphanumeric characters with no spaces or a string within double quotes that includes printable characters. The description is case-sensitive.
Usage Guidelines
Set the description to provide helpful information, for example the port's primary function, services, end users. Define any information, the only limit is the number of characters, 79.
Examples
description "PVC12 connects server 1 to home office."
end
Exits the PVC interface configuration mode and returns to the Exec mode.
Product
SGSN
Privilege
Security Administrator, Administrator
Syntax
Syntax Description
end
Usage Guidelines
Change the mode back to the Exec mode.
exit
Exits the interface configuration mode and returns to the context configuration mode.
Product
SGSN
Privilege
Security Administrator, Administrator
Syntax
Syntax Description
exit
Usage Guidelines
Return to the context configuration mode.
ip
The commands in this section are used to configure the IP parameters for the PVC interface.
Before configuring the OSPF parameters in this section, you need to enable OSPF using the router command and OSPF configuration sub-mode commands accessed in the Context configuration mode and documented in the Context Configuration Mode chapter of this Command Line Interface Reference.
ip access-group
This command identities the access control list (ACL to be associated with this PVC interface in this context.
Prior to using this command, the access list must be created for this context with the ip access-list command in the Context configuration mode and then the ACL must be configured using the commands described in CLI chapter ACL Configuration Mode.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip access-group name { in | out } no ip access-group name { in | out }
no
Indicates the specified access group to be removed from the access list.
name
Specifies the access control list (ACL) rule to be added or removed from the group.
name: Must be a string of 1 to 79 alphanumeric characters with no spaces.
Up to 8 ACLs can be applied to a group provided that the number of rules configured within the ACL(s) does not exceed the 128 rule limit for the interface.
in | out
in: Specifies list is for in-bound access control.
out: Specifies the list is for out-bound access control.
Even though "in" or "out" can be specified, context-level ACL rules are automatically applied to both directions.
Usage Guidelines
Use this command to add IP access lists configured for the same context to an IP access-group. The list can be configured to apply to all inbound and/or outbound traffic.
Examples
ip access-group access-list-1 in
ip address
Defines the primary IP address and the network mask to be associated with this PVC interface for this context. This command can also be used to configure the secondary IP address.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip address ip_address ip_mask [ secondary ] no ip address ip_address
no
Removes the IP address information for this PVC from the configuration. It is not necessary to include the subnet mask with the command.
The command must first be issued with the secondary IP address if one exists and then re-issued with the primary IP address.
address ip_address ip_mask
Configures the IP address and the network mask for this PVC interface. The first time this command is entered, it automatically defines the primary IP address for this interface.
ip_address and ip_mask must be specified using the standard IPv4 or IPv6 dotted decimal notation.
secondary
secondary: Including this keyword indicates the IP address and subnet mask being defined are to be used as the secondary IP address for this PVC interface. This is referred to as multi-homing of the interface.
Usage Guidelines
Configures or deletes the IPv4 or IPv6 addresses and subnet mask to be associated with this PVC.
Examples
ip address 131.2.3.4 255.255.255.0 secondary
no ip address secondary address no ip address primary address
ip mtu
Configures the maximum transmission unit (MTU) to be supported on this interface.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip mtu value no ip mtu
no
Disables and/or restores the option to the system default.
mtu value
Configures the maximum transmission unit in octets.
value: Enter an integer between 576 and 1600. Default is 1500.
Usage Guidelines
Change the maximum transmission unit size to 1300.
Examples
ip mtu 1300
ip ospf authentication-key
This command configures the password or key to be used for OSPF (Open Shortest Path First) authentication with neighboring routers.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf authentication-key [ encrypted ] password auth_key no ip ospf authentication-key
no
Deletes the authentication key.
encrypted
Enter this keyword if you are pasting a previously encrypted authentication key into the password auth_key for this command.
passwordauth_key
auth_key is a string variable, from 1 through 16 alphanumeric characters, that denotes the authentication key (password). This variable is entered in clear text format.
Usage Guidelines
Use this command to set the authentication key used when authenticating with neighboring routers.
Examples
ip ospf authentication-key password 123abc
no ip ospf authentication-key
ip ospf authentication-type
This command configures the OSPF authentication method to be used with OSPF neighbors over the logical interface.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf authentication-type { message-digest | null | text } no ip ospf authentication-type { message-digest | null | text }
no
Disable this function.
message-digest
Set the OSPF authentication type to use the message digest (MD) authentication method.
null
Set the OSPF authentication type to use no authentication, thus disabling either MD or clear text methods.
text
Set the OSPF authentication type to use the clear text authentication method.
Usage Guidelines
Use this command to set the type of authentication to use when authenticating with neighboring routers.
Examples
ip ospf authentication-type text
ip ospf cost
This command configures the cost associated with sending a packet over this logical interface.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf cost value no ip ospf cost
no
Disable this function.
value
Default: 10
The cost to assign to OSPF packets. This must be an integer from 1 through 65535.
Usage Guidelines
Use this command to set the cost associated with routes from the interface.
Examples
ip ospf cost 20
no ip ospf cost
ip ospf dead-interval
This command configures the dead-interval and the delay time in seconds, for OSPF communications.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf dead-interval value no ip ospf dead-interval
no
Deletes the value set and returns the value to its default.
value
The interval, in seconds, that the router should wait. During this interval, if no packets are received then the system considers the neighboring router to be off-line. This interval is typically 4 times the duration of the hello-interval.
value must be an integer from 1 through 65535. Default: 40
Usage Guidelines
Use this command to set the dead-intervals or delays for OSPF communications.
Examples
ip ospf dead-interval 100
no ip ospf dead-interval
ip ospf hello-interval
This command configures the delay time in seconds, for OSPF hello interval.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf hello-interval value no ip ospf hello-interval
no
Deletes the value set and returns the value to its default.
value
The interval, in seconds, between sending hello packets. This value is typically set to be 1/4 of the value of the dead-interval.
value must be an integer from 1 through 65535. Default: 10
Usage Guidelines
Use this command to set the delays for the hello-interval.
Examples
ip ospf hello-interval 25
no ip ospf hello-interval
ip ospf message-digest-key
This command enables the use of MD5-based OSPF authentication.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf message-digest-key key_id md5 [ encrypted ] password authentication_key no ip ospfmessage-digest-key key_id
no
Deletes the key.
message-digest-key key_id
Specifies the key identifier number. key_id must be an integer from 1 through 255.
encrypted
Use this if you are pasting a previously encrypted authentication key into the CLI command.
password authentication_key
The password to use for authentication. authentication_key is a string variable, from 1 through 16 alphanumeric characters, that denotes the authentication password. This variable is entered in clear text format.
Usage Guidelines
Use this command to create an authentication key that uses MD5-based OSPF authentication.
Examples
ip ospf message-digest-key 25 md5 password 123abc
no ip ospf message-digest-key 25
ip ospf network
Configures the OSPF network type.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf network { broadcast | non-broadcast | point-to-multipoint | point-to-point } no ip ospf network
no
Disable this function.
broadcast
Sets the network type to broadcast.
non-broadcast
Sets the network type to non-broadcast multi access (NBMA).
point-to-multipoint
Sets the network type to point-to-multipoint.
point-to-point
Sets the network type to point-to-point.
Usage Guidelines
Use this command to specify the OSPF network type.
Examples
ip ospf network broadcast
no ip ospf network
ip ospf priority
This command designates the OSPF router priority.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf priority value no ip ospf priority value
no
Disable this function.
value
The priority value to assign. This must be an integer from 0 through 255.
Usage Guidelines
Use this command to set the OSPF router priority.
Examples
ip ospf priority 25
no ip ospf priority
ip ospf retransmit-interval
This command configures the retransmit-interval and the delay time in seconds, for OSPF communications.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf dead-interval value no ip ospf dead-interval
no
Deletes the value set and returns the value to its default.
value
The interval, in seconds, between LSA (Link State Advertisement) retransmissions.
value must be an integer from 1 through 65535. Default: 5
Usage Guidelines
Use this command to set the retransmit-intervals or delays for OSPF communications.
Examples
ip ospf retransmit-interval 25
ip ospf transmit-delay
This command configures the transmit-delay the OSPF communications parameters.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PVC Interface Configuration
configure > context context_name > interface interface_name point-to-point
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-if-pvc)#
Syntax
Syntax Description
ip ospf transmit-delay value no ip ospf transmit-delay
no
Deletes the value set and returns the value to its default.
transmit-delay value
The interval, in seconds, that the router should wait before transmitting a packet.
value must be an integer from 1 through 65535. Default: 1
Usage Guidelines
Use this command to set the transmit-delay.
Examples
ip ospf transmit-delay 5
no ip ospf transmit-delay
Feedback