[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuration Tasks
To configure a virtual router as an NFS client:
- Access the virtual router context.
- Add the remote host to the host table.
- Configure the remote host as an NFS server for this virtual
router.
- Specify the E-series interface that this virtual router
will use to exchange NFS communications with this server.
host
- Use to add or modify an entry to the host table.
- Example
- host1:boston(config)#host host50 10.2.3.4
- Use the no version to remove
a specified host.
- See host.
ip nfs
- Use to specify the E-series interface that the current
virtual router will use to exchange messages with the NFS server.
- Specify either the source-address keyword with the IP address of the interface or the source-interface keyword with the interface type and
specifier. For information about interface types and specifiers, see Interface Types and Specifiers.
- Issuing this command provides connectivity between the
E-series router and the remote host if the network configuration restricts
communications between devices.
- Example
- host1:boston(config)#ip nfs source-address
10.1.1.1
- host1:boston(config)#ip nfs source-interface
atm 3/2.6
- Use the no version to delete
the name server.
- See ip nfs.
ip nfs host
- Use to configure a remote host as an NFS server for the
current virtual router.
- Optionally, specify a user identity and a group identity
that a user must specify to connect to the remote host. The default
user identity is 2001, and the default group identity is 100.
- Example
- host1:boston(config)#ip nfs host host50 user
1500 group 150
- Use the no version to disassociate
this NFS server from the current virtual router.
- See ip nfs host.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]