Login, Match interface, Dual trunk e1 router – Black Box LRU4240 User Manual

Page 188

Advertising
background image

176

SALES: 0870 90 10 750

Dual Trunk E1 Router User’s Guide

Dual Trunk E1 Router

login

Use this command to set a password prompt, before entering the configuration mode and to enable password checking.
Command Syntax
(no) login
Default
Enabled.
Command Mode
Line mode
Usage
Login is enabled by default. The no login command allows users to connect directly to the Priviledged Exec mode skipping the
password verification prompt. After using the no login command if the user changes to login command again, the system uses the
password being used earlier, unless the user specifies a password in the configure mode (see the following example).
Example
The following examples show the use of login and no login command. In this example, a password pass is set (in configure mode)
before using the login command.
!
ospfd# configure terminal
ospfd(config)# line vty
ospfd(config-line)# no login
!
!
ospfd# configure terminal
ospfd#(config)# password pass
ospfd#(config)# line vty
ospfd#(config-line)# login
!
Related Commands

match interface

Use the match interface command to define the interface match criterion.
Use the no form of this command to remove the specified match criterion.
Command Syntax
match interface IFNAME
no match interface
IFNAME A string that specifies the interface for matching.
Default
Disabled
Command Mode
Route-map mode
Usage
To set the conditions for redistributing routes from one routing protocol to another, use the match and set route-map configuration
commands. The match commands specify the match criteria under which redistribution is allowed for the current route-map. The
set commands specify the set redistribution actions to be performed, if the match criteria are met.
If a route does not match the criteria completely, it will not be advertised for outbound route-maps and neither be accepted for
inbound route-maps. You can modify the data by configuring a second route-map section with an explicit match specified.
Use the match interface command to match the first hop interface of a route.
Example
ospfd# configure terminal
ospfd(config)# route-map mymap1 permit 10
ospfd(config-route-map)# match interface eth0
Related Commands
match tag, match route-type external

Advertising