In access switching mode, only one physical interface is configured for the entire Gigabit Ethernet uPIM. The single physical interface serves as a Virtual Router Interface (VRI). Configuration of the physical port characteristics is done under the single physical interface.
To configure Gigabit Ethernet uPIM physical Ethernet interface properties, include the switch-port-parameters statement at the [edit interfaces [ge-pim/0/0] hierarchy level:
- [edit interfaces ge-pim /0/0]
- {
-
- switch-port port-number {
- (auto-negotiation | no-auto-negotiation);
- speed (10m | 100m | 1g);
- link-mode (full-duplex | half-duplex);
- }
- }
Configure a single physical interface for the uPIM and set the port parameters for port 0 and port 1:
- [edit interfaces]
- ge-2/0/0 {
-
- {
-
- switch-port 0 {
- no-auto-negotiation;
- 1g;
- link-mode full-duplex;
- }
-
- port 1 {
- no-auto-negotiation;
- 10m;
- link-mode half-duplex;
- }
- }
- }